Guest User

Untitled

a guest
Jul 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.79 KB | None | 0 0
  1. local.FACTION = {}
  2.  
  3. FACTION.whitelist = true
  4. FACTION.models
  5.     female = {
  6.         "models/humans/group01/female_1",
  7.         "models/humans/group01/female_2",
  8.         "models/humans/group01/female_3",
  9.         "models/humans/group01/female_4",
  10.         "models/humans/group01/female_5",
  11.         "models/humans/group01/female_6",
  12.         "models/humans/group01/female_7",
  13.         "models/humans/group01/female_8",
  14.         "models/humans/group01/female_9"
  15.         },
  16.     male = {
  17.         "models/humans/group01/male_1",
  18.         "models/humans/group01/male_2",
  19.         "models/humans/group01/male_3",
  20.         "models/humans/group01/male_4",
  21.         "models/humans/group01/male_5",
  22.         "models/humans/group01/male_6",
  23.         "models/humans/group01/male_7",
  24.         "models/humans/group01/male_8",
  25.         "models/humans/group01/male_9",
  26.         }
  27.     };
  28.  
  29. FACTION_VILLGR = nexus.faction.Register(FACTION, "Villager");
Add Comment
Please, Sign In to add comment