My TextDraws won't show - 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: My TextDraws won't show (
/showthread.php?tid=454060)
My TextDraws won't show -
RandomDude - 27.07.2013
The first textdraw does not show then the rest show...
This has happend to all my textdraws I have done...
Were should I be placing it?
Also
warning 213: tag mismatch
pawn Код:
PlayerTextDrawHide(playerid,TextDraw1);
Re: My TextDraws won't show -
RandomDude - 27.07.2013
...................
Re: My TextDraws won't show -
RandomDude - 27.07.2013
cccccccccccc
Re: My TextDraws won't show -
RandomDude - 27.07.2013
AnYone......
Re: My TextDraws won't show -
Ceez - 27.07.2013
Код:
PlayerTextDrawHide(playerid,TextDraw1);
That causes the textdraw to disappear from the screen,
Код:
TextDrawHideForPlayer(playerid,Textdraw1);
Try that instead.