18.05.2009, 20:05
Hello, I created TextDraw and using:
In GTO.pwn
In GTO.pwn (OnGameModeInit)
In GTO.pwn(OnPlayerConnect)
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...
In GTO.pwn
pawn Код:
new Text:Help;
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);
pawn Код:
TextDrawShowForAll(Help);
The same is true even when I do
TextDrawShowForAll on command
Appears, and disappears after 2 seconds...
Who can help me? please...