Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. FACTION.name = "Fireteam Havoc"
  2. FACTION.desc = "Elite Spartan Of Fireteam Havoc"
  3. FACTION.color = Color(127, 0, 95)
  4. FACTION.isDefault = false
  5. FACTION.salary = 40
  6. FACTION.weapons = {"tfa_rebirth_br55", "tfa_rebirth_m6cp", "climb_swep2", "halo_swep_grenade", "gmod_tool", "tfa_rebirth_m7d2"}
  7. FACTION.isGloballyRecognized = true
  8.  
  9. -- http://steamcommunity.com/sharedfiles/filedetails/?id=170149842
  10. -- NYPD Male Models
  11. -- New Model's default anim set is "citizen_male". No need to setup new animset.
  12. FACTION.models = {
  13. "models/halo4/spartan_npc/group01/spartan_male01.mdl"
  14. }
  15.  
  16. FACTION_SPARTANHAVOC = FACTION.index
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement