View difference between Paste ID: VkFMY8Df and r1FSMPQe
SHOW: | | - or go back to the newest paste.
1
local TB2Insert = {}
2-
	TB2Insert.VehicleName = "challenger70tdm"                
2+
	TB2Insert.VehicleName = "toytundratdm"                
3-
	TB2Insert.CarName = "Dodge Challenger"          
3+
	TB2Insert.CarName = "Toyota Tundra"          
4-
	TB2Insert.CarPrice = 35000                             
4+
	TB2Insert.CarPrice = 19500                             
5-
	TB2Insert.CarRefund = 17500                           
5+
	TB2Insert.CarRefund = 9750                          
6
	TB2Insert.MaxAmount = 1                              
7-
	TB2Insert.Description = "Dodge Challenger (Coolness)"                     
7+
	TB2Insert.Description = ""                     
8
	
9
table.insert(D3DCarConfig.Car, TB2Insert)