SA-MP Forums Archive
SAMP Limits - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SAMP Limits (/showthread.php?tid=230397)



SAMP Limits - BlackWolf120 - 23.02.2011

hi,

just wondering: on the SAMP limits wiki site it says that theres no limit for the 0.3c version for added vehicles.
But it also says that it cause problems using too much vehicles at a time.
Ive got a minigame server and there are vehicles in every map and someday there might be about 40 different maps so there also are gonna be a lot of vehicles. Im adding the vehicles with AddStaticVehicle();
Should i destroy the vehicles after a map has passed, is this even neccessary or does in matter at all?

regards...


Re: SAMP Limits - Voldemort - 23.02.2011

Dont use more than 80 different models ( my recommendation ), and everytihng will be fine


Re: SAMP Limits - MadeMan - 23.02.2011

It's recommended to destroy and create vehicles when map changes, but make difference between vehicles and vehicle models.


Re: SAMP Limits - Lethaal - 23.02.2011

theirs a object limit of 1000 because they cant get streamed at the same time if your going past 1000object suse

incognitos streamer


Re: SAMP Limits - BlackWolf120 - 23.02.2011

what could be the worst case in case i add lets say more than 100 models at a time?
i already use this streamer but it cant stream vehicles with it or am i wrong?


Re: SAMP Limits - Robert_Crawford - 23.02.2011

Server Crashes


Re: SAMP Limits - BlackWolf120 - 23.02.2011

thx for the answers so far.
is it possible to use AddStaticVehicle in combination with DestroyVehicle?
And is it possible to stream vehicles with icongnitos streamer?

@Lethaal: of course vehicles... model id's


Re: SAMP Limits - MadeMan - 23.02.2011

Quote:
Originally Posted by SA-MP Wiki
(*) Although the vehicle model limit in 0.3 is unlimited, if you use a large amount of vehicle models, you may notice parts of your mode become framey as vehicle models are dynamically loaded/unloaded. Keeping the number of vehicle models below 150 is a good idea.
This answers it

Vehicles are already streamed by SA-MP since 0.3


Re: SAMP Limits - Voldemort - 23.02.2011

Quote:
Originally Posted by Robert_Crawford
Посмотреть сообщение
Server Crashes
Nothing crashes, just cars starts to "lose" specular highlight ( thing what makes cars bright in game )


Re: SAMP Limits - BlackWolf120 - 23.02.2011

so the colour of the cars just might get a little brighter?