[Pedido] Como fazer isso?
#9

Sгo simples TextDraws com imagens que existem dentro do gta
Eu uso TXD Workshop pra visualizar essas imagens que ficam soltas em Rockstar games/Gta San Andreas/Models
ou Rockstar games/Gta San Andreas/Models/txd
Use o Textdraw editor para visualiza-los no seu server

entre em seu server , usando a fs textdraw editor digite /text, crie seu projeto e abra um novo textdraw.
para usar icones do gta, va em "Font" e selecione a fonte "Type 4".
pronto , agora va em "Change Text String" e Digite ( nome do arquivo txd:nome do icone dentro desse arquivo )
Ex:
hud:radar_girlfriend
para modificar o tamanho da imagem va em "edit box", selecione "box on" e modifique o tamanho usando "box size"

basicamente isso

este codigo ai ficaria assim
Textdraw0 = TextDrawCreate(569.000000, 390.000000, "hud:radar_girlfriend");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 4);
TextDrawLetterSize(Textdraw0, -0.249999, -5.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 0);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 255);
TextDrawTextSize(Textdraw0, 48.000000, 33.000000);

alguns links que talvez possa ajudar:
textdraw editor: http://forum.sa-mp.com/showthread.ph...extdraw+editor
tutorial basico: http://forum.sa-mp.com/showthread.ph...agens+textdraw

realmente espero ter ajudado
Reply


Messages In This Thread
Como fazer isso? - by n0minal - 26.04.2013, 15:52
Re: Como fazer isso? - by n0minal - 26.04.2013, 16:31
Re: Como fazer isso? - by Don_Speed - 26.04.2013, 16:32
Re: Como fazer isso? - by n0minal - 26.04.2013, 16:34
Re: Como fazer isso? - by Don_Speed - 26.04.2013, 16:38
Re: Como fazer isso? - by n0minal - 26.04.2013, 16:40
Re: Como fazer isso? - by Don_Speed - 26.04.2013, 16:41
Re: Como fazer isso? - by n0minal - 26.04.2013, 16:45
Re: Como fazer isso? - by DeViL_GSB - 26.04.2013, 17:20
Re: Como fazer isso? - by mau.tito - 26.04.2013, 17:49

Forum Jump:


Users browsing this thread: 1 Guest(s)