19.06.2014, 10:48
Should be like this..
pawn Код:
if(Player[killerid][Zombie] == 1)
Код:
With this, you was comparing to see if the killers id has matched the value inside Zombie.pawn Код:if(killerid == Player[playerid][Zombie] == 1)