29.09.2009, 21:12
It would be easier to have a native function .. but seeing as that isn't going to happen anytime soon ..
... pretty damn simple.
pawn Код:
if(pInfo[playerid][Banned] == 1)
{
SendClientMessage(playerid, Red, "** You are banned from this server. To make an appeal go to http://www.mywebsitehere.com[url=http://][url=http://][url=http://][url=http://]");
return Kick(playerid);
}