15.08.2016, 20:52
https://sampwiki.blast.hk/wiki/OnPlayerTakeDamage
issuerid - The ID of the player that caused the damage. INVALID_PLAYER_ID if self-inflicted.
Check if(issuerid != INVALID_PLAYER_ID) before you use it in variables.
issuerid - The ID of the player that caused the damage. INVALID_PLAYER_ID if self-inflicted.
Check if(issuerid != INVALID_PLAYER_ID) before you use it in variables.