OnPlayerDeath Problem
#3

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


Messages In This Thread
OnPlayerDeath Problem - by SeanT950 - 19.06.2014, 10:43
Re: OnPlayerDeath Problem - by SeanT950 - 19.06.2014, 10:46
Re: OnPlayerDeath Problem - by d3ll - 19.06.2014, 10:48
Re: OnPlayerDeath Problem - by SeanT950 - 19.06.2014, 10:49
Re: OnPlayerDeath Problem - by Rittik - 19.06.2014, 10:52

Forum Jump:


Users browsing this thread: 1 Guest(s)