Dinkleberg's GMod

Full Version: I know how to fix the problem with ranks being reseted
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The server uses Gtawards reward system and when you get your rank this command below is being executed.
 
ulx adduser <user> <group> 

but this command just changes the group temporarily.

to make a permanent change you must use an ULib function because ULib is attached to MySQL ( I believe ).

https://ulyssesmod.net/docs/files/lua/ul...l-lua.html

Instead of using
 
ulx adduser <user> <group>

Try this

ULib.ucl.addUser( pid, allows, denies, group )

The server uses Gtawards system reward, but I recommend raychamp time reward because the maintenance is easier.