25.06.2012, 22:20
Yeah make Banned variable, and add something like this in onplayerconnect
pawn Код:
if (PlayerInfo[playerid][pBanned]>=1)
{
new string[254];
format(string, sizeof(string), "You are currently banned for: %s", PlayerInfo[playerid][pBanReason]);
Kick(playerid);