Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. local TB2Insert = {}
  2.         TB2Insert.VehicleName = "s5tdm" -- This is unique name.
  3.         TB2Insert.CarName = "AUDI S5" -- The car name. will be displayed at shop
  4.         TB2Insert.CarPrice = 40000 -- price
  5.         TB2Insert.CarRefund = 20000 -- refund
  6.         TB2Insert.MaxAmount = 1 -- max amount of this car.
  7.     --  TB2Insert.AvaliableTeam = {"Civil Protection","Mob boss"}
  8.         TB2Insert.Description = [[C'est la vie LALALA]]
  9.     table.insert(D3DCarConfig.Car,TB2Insert)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement