A little question[+rep] - 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)
+--- Thread: A little question[+rep] (
/showthread.php?tid=373821)
[SOLVED]A little question[+rep] -
Penki4a - 31.08.2012
How to do this:
I thought those square icons were unusable?
If anyone can help me thank you in advance
Re: A little question[+rep] -
Jack.7331 - 31.08.2012
SendDeathMessage(playerid, killerid, reason); under OnPlayerDeath.
Re: A little question[+rep] -
Penki4a - 31.08.2012
lol simple as that it worked thank you very much
Re: A little question[+rep] -
Jack.7331 - 31.08.2012
You're welcome
Re: A little question[+rep] -
sniperwars - 31.08.2012
No, it's not SendDeathMessage(playerid, killerid, reason);
It's SendDeathMessage(killerid, playerid, reason);
Re: A little question[+rep] -
XGh0stz - 31.08.2012
Nice catch sniperwars
Anyway, this is the Wiki Page for the function should you encounter any more trouble with it:
https://sampwiki.blast.hk/wiki/SendDeathMessage
Re: A little question[+rep] -
Jack.7331 - 31.08.2012
Damn, I got the two mixed up. Oh well.