16.06.2012, 18:03
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
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
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//
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