25.05.2010, 10:40
Quote:
Originally Posted by billiout
i put it under the playerdeath but doent work!
|
You should have something like this
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}