SA-MP Forums Archive
[Ajuda] TexDraw - 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] TexDraw (/showthread.php?tid=478226)



TexDraw - dwrz - 28.11.2013

Como eu faзo pra colocar uma textdraw, em uma determinada бrea, e quando eu sair dessa бrea, a texdraw some? E como colocar na fonte dessa imagem: http://i.imgur.com/0dvjmWq.png

Uma textdraw nessa fonte, eu nгo estou conseguindo :/


Re: TexDraw - Vit0r - 28.11.2013

Para criar uma TextDraw eu recomendo a vocк o Zamaroht TextDraw Editor: https://sampforum.blast.hk/showthread.php?tid=290640

A fonte que vocк quer й a nъmero 3.

Para mostrar a TextDraw em uma determinada бrea use essa funзгo: https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint


Re: TexDraw - dwrz - 28.11.2013

Quote:
Originally Posted by Vit0r
Посмотреть сообщение
Para criar uma TextDraw eu recomendo a vocк o Zamaroht TextDraw Editor: https://sampforum.blast.hk/showthread.php?tid=290640

A fonte que vocк quer й a nъmero 3.

Para mostrar a TextDraw em uma determinada бrea use essa funзгo: https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
Nгo estou conseguindo colocar em uma determinada бrea, mas criando sim.


Re: TexDraw - focaximubh - 28.11.2013

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 2.0, X, Y, Z))
    {
    TextDrawShowForPlayer(...
    }
    else{TextDrawHideForPlayer}

ou algo do tipo, caso jб esteja assim poste a forma que vocк estб fazendo.