Car Pack Version 2

###########################

Made by:    Natalya
www.lady-natalya.info

###########################

These are re-made cars that I first
released independently a while ago.

I made this pack because now there
is support for vehicles to have the
driver displayed inside them in game.
The five vehicles in this pack all have
this new feature.  Cars:

Chevrolet Impala
Police Impala
Toyota Tacoma
S197 Mustang
Mustang GT

They of course also have brake light
support, the Police Impala has support
for police lights, and they all have the
3rd-person view attachment.

###########################

These are the suggested configs for my RolePlay Mod

	"Chevrolet Impala"
	{
		"price"			"20000"
        		"type"			"impala"
        		"val_1"			"6"
        		"val_2"			"1"
		"model"			"models/natalya/vehicles/impala_v2.mdl"
		"script"			"scripts/vehicles/impala.txt"
		"vip"			"0"
		"gas_tank"		"17"
		"mpg"			"22"
		"siren"			"0"
		"lights"			"1"
		"police_lights"		"0"
		"view"			"1"
		"driver"			"1"
		"0"			"White"
		"1"			"Red"
		"2"			"Black"
		"3"			"Beige"
		"4"			"Green"
		"5"			"Cobalt"
	}
	"Toyota Tacoma"
	{
		"price"			"35000"
        		"type"			"tacoma"
        		"val_1"			"8"
        		"val_2"			"1"
		"model"			"models/natalya/vehicles/tacoma_v2.mdl"
		"script"			"scripts/vehicles/tacoma.txt"
		"vip"			"0"
		"gas_tank"		"17"
		"mpg"			"16"
		"siren"			"0"
		"lights"			"1"
		"police_lights"		"0"
		"view"			"1"
		"driver"			"1"
		"0"			"Light Green"
		"1"			"White"
		"2"			"Dark Red"
		"3"        			"Pale Tan"
		"4"			"Dark Green"
		"5"			"Black"
		"6"			"Tan"
		"7"			"Blue"
	}
	"Police Impala"
	{
        		"price"			"60000"
        		"type"			"impala_police"
        		"val_1"			"6"
        		"val_2"			"1"
		"model"			"models/natalya/vehicles/police_impala_v2.mdl"
		"script"			"scripts/vehicles/impala_police.txt"
		"vip"			"0"
		"gas_tank"		"17"
		"mpg"			"20"
		"siren"			"1"
		"lights"			"1"
		"police_lights"		"1"
		"view"			"1"
		"driver"			"1"
		"0"			"GSU Police"
		"1"			"White"
		"2"			"Black and White"
		"3"			"Fulton County Police"
		"4"			"California Highway Patrol"
		"5"			"NYPD"
	}
	"S197 Mustang"
	{
        		"price"			"100000"
        		"type"			"s197_mustang"
        		"val_1"			"8"
        		"val_2"			"1"
		"model"			"models/natalya/vehicles/s197_mustang_v2.mdl"
		"script"			"scripts/vehicles/s197.txt"
		"vip"			"0"
		"gas_tank"		"16"
		"mpg"			"20"
		"siren"			"0"
		"lights"			"1"
		"police_lights"		"0"
		"view"			"1"
		"driver"			"1"
		"0"			"Teal Blue"
		"1"			"Grey/White"
		"2"			"Grey/Orange"
		"3"			"Dark Red"
		"4"			"Plain White"
		"5"			"Plain Blue"
		"6"			"Black"
		"7"			"Vibrant Blue"
	}
	"Mustang GT"
	{
        		"price"			"100000"
        		"type"			"mustang"
        		"val_1"			"8"
        		"val_2"			"1"
		"model"			"models/vehicles/ep1/mustang_gt_redux.mdl"
		"script"			"scripts/vehicles/mustang.txt"
		"vip"			"0"
		"gas_tank"		"16"
		"mpg"			"16"
		"siren"			"0"
		"lights"			"1"
		"police_lights"		"0"
		"view"			"1"
		"driver"			"1"
		"0"			"Black"
		"1"			"White"
		"2"			"Red"
		"3"			"Orange"
		"4"			"Yellow"
		"5"			"Green"
		"6"			"Blue"
		"7"			"Violet"
	}

Be sure to set VIP and pricing mode accordingly for your server.


###########################

Downloads:
I'm not doing this anymore.  Get sm_downloader and have it download these directories:

materials/models/Lee/Mustang
materials/models/natalya/vehicles
models/natalya/vehicles
models/vehicles/ep1