07.06.2013, 21:18
Hi, when I ban people on server they still can rejoin if i restart the server or if they restart their PC. Why? How can I solve this? Their Nick, and IP are still saved in the samp.ban file.
if(PlayerInfo[playerid][pBanned] == 1)
{
SendClientMessage(playerid, WHITE, "You're banned from the server.");
Kick(playerid);
return 1;
}