Ulysses
General => Developers Corner => Topic started by: XxLMM13xX on December 06, 2015, 12:21:27 PM
-
Alright so where exactly does the info go when i do Player:Ban( time ) and how could i reach them for unbanning....
Thanks!
-
I believe it calls the engine ban function which stores the info in garrysmod/cfg/banned_user.cfg
-
So would there be a way to then remove the ban using a steamid?
-
You'd have to manually go and remove it from the .cfg file noted above.
-
Or you can use ULib.unban -- http://ulyssesmod.net/docs/files/lua/ulib/server/player-lua.html#unban
Or you can use removeid at the console
You have many options