Objects Limit? - 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: Objects Limit? (
/showthread.php?tid=351603)
Objects Limit? -
daastle - 16.06.2012
Well...I have a problem. I have done like a huge DM cage with help of a friend.
The server is portforwarded, but somehow not all the objects (like bars that make the cage) load.
I have read there is a limit of 1000 objects without using streamer.
Problem is that I have 940 objects created , not +1000 , and somehow like when I go in the DM cage , some of the bars are missing.
Do cars ( AddStaticVehicle ) count as objects?
I can show so you can calculate the lines
pawn Code:
//__DM CAGE__//
//346// CreateObject(969, -1918.96, 290.51, 40.00, 0.00, 0.00, 0.00); //all the stuff in between is objects for cage//
//1269// CreateObject(969, -52.53, 1490.34, 36.12, 92.10, 5.64, 139.21);
//Static vehicles go from 246 to 341 , and 1269 to 1368//
So basically that means that if its only objects as in the ones added by samp map creator , its 923 objects in total , not more than 1000.
My question is , do addstaticvehicles count as objects? Then it would be +1000 objects.
If so, what is the solution to this?з
Thanks.
P.D: There is no error in script , it only just doesnt load like 30 bars
Re: Objects Limit? -
tiernantheman - 16.06.2012
I suggest you just use incognitos streamer to use unlimited objects.
Respuesta: Re: Objects Limit? -
daastle - 16.06.2012
And how does that work? Link or anything? xD
Re: Respuesta: Re: Objects Limit? -
tiernantheman - 16.06.2012
Quote:
Originally Posted by daastle
And how does that work? Link or anything? xD
|
https://sampforum.blast.hk/showthread.php?tid=102865
Respuesta: Re: Respuesta: Re: Objects Limit? -
daastle - 17.06.2012
Quote:
Originally Posted by tiernantheman
|
Thanks a lot
Re: Objects Limit? -
Jonny5 - 17.06.2012
the vehicles do not count as objects.
Re: Objects Limit? -
rachit_rocks - 17.06.2012
Actually you have an object limit of 2000 objects if you map through MTA-1.3 and other MTA's but there are links that can give you your answers.
LINKS:
http://forum.**************.com/view...p?f=91&t=38690
Will add more links if I find them.