poblemas com textdraw. - 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: poblemas com textdraw. (
/showthread.php?tid=173270)
poblemas com textdraw. -
rafa3dify - 02.09.2010
Eai pessoal, eu to tendo poblemas com meu textdraw.
O original й esse aqui>
pawn Код:
medidorTanque[playerid] = TextDrawCreate(500.0, 100.0,tmp);
TextDrawFont(medidorTanque[playerid],3);
TextDrawColor(medidorTanque[playerid], 0xFFFF00AA);
TextDrawLetterSize(medidorTanque[playerid], 1, 1.33);
TextDrawTextSize(medidorTanque[playerid], 50.0, 35.0);
TextDrawSetOutline(medidorTanque[playerid],1);
TextDrawShowForPlayer(playerid,medidorTanque[playerid]);
So que depois que substituir pelo meu, ele nгo aparece mais, o meu й esse:
pawn Код:
medidorTanque[playerid] = TextDrawCreate(478.000000, 308.000000,tmp);
TextDrawFont(medidorTanque[playerid],3);
TextDrawColor(medidorTanque[playerid], -1);
TextDrawLetterSize(medidorTanque[playerid], 0.479999, 1.000000);
TextDrawSetOutline(medidorTanque[playerid],1);
TextDrawSetProportional(medidorTanque[playerid], 1);
TextDrawShowForPlayer(playerid,medidorTanque[playerid]);
O que tem de errado que ele nao aparece?
Re: poblemas com textdraw. -
[Ips]Guh - 02.09.2010
nao seria pq vc nao colocou essa Linha
Код:
TextDrawColor(medidorTanque[playerid], 0xFFFF00AA);
Re: poblemas com textdraw. -
rafa3dify - 02.09.2010
Nгo resolvei, ainda nгo aparece.
Re: poblemas com textdraw. -
Pedro_Drin - 02.09.2010
tenta refazer , ou fazer em FS.
Da uma olhada:
http://forum.sa-mp.com/showthread.ph...orial+textdraw
Re: poblemas com textdraw. -
Lipepva - 02.09.2010
Em
TextDrawTextSize, nгo erгo pra ser 2 numeros ?
Tipo
Re: poblemas com textdraw. -
rafa3dify - 02.09.2010
Nгo da para mim fazer novamente, й um sistema de gasolina.