07-13-2020, 06:22 AM
(This post was last modified: 07-13-2020, 06:56 AM by sorapartition. Edited 7 times in total.)
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.
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.