Mapp loading problem - 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: Mapp loading problem (
/showthread.php?tid=569535)
Mapp loading problem -
Karolukas123 - 31.03.2015
Hello , why it is very slow and only plow handles objects
??
http://imgur.com/wslyk2h,qQUfwyx,SlUat1h#2
Re: Mapp loading problem -
ZaBraNjeNi - 31.03.2015
You need to add draw distance.
CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ,
Float: DrawDistance)
Re: Mapp loading problem -
CalvinC - 31.03.2015
I don't understand what you mean by "only plow handles objects"?
But if it loads slow, it's either because the draw distance is short, or you could have reached the max object limit of 1000, use F5 and check ObjectSlotsUsed to check if this is the case.
If you reached the limit, you should use Incognito's streamer to stream the objects.