Streamer Objects Disappear - 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: Streamer Objects Disappear (
/showthread.php?tid=277748)
Streamer Objects Disappear -
iRage - 19.08.2011
I'm using this streamer:
https://sampforum.blast.hk/showthread.php?tid=102865
Some objects disappear when I get near them, reason?
Re: Streamer Objects Disappear -
uldissUP - 19.09.2011
Same Problem any one?
Re: Streamer Objects Disappear -
PhoenixB - 19.09.2011
You are creating the objects as "CreateDynamicObject" right? and what is the default OBJECT count "CreateObject" your using ?
Re: Streamer Objects Disappear -
Kingunit - 19.09.2011
Like PhoenixB said. You need to use:
pawn Code:
CreateDynamicObject ..
// Go on
Instead of:
Re: Streamer Objects Disappear -
Vince - 19.09.2011
If you have more than 400 objects in a little area, then yes, some of them won't show up. You can only have 400 objects visible at a time.
Re: Streamer Objects Disappear -
Voldemort - 19.09.2011
For me its also happens, but only with objs that are nat created in OnGamemodeInit, like with extra cmd /chair to spawn chair obj, it may disapear after some while, thats why make some timer or so, which destrorys and recreate object
Re: Streamer Objects Disappear -
Vojin - 30.06.2017
I have this problem when i put some map, my big object disappear (police or bank, hospital etc) someone know how to fix?