TextDrawCreate
#3

Quote:
Originally Posted by RemulisLTU
Код:
//Add this to your new
new Text:LTU;


// Under public OnGameModeInit()

  LTU = TextDrawCreate(433.7500, 206.2500,"Welcome to XYZ server !");
  TextDrawUseBox(LTU,1);
  TextDrawBoxColor(LTU,0x00000066);
  TextDrawTextSize(LTU,629.000000,2.000000);
  TextDrawAlignment(LTU,0);
  TextDrawBackgroundColor(LTU,0x000000ff);
  TextDrawFont(LTU,1);
  TextDrawLetterSize(LTU,0.499999,0.899999);
  TextDrawColor(LTU,0xffffffff);
  TextDrawSetOutline(LTU,1);
  TextDrawSetProportional(LTU,1);
  TextDrawSetShadow(LTU,1);

//And put this under OnPlayerConnect

  TextDrawShowForPlayer(playerid, LTUNoLag);
i hope it helped
it giving me undefined symbol LTUNoLag
Reply


Messages In This Thread
TextDrawCreate - by _Sami_ - 09.12.2009, 12:08
Re: TextDrawCreate - by [LNL]Remulis - 09.12.2009, 12:13
Re: TextDrawCreate - by _Sami_ - 09.12.2009, 13:11
Re: TextDrawCreate - by RenisiL - 09.12.2009, 13:39
Re: TextDrawCreate - by _Sami_ - 09.12.2009, 14:17
Re: TextDrawCreate - by [LNL]Remulis - 09.12.2009, 14:18

Forum Jump:


Users browsing this thread: 1 Guest(s)