TEAM_HITMAN = AddExtraTeam("Hitman", { color = Color(255, 0, 0, 255), model = "models/player/agent_47.mdl", description = [[Your job is to complete hits ordered by other players. After eliminating the player you have been ordered to kill, you MUST notify everyone in OOC that you completed the hit.]], weapons = {"weapon_mad_awp", "weapon_mad_usp"}, command = "hitman", max = 1, salary = 275, admin = 0, vote = true, hasLicense = true, help = { "To accept hits placed by players, type !hitmenu.", "Remember: You are not allowed to kill anyone unless", "it's a hit you've accepted.", } }) TEAM_ADMIN = AddExtraTeam("Smurf on Duty", { color = Color(114, 149, 0, 255), model = "models/player/Police.mdl", description = [[Admin Only]], weapons = {"weapon_mad_awp", "weapon_mad_deagle", "unarrest_stick"}, command = "adminonduty", max = 10, salary = 0, admin = 0, vote = false, customCheck = function(ply) return ply:GetUserGroup() == "moderator" or ply:GetUserGroup() == "trialmod" or ply:IsSuperAdmin() or ply:IsAdmin() end, hasLicense = true }) TEAM_ITALIAN = AddExtraTeam("East Coast Crew", { color = Color(0, 0, 0, 255), model = "models/player/cripz/slow_1.mdl", description = [[You are part of the east coast homies. All you care about is making money. DO NOT RDM THE WEST COAST CREW]], weapons = {""}, command = "italian", max = 5, salary = 0, admin = 0, vote = false, hasLicense = false }) TEAM_RUSSIAN = AddExtraTeam("West Coast Crew", { color = Color(0, 0, 0, 255), model = "models/player/bloodz/slow_3.mdl", description = [[You are part of the west coast homies. All you care about is making money. DO NOT RDM THE EAST COAST CREW]], weapons = {""}, command = "russian", max = 5, salary = 0, admin = 0, vote = false, hasLicense = false }) TEAM_BLACKMARKET = AddExtraTeam("Black Market Dealer", { color = Color(0, 0, 0, 255), model = "models/player/arctic.mdl", description = [[You sell tools which comes in handy for thiefs.]], weapons = {""}, command = "blackmarket", max = 4, salary = 280, admin = 0, vote = false, hasLicense = false }) TEAM_GUARD = AddExtraTeam("Bodyguard", { color = Color(0, 0, 0, 255), model = {"models/player/smith.mdl"}, description = [[You're job is to protect your paying client.]], weapons = {"weapon_mad_usp", "stunstick", "weaponchecker"}, command = "bodyguard", max = 4, salary = 300, admin = 0, vote = false, hasLicense = true, }) TEAM_DRUGDEALER = AddExtraTeam("Drug Dealer", { color = Color(255, 140, 0, 255), model = "models/player/odessa.mdl", description = [[You are a drugdealer. You supply the junkies with drugs.]], weapons = {""}, command = "drugdealer", max = 4, salary = 200, admin = 0, vote = false, hasLicense = false }) TEAM_THIEF = AddExtraTeam("Thief", { color = Color(0, 170, 255, 255), model = "models/player/phoenix.mdl", description = [[You are a standard pathetic thief.]], weapons = {"lockpick"}, command = "thief", max = 6, salary = 115, admin = 0, vote = false, hasLicense = false }) TEAM_PROTHIEF = AddExtraTeam("Professional Thief", { color = Color(70, 140, 100, 255), model = "models/player/leet.mdl", description = [[You are a professional thief. You are more advanced than the standard thief.]], weapons = {"lockpick", "keypad_cracker", "weapon_mad_57"}, command = "prothief", max = 4, salary = 150, admin = 0, vote = false, hasLicense = false, customCheck = function(ply) return ply:GetUserGroup() == "vip" or ply:GetUserGroup() == "vip+" or ply:GetUserGroup() == "vip*" or ply:GetUserGroup() == "moderator" or ply:IsSuperAdmin() or ply:IsAdmin() end, CustomCheckFailMsg = "This job is for donators only, sorry." }) TEAM_FREERUNNER = AddExtraTeam("Free Runner", { color = Color(100, 140, 50, 255), model = "models/player/vin_diesel/slow.mdl", description = [[You are a free runner. You can climb high buildings etc.]], weapons = {"climb_swep2"}, command = "freerunner", max = 2, salary = 100, admin = 0, vote = false, hasLicense = false, customCheck = function(ply) return ply:GetUserGroup() == "vip" or ply:GetUserGroup() == "vip+" or ply:GetUserGroup() == "vip*" or ply:GetUserGroup() == "moderator" or ply:IsSuperAdmin() or ply:IsAdmin() end, CustomCheckFailMsg = "This job is for donators only, sorry." }) TEAM_FREERUNNER = AddExtraTeam("Hotel Manager", { color = Color(0, 0, 150, 255), model = "models/player/gman_high.mdl", description = [[You manage hotels. You can own a building and rent rooms out.]], weapons = {""}, command = "hotelmanager", max = 2, salary = 100, admin = 0, vote = false, hasLicense = false }) TEAM_CASINO = AddExtraTeam("Casino Manager", { color = Color(255, 0, 255, 255), model = "models/player/barney.mdl", description = [[You have access to the casino, you can make your own gambling games too. Ask an admin if you're unsure if it's allowed.]], weapons = {"weapon_fists"}, command = "casino", max = 2, salary = 300, admin = 0, vote = false, hasLicense = false }) TEAM_PROSTITUTE = AddExtraTeam("Prostitute", { color = Color(255, 255, 0, 255), model = "models/player/alyx.mdl", description = [[You strip and dance for cash. Being a stripper and stripping in public is illegal.]], weapons = {""}, command = "prostitute", max = 4, salary = 275, admin = 0, vote = false, hasLicense = false }) TEAM_ELECTRONIC = AddExtraTeam("Electronic Dealer", { color = Color(135, 0, 255, 255), model = "models/player/hostage/hostage_04.mdl", description = [[You sell printer upgrades to people, watch out for the police!]], weapons = {""}, command = "electronic", max = 2, salary = 250, admin = 0, vote = false, hasLicense = false }) TEAM_SWAT = AddExtraTeam("SWAT Officer", { color = Color(0, 72, 255, 255), model = "models/player/urban.mdl", description = [[You are a SWAT. See police description.]], weapons = {"arrest_stick", "unarrest_stick", "weapon_mad_usp", "stunstick", "door_ram", "weaponchecker", "weapon_mad_mp5"}, command = "swat", max = 3, salary = 500, admin = 0, vote = true, hasLicense = true, customCheck = function(ply) return ply:GetUserGroup() == "vip" or ply:GetUserGroup() == "vip+" or ply:GetUserGroup() == "vip*" or ply:GetUserGroup() == "moderator" or ply:IsSuperAdmin() or ply:IsAdmin() end, CustomCheckFailMsg = "This job is for donators only, sorry." }) TEAM_SWATSNIPER = AddExtraTeam("SWAT Sniper", { color = Color(0, 72, 255, 255), model = "models/player/gasmask.mdl", description = [[You are a SWAT Sniper. See police description. Provide sniper support for the government.]], weapons = {"arrest_stick", "unarrest_stick", "weapon_mad_usp", "stunstick", "door_ram", "weaponchecker", "weapon_mad_awp"}, command = "sniper", max = 2, salary = 600, admin = 0, vote = true, hasLicense = true, customCheck = function(ply) return ply:GetUserGroup() == "vip+" or ply:GetUserGroup() == "vip*" or ply:IsSuperAdmin() or ply:IsAdmin() end, CustomCheckFailMsg = "This job is for donators only (VIP+, VIP*), sorry." }) TEAM_LEADER = AddExtraTeam("SWAT Leader", { color = Color(0, 72, 255, 255), model = "models/player/swat.mdl", description = [[You are a SWAT Leader. See police description. You are 2nd in command, after the mayor.]], weapons = {"arrest_stick", "unarrest_stick", "weapon_mad_usp", "stunstick", "door_ram", "weaponchecker", "weapon_mad_m4", "weapon_mad_m3"}, command = "leader", max = 1, salary = 700, admin = 0, vote = true, hasLicense = true, customCheck = function(ply) return ply:GetUserGroup() == "vip*" or ply:IsSuperAdmin() or ply:IsAdmin() end, CustomCheckFailMsg = "This job is for donators only (VIP*), sorry." })