28.09.2009, 23:35
You need a player database. If you have that, something like this:
Under OnPlayerConnect:
Under OnPlayerConnect:
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]");
return Kick(playerid);
}