SA-MP Forums Archive
vehicle 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: vehicle limit (/showthread.php?tid=530616)



vehicle limit - iBots - 08.08.2014

well in my gamemode i have a system that spawns all of the players cars even if they are offline,but when we get alot of players it will reach 2000,what can i do?please help


Re: vehicle limit - Affan - 08.08.2014

pawn Код:
#undef MAX_VEHICLES
#define MAX_VEHICLES 3000 // You can change it



Re: vehicle limit - iBots - 08.08.2014

hmm...i said vehicle limit from samp not max vehicles in script,even if i change it,if i have more than 2000 cars they wont spawn


Re: vehicle limit - Stinged - 08.08.2014

I didn't try this, but maybe this would help:
https://sampforum.blast.hk/showthread.php?tid=529389


Re: vehicle limit - Clad - 08.08.2014

I beleive it's 65535.