Ban from gsc
-
I'm having trouble understanding how exactly the ban system is working with julia.
When banning someone for a test, all it does is kick them.
Then on reconnect it wont let them join and display the actual ban message.
That part i understand.However if i manually ban someone from server console, it doesnt save it in the
admin panel at all and i can rejoin again after i just banned myself.
simplebanlist plugin did make this work, and after applying a ban it saved it too.
Julia isn't aware of manual bans from console, even though i have seen it implements the callback:PCL void OnPlayerAddBan(baninfo_t* pb)
How can i invoke a ban from GSC so that it also saves it on the web admin panel
and julia is aware of it? -
@zeez On the website go to players data page, select player who you would like to ban and do it via website.
When you ban somebody via console SteamID is not present, the ban will not work, only server admins (admins must have SteamID) can ban
-
@zeez said in Ban from gsc:
How can i invoke a ban from GSC so that it also saves it on the web admin panel
and julia is aware of it?What is the scenario here? For what reason would you ban a player using a gsc script?