[AJUDA] +REP - 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] +REP (
/showthread.php?tid=335748)
[AJUDA] +REP -
peumenezes - 19.04.2012
Olб pessoal do fуrum sa-mp, eu queri saber como faзo pra colocar o texddrawn onde ta mostrando na IMG.
Re: [AJUDA] +REP -
KinX - 19.04.2012
Muda as coordenadas de onde fica o TextDraw
Re: [AJUDA] +REP -
peumenezes - 19.04.2012
como muda ? o code ta assim
pawn Код:
format(string, sizeof(string), "~b~Brasil Second Life~n~ ~n~ ~p~ Respeito em:~n~ ~w~%d/~p~7 Min",dini_Int(file, "Tempo"));
TextDrawSetString(gText2[i], string);
//
format(string, sizeof(string), "~b~.::Brasil Second Life::. ~p~Respeito:~w~%d/~p~5 ~p~Level:~w~%d ~p~Estudo:~w~%d",dini_Int(file, "EXP"),dini_Int(file, "Level"),dini_Int(file, "Faculdade"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);
//
if(IsPlayerInAnyVehicle(i)){
new string3[256];
format(string3, sizeof(string3), " ~p~Gasolina: ~w~%d",dini_Int(file, "Combustivel"));
TextDrawSetString(Velo[i], string3);
TextDrawShowForPlayer(i, Velo[i]);
}else{
TextDrawHideForPlayer(i, Velo[i]);
}
Re: [AJUDA] +REP -
Abravanel - 19.04.2012
Jб percebeu que todos seus tуpicos no tнtulo possuem '+REP' ?
Coloca isso apenas para garantir que alguйm irб responder ?
Bom, de qualquer forma, й sу vocк achar a coordenada da tela que vocк quer e alterar na criaзгo do textdraw que vocк deseja mudar.
Caso queira, para auxiliar procure pelo Zamaroth textdraw editor.
Re: [AJUDA] +REP -
KinX - 19.04.2012
vc tem q postar o TextDraw do velocimetro, q carrega todas as mesgs etc
ou, como o Aferreira disse, vc pode usar o Zamaroth textdraw editor
http://forum.sa-mp.com/showthread.ph...extdraw+editor
Re: [AJUDA] +REP -
peumenezes - 19.04.2012
vlw KinX e AFerreira