SA-MP Forums Archive
[FilterScript] Rent Vehicle System 1.0 - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Rent Vehicle System 1.0 (/showthread.php?tid=317070)



Rent Vehicle System 1.0 - Fires - 09.02.2012

SIMPLE RENT VEHICLE
Hello all
Today, I had nothing to do and I decided to create a simple system of rental vehicles
Then, it is very simple
first of all you have to put the coordinates of the vehicle etc. ..
Can be found in OnFilterScriptInt
This FS contains two commands: /rentvehicle /exitvehicle
When you exit vehicle you have 5 seconds to return.. or vehicle will respawn
Download:
http://pastebin.com/Y7ubtU9h



PS:Sorry for my bad english ^^


Re : Rent Vehicle System 1.0 - Varkoll_ - 09.02.2012

good job


Re: Rent Vehicle System 1.0 - Fires - 09.02.2012

Thanks


Re: Rent Vehicle System 1.0 - Элиот - 09.02.2012

Quote:

When you exit vehicle you have 5 seconds to return.. or vehicle will respawn

LMFAO.


Re: Rent Vehicle System 1.0 - Georgi166 - 09.02.2012

ROFL 5 secs and respawn....
I would use it if you make it respawn after 20 mins after exiting the car


Re: Rent Vehicle System 1.0 - Fires - 09.02.2012

you can change how you want
Here
pawn Code:
SetTimer("tornoVehicle", 5000, 0);



Re: Rent Vehicle System 1.0 - Элиот - 09.02.2012

@Georgi166 - Change Timer time on OnPlayerExitVehicle callback to 1200000.