I need help Expert GTO mode.
#1

Hello, I created TextDraw and using:

In GTO.pwn
pawn Код:
new Text:Help;
In GTO.pwn (OnGameModeInit)
pawn Код:
Help = TextDrawCreate(5.000000,435.000000,"help");
TextDrawAlignment(Help,0);
TextDrawBackgroundColor(Help,0xF6F6F3FF);
TextDrawFont(Help,2);
TextDrawLetterSize(Help,1.000000,1.000000);
TextDrawColor(Help,0x000FF);
TextDrawSetOutline(Help,1);
TextDrawSetProportional(Help,1);
TextDrawSetShadow(Help,1);
In GTO.pwn(OnPlayerConnect)
pawn Код:
TextDrawShowForAll(Help);
I Connecting to my server, There TextDraw for a couple seconds, then disappears and then does not appear..
The same is true even when I do
TextDrawShowForAll on command
Appears, and disappears after 2 seconds...
Who can help me? please...
Reply


Messages In This Thread
I need help Expert GTO mode. - by user226 - 18.05.2009, 20:05
Re: I need help Expert GTO mode. - by Backwardsman97 - 18.05.2009, 20:32
Re: I need help Expert GTO mode. - by user226 - 18.05.2009, 20:40
Re: I need help Expert GTO mode. - by Backwardsman97 - 19.05.2009, 01:45
Re: I need help Expert GTO mode. - by user226 - 19.05.2009, 07:58
Re: I need help Expert GTO mode. - by user226 - 19.05.2009, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)