22.12.2013, 21:14
The ban system of sa-mp servers are pretty easy to avoid.
What we did in our system is:
SetPVarInt(playerid,"Banned",1);
It doesn't ban the player forever, but just on that name.
We also have a IP ban command, if we really do not want to let him come back.
What we did in our system is:
SetPVarInt(playerid,"Banned",1);
It doesn't ban the player forever, but just on that name.
We also have a IP ban command, if we really do not want to let him come back.