Textdraw while loging in
#4

Quote:
Originally Posted by Dylancoolblue
Посмотреть сообщение
how do i get a textdraw while im login/registering and after i have done one of them it dissapiers?
At top of the script.

Код:
 new Text:MyTextdraw;
Under GameModeInIt. Add this callback.

Код:
MyTextdraw = TextDrawCreate(10.0, 100.0, "Your text here!");
TextDrawUseBox(MyTextdraw, 1);
Under OnPlayerConnect add this.

Код:
TextDrawShowForPlayer(playerid, MyTextdraw);
Then Under OnPlayerRequestSpawn add this

Код:
TextDrawHideForPlayer(playerid, MyTextDraw);
Thats it brother!
Reply


Messages In This Thread
Textdraw while loging in - by Dylancoolblue - 27.03.2014, 20:15
Re: Textdraw while loging in - by Dylancoolblue - 27.03.2014, 21:36
Re: Textdraw while loging in - by jakejohnsonusa - 27.03.2014, 21:51
Re: Textdraw while loging in - by Bingo - 27.03.2014, 22:00
Re: Textdraw while loging in - by Dylancoolblue - 28.03.2014, 23:57

Forum Jump:


Users browsing this thread: 1 Guest(s)