Problems With Textdraws Not Displaying After Time - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problems With Textdraws Not Displaying After Time (
/showthread.php?tid=109993)
Problems With Textdraws Not Displaying After Time -
stevestelford - 23.11.2009
Hey Guys, for some reason after time, textdraws stop showing for all, The Server Creates about 80 textdraws, but for some reason they fail to display,
Any Help Is Appreciated,
Thanks Mobile
Re: Problems With Textdraws Not Displaying After Time -
V1ceC1ty - 23.11.2009
Check your script for something like this and get rid of it.
pawn Код:
TextDrawDestroy(textdraw);
Re: Problems With Textdraws Not Displaying After Time -
stevestelford - 24.11.2009
Thanks For your reply, I Sorted It, It was related to function TextdrawActive=1; So Not Showing Unless TextdrawActive=0; xD