28.10.2015, 18:23
pawn Код:
if(pInfo[playerid][pAdmin] < 1 && weaponid == 38)
{
new string[110];
format(string,sizeof(string),"%s has been kicked for weapons cheats.", GetName(playerid));
SendClientMessageToAll(COLOR_RED, string);
Kick(playerid);
}
if(weaponid == 36)
{
new string[110];
format(string,sizeof(string),"%s has been kicked for weapons cheats.", GetName(playerid));
SendClientMessageToAll(COLOR_RED, string);
Kick(playerid);
}