[Ajuda] text Draw - 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: [Ajuda] text Draw (
/showthread.php?tid=429515)
text Draw -
DevilAgain - 09.04.2013
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 *-*
Re: text Draw -
Delete_ - 09.04.2013
Usa o fs do zamaroth pra mudar a posiзгo do textdraw.
Re: text Draw -
DevilAgain - 09.04.2013
As posiзхes eu sei cara, mas isso ai nгo й textdraw
Isso ai ta no rodapй '-'
Re: text Draw -
feliphemort - 09.04.2013
https://sampforum.blast.hk/showthread.php?tid=387597
Re: text Draw -
Delete_ - 09.04.2013
Quer dizer que isso ai nгo й textdraw?
Re: text Draw -
Schocc - 10.04.2013
EN: TextDraw
PT: Texto desenhar
Re: text Draw -
DevilAgain - 10.04.2013
https://sampwiki.blast.hk/wiki/TextDrawCreate
Como criar um textdraw com o codigo que ta la em cima no post ??
Nгo consigo implantar nas funзхes do Textdraw