Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local V = {
  2. Name = "TestCar",
  3. Class = "prop_vehicle_jeep",
  4. Category = "TestCar",
  5. Author = "BZ",
  6. Information = "Just-Car-Test",
  7. Model = "models/test-car/testcar.mdl",
  8.  
  9.  
  10. KeyValues = {
  11. vehiclescript = "scripts/vehicles/testcar/testcar.txt"
  12. }
  13. }
  14. list.Set("Vehicles", "testcar", V)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement