no objects are created in the fs - 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: no objects are created in the fs (
/showthread.php?tid=613949)
no objects are created in the fs -
Imperealist - 02.08.2016
All objects are created in a special fs. Objects created using the streamer, but there are some static objects (CreateObject), are not created on the server, whereas dynamic objects's OK. What could be wrong?
Re: no objects are created in the fs -
K0P - 02.08.2016
Maybe the CreateObject limit is exceeding,convert them to CreateDynamicObject too and make sure you set the right virtual world.
Here is a site for converting maps:
http://convertffs.com/
Re: no objects are created in the fs -
Imperealist - 02.08.2016
the point is to specifically use CreateObject (floor in the building) so that the object was not removed and the player did not fall under the ground (in the case where the dynamic object had not been created)