Text On Screen
#7

Quote:
Originally Posted by Phame
I Used TextDraw Expert to make one, when i put it into the script i get like 4 warnings, no errors, i run the server, nothings there

The Script

Код:
//On the top of your script
new Text:Textdraw0;

//In OnGameModeInit
Textdraw0 = TextDrawCreate(483, 4, "Neutral-Gamer.com");
TextDrawAlignment(Textdraw0, 1);
TextDrawFont(Textdraw0, 3);
TextDrawLetterSize(Textdraw0, 1.0, 1.0);
TextDrawColor(Textdraw0, 0xD6FF00FF);
TextDrawSetShadow(Textdraw0, 0.1);
TextDrawSetOutline(Textdraw0, 0.1);
What are the warnings?
You have to post them if you want any help, as we're not psychic.
Reply


Messages In This Thread
Text On Screen - by The Fame - 18.07.2009, 12:54
Re: Text On Screen - by ByFukara - 18.07.2009, 12:57
Re: Text On Screen - by The Fame - 18.07.2009, 12:58
Re: Text On Screen - by stieben - 18.07.2009, 13:00
Re: Text On Screen - by The Fame - 18.07.2009, 13:07
Re: Text On Screen - by The Fame - 18.07.2009, 13:24
Re: Text On Screen - by Anarkien - 18.07.2009, 13:49

Forum Jump:


Users browsing this thread: 5 Guest(s)