Vehicle LIMIT Question - 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 Question (
/showthread.php?tid=542926)
Vehicle LIMIT Question -
Raefal - 23.10.2014
What happend if the vehicle is reached the limit?
Re: Vehicle LIMIT Question -
dusk - 23.10.2014
Nothing too bad. CreateVehicle, AddStaticVehicle and AddStaticVehicleEx will just return INVALID_VEHICLE_ID if you try to create more. No more vehicles will be created.