[Ajuda] Mostra Kill Deaths na tela
#4

Quote:
Originally Posted by K1w0
Посмотреть сообщение
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); 
A textdraw nгo foi criada e vai dar erro, variбvel Textdraw nгo foi criada. E teria que usar o uma textdraw para o jogador que seria:
pawn Код:
CreatePlayerTextDraw
Se nгo for usar uma textdraw para o jogador mesmo, em OnGameModeInit teria que usar uma loop, para criar todas as textdraw.
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: 1 Guest(s)