18.07.2009, 13:49
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); |
You have to post them if you want any help, as we're not psychic.