Fuze's map editor: CreateObject removes my objects - 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: Fuze's map editor: CreateObject removes my objects (
/showthread.php?tid=659933)
Fuze's map editor: CreateObject removes my objects -
Zeus666 - 20.10.2018
Hi. Why CreateObject removes my other game objects? Is there a limit of CreateObject items?
Re: Fuze's map editor: CreateObject removes my objects -
GangstaSunny. - 20.10.2018
Limit: 1000
Streaming at once: 500
Use a streamer plugin (CreateDynamicObject, just look in the forum) to solve this. The Streamer will create objects only if a player is in the stream range. But remember that floors should still go for CreateObject to avoid cars falling down the map.
Re: Fuze's map editor: CreateObject removes my objects -
Zeus666 - 20.10.2018
Quote:
Originally Posted by GangstaSunny.
Limit: 1000
Streaming at once: 500
Use a streamer plugin (CreateDynamicObject, just look in the forum) to solve this. The Streamer will create objects only if a player is in the stream range. But remember that floors should still go for CreateObject to avoid cars falling down the map.
|
What if I create 20 filterscripts with 500 each CreateObject ? (for 10k createobjects)
Re: Fuze's map editor: CreateObject removes my objects -
GangstaSunny. - 20.10.2018
Quote:
Originally Posted by Zeus666
What if I create 20 filterscripts with 500 each CreateObject ? (for 10k createobjects)
|
Makes no difference.
Limit is server-wide, not script-wide.
https://sampwiki.blast.hk/wiki/Limits