SA-MP Forums Archive
[Pedido]TextDraw Kill Death - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido]TextDraw Kill Death (/showthread.php?tid=329505)



[Pedido]TextDraw Kill Death - IgorMendes - 29.03.2012

Queria que me ajuda-sem com um textdraw que marca-se As mortes e os assassinatos do Player.


Re: [Pedido]TextDraw Kill Death - jefe10 - 29.03.2012

Код:
new Kills[MAX_PLAYERS];
new Deaths[MAX_PLAYERS];

OnPlayerDeath
Kills[killerid]++;
Deaths[playerid]++;
new PIDstring[50], TIDstring[50];
format(PIDstring, sizeof PIDstring, "Kills: %i Deaths: %i"Kills[playerid], Deaths[playerid]);
format(TIDstring, sizeof TIDstring, "Kills: %i Deaths: %i"Kills[killerid], Deaths[killerid]
TextDrawSetString(Textdraw[playerid], PIDstring);
TextDrawSetString(Textdraw[killerid], TIDstring);
Й sу pequisar!


Re: [Pedido]TextDraw Kill Death - Delete_ - 29.03.2012

http://forum.sa-mp.com/showthread.ph...Textdraw+death
http://forum.sa-mp.com/showthread.ph...orreu+Textdraw