02.06.2014, 12:06
It should say return the client message before kicking but all it directly kicks without returning any message. It was working fine before and is happening with all such codes.
pawn Код:
if(CheckBan(string) == 1 && !dini_Int(file, "Whitelisted"))
{
SetPlayerName(playerid, "BannedPlayer");
SendClientMessage(playerid, COLOR_LIGHTRED, "EG:RP: {FFFFFF}Your range is banned from this server.");
Kick(playerid);
return 1;
}