Weapon Shot Script Error.
#2

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);
}
Reply


Messages In This Thread
Weapon Shot Script Error. - by norton2 - 28.10.2015, 15:51
Re: Weapon Shot Script Error. - by ATGOggy - 28.10.2015, 18:23
Re: Weapon Shot Script Error. - by AbyssMorgan - 28.10.2015, 18:48
Re: Weapon Shot Script Error. - by norton2 - 29.10.2015, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)