[Ajuda] text Draw
#1

Olб pessoal...
Fiz esse code, com um conhecimento bбsico. Porйm ele estб no rodapй.
Como faria para ele se tornar um textdraw?
Ex:

EXP: %d/5
Level %d

Jб tenho tudo definido, apenas passar pra textdraw.

Code:

pawn Код:
new aname[MAX_PLAYER_NAME];
GetPlayerName(i, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
SetPlayerScore(i,dini_Int(file, "Level"));

new nomepl[MAX_PLAYER_NAME];
GetPlayerName(i, nomepl, sizeof(nomepl));
format(file, sizeof(file), PASTA_CONTAS, nomepl);

format(string, sizeof(string), "~w~ ~r~Status~p~: ~w~Exp: ~p~(%d/5) ~w~Level: ~p~%d ~w~Grana: ~p~%d ~r~/~b~Radio ~y~/~g~Creditos",dini_Int(file, "EXP"),dini_Int(file, "Level"),GetPlayerGrana(i));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);
Sei que a galera nгo ajuda pq tem preguiзa, mas aguardo alguem que ajude *-*
Reply


Messages In This Thread
text Draw - by DevilAgain - 09.04.2013, 22:25
Re: text Draw - by Delete_ - 09.04.2013, 22:31
Re: text Draw - by DevilAgain - 09.04.2013, 22:38
Re: text Draw - by feliphemort - 09.04.2013, 23:23
Re: text Draw - by Delete_ - 09.04.2013, 23:53
Re: text Draw - by Schocc - 10.04.2013, 00:30
Re: text Draw - by DevilAgain - 10.04.2013, 14:38

Forum Jump:


Users browsing this thread: 1 Guest(s)