12.05.2018, 05:54
This is awfully wrong you see, why do this:
When you can do this:

It's the exact same thing, your last hit can not be accurate at all.
Change those "lasthit" checks to killerid checks for validity.
PHP код:
if(lasthit[playerid] == INVALID_PLAYER_ID)
{
PHP код:
if(killerid != INVALID_PLAYER_ID)
{

It's the exact same thing, your last hit can not be accurate at all.
Change those "lasthit" checks to killerid checks for validity.

