Merge pull request #7 from ItsStev/damage-feed
moving variable, to ensure objects (above head) will show correctly
This commit is contained in:
commit
8843a3854d
@ -221,9 +221,10 @@ public OnPlayerTakenDamage( playerid, issuerid, Float: amount, weaponid, bodypar
|
||||
SetTimerEx( "HideDamageObject", 1000, false, "d", playerid );
|
||||
}
|
||||
|
||||
// mark player as hit
|
||||
p_GotHit{ playerid } = true;
|
||||
}
|
||||
|
||||
// mark player as hit
|
||||
p_GotHit{ playerid } = true;
|
||||
}
|
||||
|
||||
/* ** Hitmarker ** */
|
||||
|
Loading…
Reference in New Issue
Block a user