Renting - 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: Renting (
/showthread.php?tid=279487)
Renting -
Abreezy - 27.08.2011
I'm trying to write up my dynamic, mysql loaded rent car system, and well I am abit confused. Normally, people would do:
pawn Code:
rentcar[0] = AddStaticVehicleEx(
or so, to define which cars are the rented. But how do i make it detect the cars in the "rCars" database, as rentable and such?