SA-MP Forums Archive
Textdraw issue - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw issue (/showthread.php?tid=491036)



Textdraw issue - Ananisiki - 29.01.2014

~~~~~~~~~~~~


Re: Textdraw issue - DerickClark - 29.01.2014

Give us your code.
https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer


Re: Textdraw issue - Ananisiki - 29.01.2014

~~~~~~


Re: Textdraw issue - DerickClark - 29.01.2014

Try
Show:
pawn Код:
TextDrawShowForPlayer(playerid, gMyText); // Show textdraw
Hide:
pawn Код:
TextDrawHideForPlayer(playerid, gMyText); // Hide textdraw



Re: Textdraw issue - Ananisiki - 29.01.2014

~~~~~~~~~~


Re: Textdraw issue - DerickClark - 29.01.2014

Look on ******, before you post.


Re: Textdraw issue - Ananisiki - 29.01.2014

~~~~~~~~~~


Re: Textdraw issue - DerickClark - 29.01.2014

Quote:
Originally Posted by Ananisiki
Посмотреть сообщение
I've already searched around, found nothing so thats why I posted here.

Don't reply if you can't help.
._. am trying to help you.


Re: Textdraw issue - Ananisiki - 29.01.2014

~~~~~~~~~~~~