[Pedido]TextDraw Kill Death
#1

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

Код:
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!
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)