[FIXED] - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [FIXED] (
/showthread.php?tid=147823)
[FIXED] -
Jay. - 14.05.2010
FIXED!!!
Re: TextDraw Help -
Jay. - 14.05.2010
Anyone?
Re: [HELP] TextDraw How to shortan box? -
Jay. - 14.05.2010
Heres my code ->
Код:
public OnGameModeInit()
{ help1 = TextDrawCreate(200,280,"JRPGS Help Menu");
help2 = TextDrawCreate(200,300,"/Commands~n~/info~n~/vehicles~n~/weapons~n~/rules~n~/teleports~n~To close menu type /closehm");
TextDrawFont(help1,3);
TextDrawColor(help1,0xFFFF00AA);
TextDrawBackgroundColor(help1,0xFB0000FF);
TextDrawBoxColor(help1 ,0x000000AA);
TextDrawUseBox(help1 , 1);
TextDrawSetOutline(help1,1);
TextDrawLetterSize(help1,1.0,2.0);
TextDrawUseBox(help2,1);
TextDrawBoxColor(help2,0x000000AA);
help3 = TextDrawCreate(315.000000, 82.000000,"Welcome to~n~JRPGS v1.0");
TextDrawLetterSize(help3,1.0,2.0);
TextDrawColor(help3,0xFFFF00AA);
TextDrawSetOutline(help3,1);
TextDrawBackgroundColor(help3,0xFB0000FF);
Re: [HELP] TextDraw How to shortan box? -
cAMo - 14.05.2010
Anyone know of a good TextDraw editor?
Re: [HELP] TextDraw How to shortan box? -
Jay. - 14.05.2010
Quote:
Originally Posted by cAMo
Anyone know of a good TextDraw editor?
|
I just want the answer of how to shortan it..
Re: [HELP] TextDraw How to shortan box? -
Sergei - 14.05.2010
http://forum.sa-mp.com/index.php?topic=143025.0
Re: [HELP] TextDraw How to shortan box? -
Jay. - 14.05.2010
Quote:
Originally Posted by $ЂЯĢ
|
Thanks but, I'm using VISTA And i can't use this editor i've tryed it before.
but when i save the TextDraw it never saves in the scriptfiles
So maybe a code.?
Re: [HELP] TextDraw How to shortan box? -
Jay. - 14.05.2010
Any other help.?