25.06.2009, 12:02
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?
Please help me, I really need this!
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);