SA-MP Forums Archive
About MAX_VHICLES. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: About MAX_VHICLES. (/showthread.php?tid=514360)



About MAX_VHICLES. - VenomMancer - 21.05.2014

How much amount we can change on MAX_VHEICLES ?
The default is : 2000.
How much ?
Example :

pawn Код:
#undef MAX_VEHICLES
#define MAX_VEHICLES (5000)
it will make bug or what ?

Sorry for my bad english -_-



Re: About MAX_VHICLES. - Lordzy - 21.05.2014

The maximum limit of creating vehicles are 2000. You cannot exceed it even if you change the MAX_VEHICLES through your script. It's just used for scripting purposes.

https://sampwiki.blast.hk/wiki/Limits


Re: About MAX_VHICLES. - VenomMancer - 21.05.2014

if i change ? what will happened ?


Re: About MAX_VHICLES. - Jochemd - 21.05.2014

Nothing as long as you don't exceed the limit, vehicles over 2000 simply won't create.


Re: About MAX_VHICLES. - VenomMancer - 21.05.2014

Okay thanks guys