SendDeathMessage - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SendDeathMessage (
/showthread.php?tid=252099)
SendDeathMessage -
Admigo - 30.04.2011
Heey guys
I have a cops and robbers server and the sendeathmessage dont work. I have only one at onplayerdeath pls help
Thanks admigo
Re: SendDeathMessage -
Calgon - 30.04.2011
Can you paste your code? We can't help you if we can't see any code.
Re: SendDeathMessage -
Wesley221 - 30.04.2011
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
Re: SendDeathMessage -
park4bmx - 30.04.2011
something must be blocking it
Re: SendDeathMessage -
Warfish - 30.04.2011
do you any warnings when you compile the script?