SA-MP Forums Archive
[FilterScript] [FS] Fallout's Tuned vehicles (stay tuned after respawn) - 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] [FS] Fallout's Tuned vehicles (stay tuned after respawn) (/showthread.php?tid=46921)



[FS] Fallout's Tuned vehicles (stay tuned after respawn) - ғαιιοцт - 12.08.2008

Fallout's Tuned Vehicles



becouse there are a lot of people who want to have tuned cars in their server, I've made this filterscript to add tuned vehicles.
there were some problems with adding the vehicle components at OnVehicleSpawn... it's a little samp bug.


How to install:
- Put this filterscript in this folder: server\filterscripts\<here>
- Add F_Tune (or F_Tune_Ex) to your filterscripts line in server.cfg

Download:



//this is how it looks like if you add more vehicles.




Re: Tuned vehicles with tuned respawn (fixed) - Dujma - 12.08.2008

I did not tested it yet, but it seams ok. Very good job VERY GOOD. I'll test it later... Tnx


Re: Tuned vehicles with tuned respawn (fixed) - ғαιιοцт - 12.08.2008

Quote:
Originally Posted by Dujma
I did not tested it yet, but it seams ok. Very good job VERY GOOD. I'll test it later... Tnx
thx


Re: Tuned vehicles with tuned respawn (fixed) - Dujma - 12.08.2008

Quote:
Originally Posted by °Fallout°
Quote:
Originally Posted by Dujma
I did not tested it yet, but it seams ok. Very good job VERY GOOD. I'll test it later... Tnx
thx
I have one question... What is the id of cars? ex. when I want to go to this tuned sultan... /gotocar [id?]




Re: Tuned vehicles with tuned respawn (fixed) - ғαιιοцт - 12.08.2008

the id of a sultan is 560 and the sultan is in wangwars (at the pay 'n spray of san fierro)


Re: Tuned vehicles with tuned respawn (fixed) - Dujma - 12.08.2008

Quote:
Originally Posted by °Fallout°
the id of a sultan is 560 and the sultan is in wangwars (at the pay 'n spray of san fierro)
hehe I didn't mean the model id, I mean the car id... ex. in OnGameModeInIt, you have the correct order of cars.. First 34 car are house cars, then as you add cars the ids go 35,36,37 and so on...And then you can use /gotocar... I want to know do these cars have a id, and if they do where are they?


Re: Tuned vehicles with tuned respawn (fixed) - ғαιιοцт - 12.08.2008

i don't understand what you mean with the id....
that id will be different in your mode, than in mine
but you can always find them in the WangCars garage and at The Big Ear


Re: Tuned vehicles with tuned respawn (fixed) - On_Top_Non_Stop - 12.08.2008

The vehicle ids will change as you add and move them about so you will have to count the vehicles in your gamemode till you get to the one you want.

In this case you can use Sultan1 as the vehicle ID.


Re: Tuned vehicles with tuned respawn (fixed) - Derksen123 - 12.08.2008

how i make compents


Re: Tuned vehicles with tuned respawn (fixed) - ғαιιοцт - 12.08.2008

use addvehiclecomponent
you can see it in this script