Hairyfermentednipple

Untitled

Jul 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. local FACTION = Clockwork.faction:New("Civil Workers' Union");
  2.  
  3. FACTION.useFullName = true;
  4. FACTION.whitelist = true;
  5. FACTION.material = "halfliferp/factions/cwu";
  6. FACTION.giveCard = "cwu_card";
  7. FACTION.noIDCard = true;
  8. FACTION.canGetRations = true;
  9. FACTION.canUseRationToken = true;
  10. FACTION.rationUniqueID = "low_grade_ration";
  11.  
  12. FACTION.models = {
  13. female = {
  14. "models/humans/Group02/female_02.mdl",
  15. "models/humans/Group02/female_04.mdl",
  16. "models/humans/Group02/female_07.mdl"
  17. },
  18. male = {
  19. "models/humans/Group02/male_02.mdl",
  20. "models/humans/Group02/male_04.mdl",
  21. "models/humans/Group02/male_06.mdl",
  22. "models/humans/Group02/male_08.mdl"
  23. };
  24. };
  25.  
  26. FACTION_CWU = FACTION:Register();
Advertisement
Add Comment
Please, Sign In to add comment