Installing for vRP
To integrate ZeroTrust with an vRP-based server, you'll need to replace the function Cfg.GetAdminGroup
inside config_s.lua
with the following code to ensure proper compatibility:
This function ensures that ZeroTrust correctly retrieves the player's admin group, allowing it to recognize different permission levels (e.g., "god") within your vRP framework.
You can check your vrp/cfg/groups.lua
file and search cfg.groups
to see if there are differents groups, if so, add them to the Cfg.WhitelistedGroups
Make sure you have vRP installed and properly configured before making these changes.
Last updated