Help with Zamaroht's Textdraw
#3

I Have a Block Note with the Name Site:
PHP код:
// TextDraw developed using Zamaroht's Textdraw Editor 1.0

// On top of script:
new Text:Textdraw1;

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw1 TextDrawCreate(3.000000430.000000"/aide /report /n /rapport");
TextDrawBackgroundColor(Textdraw1255);
TextDrawFont(Textdraw13);
TextDrawLetterSize(Textdraw10.5000001.000000);
TextDrawColor(Textdraw116777215);
TextDrawSetOutline(Textdraw10);
TextDrawSetProportional(Textdraw11);
TextDrawSetShadow(Textdraw11);

// You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and
// TextDrawDestroy functions to show, hide, and destroy the textdraw. 
Reply


Messages In This Thread
Help with Zamaroht's Textdraw - by ServerScripter - 09.10.2011, 12:22
Re: Help with Zamaroht's Textdraw - by aRoach - 09.10.2011, 12:29
Re: Help with Zamaroht's Textdraw - by ServerScripter - 09.10.2011, 12:31
Re: Help with Zamaroht's Textdraw - by aRoach - 09.10.2011, 12:33
Re: Help with Zamaroht's Textdraw - by ServerScripter - 09.10.2011, 12:59
Re: Help with Zamaroht's Textdraw - by aRoach - 09.10.2011, 13:00

Forum Jump:


Users browsing this thread: 1 Guest(s)