Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. --[[
  2. � 2013 CloudSixteen.com do not share, re-distribute or modify
  3. without permission of its author (kurozael@gmail.com).
  4. --]]
  5.  
  6. local ITEM = Clockwork.item:New("weapon_base");
  7. ITEM.name = "<font color='red'> Test Rifle </font>";
  8. ITEM.cost = 400;
  9. ITEM.model = "models/ishi/halo_rebirth/weapons/unsc/w_ma37.mdl";
  10. ITEM.weight = 2.5;
  11. ITEM.classes = {CLASS_EOW};
  12. ITEM.uniqueID = "tfa_rebirth_ma37";
  13. ITEM.business = true;
  14. ITEM.description = "The MA37 Individual Combat Weapons System serves as the primary service rifle of all UNSC branches. Chambered in 7.62mm, it is a fully automatic, gas-operated bullpup weapon. While it lacks long range capability, it is effective at short to medium range engangements.";
  15. ITEM.isAttachment = false;
  16. ITEM.hasFlashlight = true;
  17. ITEM:Register();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement