21.03.2018, 12:44
PHP код:
if((CP[playerid] > 0) && (MilitarJob[playerid] == 3) && (pInfo[playerid][ZombiesKilled] >= 1)) return SendClientMessage(playerid, -1, "You don't have at least 1 zombie killed!");
my if is given an error during the game, if i have 0 zombieskilled it still allows me to acces the command.