Text draw
#5

I did, And heres what it says.

Code:
// TextDraw developed using Zamaroht's Textdraw Editor 1.0

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

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw0 = TextDrawCreate(250.000000, 10.000000, "DrugRP.com");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 0);
TextDrawLetterSize(Textdraw0, 0.500000, 1.000000);
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);

// You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and
// TextDrawDestroy functions to show, hide, and destroy the textdraw.
It doesn't tell me how many varibles
Reply


Messages In This Thread
Text draw - by ScottCFR - 06.03.2010, 20:30
Re: Text draw - by XRVX - 06.03.2010, 20:31
Re: Text draw - by ScottCFR - 06.03.2010, 21:18
Re: Text draw - by Ironboy500 - 06.03.2010, 21:23
Re: Text draw - by ScottCFR - 06.03.2010, 21:25
Re: Text draw - by Ironboy500 - 06.03.2010, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)