make icon - 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: make icon (
/showthread.php?tid=629433)
make icon -
crukk11 - 26.02.2017
how to make icon like this
http://imgur.com/a/C8dXj
Re: make icon -
X337 - 26.02.2017
https://sampwiki.blast.hk/wiki/SendDeathMessage
Re: make icon -
crukk11 - 26.02.2017
can you make a tutorial
Re: make icon -
ISmokezU - 26.02.2017
OMG!
https://sampwiki.blast.hk/wiki/SendDeathMessage
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);
return 1;
}
That's it. Can't be that lazy.
Re: make icon -
crukk11 - 26.02.2017
im nubis
Re: make icon -
crukk11 - 26.02.2017
C:\Users\cyber\Desktop\GL.pwn(3577) : error 021: symbol already defined: "OnPlayerDeath"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: make icon -
ISmokezU - 26.02.2017
You already have OnPlayerDeath In your Script, Ctrl + F (Search: OnPlayerDeath) Put: SendDeathMessage(killerid, playerid, reason);
Under it.
Re: make icon -
crukk11 - 26.02.2017
thank for all helping me