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
#2

Well for one thing, you shouldn't use TextDrawShowForAll under OnPlayerConnect. You should use TextDrawShowForPlayer. And search your script for "TextDrawHideForAll(Help)" without the quotes. Or just search for "TextDrawHide" without the quotes.
Reply
#3

TextDrawShowForPlayer - occurs the same... Not showing..
About TextDrawHide - I do not understand what you wrote Please explain again
Reply
#4

Go in Pawno, hit ctrl+f and search for the word textdrawhide
Reply
#5

Quote:
Originally Posted by backwardsman97
Go in Pawno, hit ctrl+f and search for the word textdrawhide
In GTO.pwn No such word!
"TextDrawHide" is in:
pawno\include\vehicleinfo.inc
- But it seems has nothing to do with my TextDraw
still in:
pawno\include\synctime.inc
pawno\include\playerinfo.inc
More nowhere no
Reply
#6

why do not working.. help me please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)