Interior Objects Loading Textdraw,,.. - 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: Interior Objects Loading Textdraw,,.. (
/showthread.php?tid=471766)
Interior Objects Loading Textdraw,,.. -
FLapJAck - 25.10.2013
How To Fix This.?
Re: Interior Objects Loading Textdraw,,.. -
[WA]iRonan - 25.10.2013
It won't dissapear? Probably a problem with your timer. Send me a PM with the code from this.
- iRonan
Re: Interior Objects Loading Textdraw,,.. -
FLapJAck - 25.10.2013
Re: Interior Objects Loading Textdraw,,.. -
xVIP3Rx - 25.10.2013
Search the script ( Ctrl + F ) for "Interior objects loading" and remove that textdraw if you don't want it
Re: Interior Objects Loading Textdraw,,.. -
[WA]iRonan - 25.10.2013
Change the SetTimerEx from SafeLoadObjects to this:
Код:
SetTimerEx("SafeLoadObjects", 3000, true, "d", playerid);
I hope this works.