11.02.2014, 02:14
So i made a ban system but when i ban myself to test if the player gets banned it dosent show the ban message
i have an exsample that i made but it dosent show the ban message before being kicked
here is the code
i have an exsample that i made but it dosent show the ban message before being kicked
here is the code
pawn Код:
if(pInfo[playerid][Banned] == 1)
{
SendClientMessage(playerid,COLOR_RED,"YOU ARE BANNED FROM THIS SERVER");
Kick(playerid);
return 1;
}