TextDraw doesn't show up!!
#1

I made a TextDraw with the "TextDraw Expert 1.1" app. I putted it to my gamemode script, to the OnPlayerRequestClass function, but it doesn't show up. Why?

pawn Код:
//Top of the script

new Text:login;

//OnGameModeInit

login = TextDrawCreate(320, 460, "~w~Please log in! (/login [password])");
TextDrawAlignment(login, 2);
TextDrawFont(login, 1);
TextDrawLetterSize(login, 0.1, 0.1);

//OnPlayerRequestClass

TextDrawShowForPlayer(playerid, login);
Please help me, I really need this!
Reply


Messages In This Thread
TextDraw doesn't show up!! - by LTomi - 25.06.2009, 12:02
Re: TextDraw doesn't show up!! - by Chaprnks - 25.06.2009, 12:40
Re: TextDraw doesn't show up!! - by LTomi - 25.06.2009, 12:48
Re: TextDraw doesn't show up!! - by Chaprnks - 25.06.2009, 13:00
Re: TextDraw doesn't show up!! - by LTomi - 25.06.2009, 13:22

Forum Jump:


Users browsing this thread: 2 Guest(s)