SA-MP Forums Archive
Vehicle Price - Help - 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 Price - Help (/showthread.php?tid=535657)



Vehicle Price - Help - mirzakovacic - 05.09.2014

So,cars on sale go like this

salescar[0] = AddStaticVehicleEx(541,543.0609,-1290.8246,16.8670,358.5973,1,0,30000); // SALES
salescar[1] = AddStaticVehicleEx(565,535.2302,-1291.4296,16.8673,2.9583,1,0,30000); // SALES

How can I edit the cars price and add more?


Re: Vehicle Price - Help - Blademaster680 - 05.09.2014

You need to make a variable for each car to store the prices in...


Re: Vehicle Price - Help - mirzakovacic - 05.09.2014

Fixed.Thanks for your reply. REP +