TeamUlysses / ulib

ULib: A Lua library for more rapid development on Garry's Mod servers
http://ulyssesmod.net
Other
104 stars 55 forks source link

Implement CAMI.SteamIDUsergroupChanged hook #65

Closed kekalainen closed 2 years ago

kekalainen commented 4 years ago

Currently ULib doesn't handle the CAMI.SteamIDUsergroupChanged hook despite calling CAMI.SignalSteamIDUserGroupChanged when adding/removing a user to/from the UCL.

LivacoNew commented 2 years ago

Just encountered this problem with ULX's lack of CAMI compliance. Best workaround I can think of is just storing the user/usergroup to change in a database, and then checking on player join if they have an entry there and setting it there.