Little help with the texdraws
#2

On top of GM:
pawn Код:
new Text:ftd;
OnGameModeInit:
pawn Код:
ftd = TextDrawCreate(0.0, 434.0,"www.wwg.x10.mx");
TextDrawFont(ftd,3);
TextDrawLetterSize(ftd,10,10);
TextDrawColor(ftd,0x0F00FF);
TextDrawSetShadow(ftd,1);
TextDrawSetOutline(ftd,1);
TextDrawBackgroundColor(ftd,0x000FF);
TextDrawUseBox(ftd,0);
To show and hide the textdraw use the functions TextDrawShowForPlayer, TextDrawHideForPlayer, TextDrawShowForAll, TextDrawHideForAll. Hope it helped.
Reply


Messages In This Thread
Little help with the texdraws - by FrostDoggy - 15.09.2011, 09:35
Re: Little help with the texdraws - by Anzipane! - 15.09.2011, 09:39
Re: Little help with the texdraws - by FrostDoggy - 15.09.2011, 09:46
Re: Little help with the texdraws - by Anzipane! - 15.09.2011, 11:15
Re: Little help with the texdraws - by iPLEOMAX - 15.09.2011, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)