[Ajuda] Mostra Kill Deaths na tela
#3

usei o search aqui e achei um tente dar uma olhada
Crйditos: Wesley221

PHP код:
new Kills[MAX_PLAYERS];
new 
Deaths[MAX_PLAYERS];

// callback OnPlayerDeath
Kills[killerid]++;
Deaths[playerid]++;
new 
PIDstring[50], TIDstring[50];
format(PIDstringsizeof PIDstring"Kills: %i Deaths: %i"Kills[playerid], Deaths[playerid]);
format(TIDstringsizeof TIDstring"Kills: %i Deaths: %i"Kills[killerid], Deaths[killerid]
TextDrawSetString(Textdraw[playerid], PIDstring);
TextDrawSetString(Textdraw[killerid], TIDstring); 
Reply


Messages In This Thread
Mostra Kill Deaths na tela - by joaobgnc - 22.10.2014, 20:37
Re: Mostra Kill Deaths na tela - by ipsLuan - 22.10.2014, 21:33
Re: Mostra Kill Deaths na tela - by K1w0 - 22.10.2014, 21:50
Re: Mostra Kill Deaths na tela - by MultiKill - 22.10.2014, 21:57
Re: Mostra Kill Deaths na tela - by ArthurxD - 22.10.2014, 22:01
Re: Mostra Kill Deaths na tela - by SalvatoreBR - 22.10.2014, 22:39
Re: Mostra Kill Deaths na tela - by K1w0 - 22.10.2014, 22:43
Re: Mostra Kill Deaths na tela - by MultiKill - 22.10.2014, 22:43
Re: Mostra Kill Deaths na tela - by SalvatoreBR - 22.10.2014, 22:48
Re: Mostra Kill Deaths na tela - by DarkBr - 06.03.2017, 19:25

Forum Jump:


Users browsing this thread: 2 Guest(s)