Hi,
I would like to know if it is possible to check if a usergroup exist. Like that
/lua
If usergroup.exist("test123") = true, then
ULib.ucl.addUser( ply:SteamID(), nil, nil, group )
else
ULib.ucl.addGroup(group, nil, "user")
ULib.ucl.addUser( ply:SteamID(), nil, nil, group ) /lua
This wiki should provide useful. You can get a list of all ULib groups and find the names there, I don't personally use ULX so if anyone knows a better way by all means post it!
Thank you for your prompt help but I can't see a way to do this :/
Sorry, you need to Log In to post a reply to this thread.