[FIXED]
#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


Messages In This Thread
[FIXED] - by Jay. - 14.05.2010, 18:31
Re: TextDraw Help - by Jay. - 14.05.2010, 18:44
Re: [HELP] TextDraw How to shortan box? - by Jay. - 14.05.2010, 19:14
Re: [HELP] TextDraw How to shortan box? - by cAMo - 14.05.2010, 19:18
Re: [HELP] TextDraw How to shortan box? - by Jay. - 14.05.2010, 19:21
Re: [HELP] TextDraw How to shortan box? - by Sergei - 14.05.2010, 19:23
Re: [HELP] TextDraw How to shortan box? - by Jay. - 14.05.2010, 19:35
Re: [HELP] TextDraw How to shortan box? - by Jay. - 14.05.2010, 20:17

Forum Jump:


Users browsing this thread: 4 Guest(s)