03.06.2012, 21:15
Quote:
|
Try this, not sure if it would work (Untested)
pawn Код:
|
pawn Код:
if(Banned[playerid] == 1) {
SendClientMessage(playerid, COLOR_RED, " You are banned from this server");
SendClientMessage(playerid, COLOR_RED, " If you think this is a mistake go to our forums");
SendClientMessage(playerid, COLOR_RED, "FORUMS.Forums.COM");
Kick(playerid);
}


