Installation

Place the rhud folder into your server's resources folder.

Add the line start rhud or ensure rhud somewhere in your server config.

Add the line exec @rhud/permissions.cfg somewhere in your server config before the line added in step 2.

Example

server.cfg
# above contents of server.cfg ...
 
exec @rhud/permissions.cfg 
 
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
ensure fivem-ipl
ensure rhud 
 
# below contents of server.cfg ...

On this page