SA-MP Forums Archive
Hunter, Rhino Death match Score bug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Hunter, Rhino Death match Score bug (/showthread.php?tid=490399)



Hunter, Rhino Death match Score bug - SpRaVCe - 26.01.2014

When you kill the hydra Hydra another score and money does not come. Or Rhino.

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
GivePlayerMoney(killerid,1000);
return 1;
}



Re: Hunter, Rhino Death match Score bug - Sojo12 - 26.01.2014

Please correct your sentence didnt understand anything.


Re: Hunter, Rhino Death match Score bug - SpRaVCe - 26.01.2014

Could you check again?


Re: Hunter, Rhino Death match Score bug - Si|ent - 26.01.2014

That's because unless you use some clever scripting, the player in the exploding tank usually simply dies, he isn't 'killed'. Therefore there is no killer to award the point to.
But this is not an sa-mp bug, this is a post for the scripting help sections.