25.05.2010, 10:31
how i can show when i player killed? 


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