Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local FACTION = Clockwork.faction:New("Civil Workers' Union");
- FACTION.useFullName = true;
- FACTION.whitelist = true;
- FACTION.material = "halfliferp/factions/cwu";
- FACTION.giveCard = "cwu_card";
- FACTION.noIDCard = true;
- FACTION.canGetRations = true;
- FACTION.canUseRationToken = true;
- FACTION.rationUniqueID = "low_grade_ration";
- FACTION.models = {
- female = {
- "models/humans/Group02/female_02.mdl",
- "models/humans/Group02/female_04.mdl",
- "models/humans/Group02/female_07.mdl"
- },
- male = {
- "models/humans/Group02/male_02.mdl",
- "models/humans/Group02/male_04.mdl",
- "models/humans/Group02/male_06.mdl",
- "models/humans/Group02/male_08.mdl"
- };
- };
- FACTION_CWU = FACTION:Register();
Advertisement
Add Comment
Please, Sign In to add comment