Help with Zamaroht's Textdraw
#4

Put this at the Top of the Script:
pawn Код:
new Text:Textdraw1;
Put this at OnGameModeInit:
pawn Код:
Textdraw1 = TextDrawCreate(3.000000, 430.000000, "/aide /report /n /rapport");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 3);
TextDrawLetterSize(Textdraw1, 0.500000, 1.000000);
TextDrawColor(Textdraw1, 16777215);
TextDrawSetOutline(Textdraw1, 0);
TextDrawSetProportional(Textdraw1, 1);
TextDrawSetShadow(Textdraw1, 1);
And this at OnPlayerConnect:
pawn Код:
TextDrawShowForPlayer( playerid, Textdraw1 );
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: 2 Guest(s)