10.10.2011, 18:06
smth like:
No rasism
pawn Код:
new skincolor = GetPlayerSkinColor(playerid);
switch(skincolor)
{
case YELLOW: Kick(playerid);
case BLACK: Kick(playerid);
case RED: Kick(playerid);
case WHITE: Kick(playerid);
}

