21.03.2018, 16:19
PHP код:
if pInfo[playerid][ZombiesKilled] > 1 GivePlayerMoney(playerid,5000);
if pInfo[playerid][ZombiesKilled] < 0 GivePlayerMoney(playerid,2500);
if player has ZombiesKilled more than 1 to give him 5000$
if players has zero zombieskilled give him 2500$