19.12.2015, 16:35
what is this code problem i saw this:


Код:
{
if(GetPlayerWeapon(playerid) == 38 || 35)
{
if(PlayerInfo[playerid][pAdmin] !=2)
{
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, sizeof(string), "[SERVERANTICHEAT]%s (id:%d) may be the weapon cheat.check him.", pName, playerid);
SendWarnMessageToAdmins(string);
}
}
}

