09.09.2018, 12:33
Hello. Splat and "accidental" deaths are linked to INVALID_PLAYER_ID so
PHP Code:
public OnPlayerDeath(playerid, killerid, reason){
if(killerid != INVALID_PLAYER_ID)SendDeathMessage(killerid, playerid, reason);
return 1;
}

