//
// Created:     18.09.06
// Aurthor:    Iain Gilbert
//


To add more vehicles in GTO:


Vehicles are defined in a few different tables (all in vehicles.inc) VehicleModelSpawns is where you should add vehicle spawns

ATTENTION!: You can currently only add max 250 vehicles, and max 50 vehicle models, beware going over this may result in crashes and errors. This is a client limitation. Future versions of samp may include dynamic vehicle spawning to help remedy this.
The vehicle spawner will automaticly change vehicle model if they are all used already, or not spawn vehicle at all if 250 count is up. This is to prevent crashes, be aware of it.



Pawn Code:

new VehicleModelSpawns[][VehicleSpawnInfo] = {

	{V_TURISMO,2040.0520,1319.2799,10.3779,183.2439,16,16},
	{V_BANSHEE,2040.5247,1359.2783,10.3516,177.1306,13,13},
	{V_WASHING,2110.4102,1398.3672,10.7552,359.5964,13,13},




To add a vehicle just add the vehicle to the array table.
syntax is {vehiclemodel,X,Y,Z,Heading,colour1,colour2}.
Use /save command to get these values