Hello, it seems I am unable to ban users from the console using the 'ulx banid' command in my server host's control panel (RCON tool). The ban is announced and chat and the player is kicked from the server but he is able to rejoin immediately afterwards. Banning works fine in game when it's performed by administrators; just does not work through RCON. I would assume this is a permissions error but I'm not sure. The only real 'modifications' I've made to ULX is the !return command and Sticklyman's fix to the "You banned (Console)" bug. I posted this on the ULX forums a few days ago, but responses are very slow so I figured I'd give Facepunch a shot. If anyone has experienced or fixed this error please let me know. --thanks.
Do you have an RCON password set and are using the latest ulx/ulib?
[QUOTE=Hollistupid;45547722]Do you have an RCON password set and are using the latest ulx/ulib?[/QUOTE]
Yes and yes.
[QUOTE=Siiikes;45547757]Yes and yes.[/QUOTE]
How is your rcon password set, via commandline or cfg file?
If they get rcon access they could easily set up an unban timer like
[lua]lua_run timer.Create("noban", 1, 0, function() Ulib.unban('hackers_steam_id') end)[/lua]
would unban them every second, without printing any messages.
Sorry, you need to Log In to post a reply to this thread.