07.11.2010, 17:57
search for OnPlayerDeath in your gamemode, if it's not there use
And if you do have OnPlayerDeath, just copy and paste this somewhere under OnPlayerDeath.
Code:
public OnPlayerDeath(playerid, killerid, reason) { SendDeathMessage(killerid, playerid, reason); }
Code:
SendDeathMessage(killerid, playerid, reason);