[Include] [INC] Vehicle Names Include.
#1

What ?
It includes all the names of the vehicles found in San Andreas
Basically if you are hunting for vehicles IDs, with this include you can easily do your work.

How ?
If you don't know a ID of a vehicle & searching all over for the ID, you can easily add the vehicle's name

Example:
AddStaticVehicle(522,3065.447,-710.515,2441.421,265.0,-1,-1);
With this include:
AddStaticVehicle(nrg500,3065.447,-710.515,2441.421,265.0,-1,-1);

It will do the same function. Just replace the ID with the Name.

Why ?
I created this include for those who don't wants to search for IDs. Just add the vehicle's name & it's done!

How to Use ?

pawn Код:
#include <vehicles>
Add this code under #include <a_samp>

& then whenever you want to add a vehicle in your gamemode.

pawn Код:
AddStaticVehicle(nrg500,3065.447,-710.515,2441.421,265.0,-1,-1); //Example 1
AddStaticVehicle(infernus,3065.447,-710.515,2441.421,265.0,-1,-1); //Example 2
AddStaticVehicle(sultan,3065.447,-710.515,2441.421,265.0,-1,-1); //Example 3
More ?
It's my first basic include.
Also works with CreateVehicle.
If you are gonna comment like a kid, Don't! Because i know you are a Einstein who know all IDs, so stop the rubish comments

Download:
Reply


Messages In This Thread
[INC] Vehicle Names Include. - by rafay - 01.01.2009, 16:49
Re: [INC] Vehicle Names Include. - by Sanchez777 - 02.01.2009, 08:48
Re: [INC] Vehicle Names Include. - by rafay - 02.01.2009, 08:57
Re: [INC] Vehicle Names Include. - by hamptonin - 02.01.2009, 10:11
Re: [INC] Vehicle Names Include. - by Zezombia - 02.01.2009, 10:11
Re: [INC] Vehicle Names Include. - by hamptonin - 02.01.2009, 10:13
Re: [INC] Vehicle Names Include. - by rafay - 02.01.2009, 10:15
Re: [INC] Vehicle Names Include. - by Mikep - 03.01.2009, 03:32
Re: [INC] Vehicle Names Include. - by rafay - 03.01.2009, 09:19
Re: [INC] Vehicle Names Include. - by wavefunction - 07.02.2009, 11:05
Re: [INC] Vehicle Names Include. - by rafay - 07.02.2009, 16:13
Re: [INC] Vehicle Names Include. - by wavefunction - 08.02.2009, 08:20
Re: [INC] Vehicle Names Include. - by Klutty - 12.04.2009, 15:09
Re: [INC] Vehicle Names Include. - by rafay - 13.04.2009, 10:44

Forum Jump:


Users browsing this thread: 1 Guest(s)