SA-MP Forums Archive
TextDraw BUG - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TextDraw BUG (/showthread.php?tid=348571)



TextDraw BUG - Fer97 - 05.06.2012

Hello, I'm editing LA-RP and I recently compile it and make a bug in the TextDraws, the letters disappear... I cant see the money, the texts of the register...
pics:
http://cloud.steampowered.com/ugc/54...783E29753C056/
http://cloud-2.steampowered.com/ugc/...AE26A8AC402D3/


Re: TextDraw BUG - Edward156 - 05.06.2012

Show us the code of the textdraw or remove it.


Respuesta: TextDraw BUG - Fer97 - 05.06.2012

Register TextDraw:
Код:
Registro[playerid] = TextDrawCreate(440.000000,134.000000,"~r~_________Registro ~n~~w~Sexo:~y~~<~ Hombre ~>~~n~~w~Edad: ~b~~<~21~>~ ~n~~w~Origen: ~b~~<~Africa~>~");
	TextDrawUseBox(Registro[playerid],1);
	TextDrawBoxColor(Registro[playerid],0x00000066);
	TextDrawTextSize(Registro[playerid],630.000000,10.000000);
	TextDrawAlignment(Registro[playerid],0);
	TextDrawBackgroundColor(Registro[playerid],0x000000ff);
	TextDrawFont(Registro[playerid],2);
	TextDrawLetterSize(Registro[playerid],0.399999,1.600000);
	TextDrawColor(Registro[playerid],0xffffffff);
	TextDrawSetOutline(Registro[playerid],1);
	TextDrawSetProportional(Registro[playerid],1);
	TextDrawSetShadow(Registro[playerid],1);
Any Help?

EDIT: I remove the textdraw and the bug didn't dissapear.


Respuesta: TextDraw BUG - Fer97 - 06.06.2012

Anyone can help me?