Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. --[[
  2. NutScript is free software: you can redistribute it and/or modify
  3. it under the terms of the GNU General Public License as published by
  4. the Free Software Foundation, either version 3 of the License, or
  5. (at your option) any later version.
  6.  
  7. NutScript is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11.  
  12. You should have received a copy of the GNU General Public License
  13. along with NutScript. If not, see <http://www.gnu.org/licenses/>.
  14. --]]
  15.  
  16. ITEM.name = "N99 10mm Pistol"
  17. ITEM.desc = "A semi-automatic handgun"
  18. ITEM.model = "models/red menace/fallout4/props/10mmpistol.mdl"
  19. ITEM.class = "fo3_n99pistol"
  20. ITEM.weaponCategory = "sidearm"
  21. ITEM.width = 2
  22. ITEM.height = 1
  23. ITEM.price = 300
  24. ITEM.flag = "y"
  25. ITEM.iconCam = {
  26. pos = Vector(0, 27.777778625488, 0),
  27. ang = Angle(0, 270, 0),
  28. fov = 45
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement