Advertisement
Dr_Computer_Guy

Untitled

Sep 28th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local V = {
  2. Name = "Sloop",
  3. Model = "models/blackflag/ships/pirate/pirate_gunboat.mdl",
  4. Class = "prop_vehicle_airboat",
  5. Category = Category,
  6.  
  7. Author = "Noah",
  8. Information = "A fast ship, but does not have a lot of damage or defense.",
  9.  
  10. KeyValues = {
  11. vehiclescript = "scripts/vehicles/sloop.txt"
  12. }
  13. }
  14. list.Set( "Vehicles", "Sloop", V )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement