[FIXED]
#1

FIXED!!!
Reply
#2

Anyone?
Reply
#3

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);
Reply
#4

Anyone know of a good TextDraw editor?
Reply
#5

Quote:
Originally Posted by cAMo
Anyone know of a good TextDraw editor?
I just want the answer of how to shortan it..
Reply
#6

http://forum.sa-mp.com/index.php?topic=143025.0
Reply
#7

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.?
Reply
#8

Any other help.?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)