Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_SEALMEM = DarkRP.createJob("Navy SEALS Member", {
- color = Color(0,0,245,255),
- model = {"models/npc/portal/male_06_aperture.mdl"},
- description = [[You are now part of the US NAVY SEALS Congratulations!]],
- weapons = {"keys", "cw_kk_hk416", "cw_ump45","cw_m14","cw_frag_grenade","cw_flash_grenade", "m9k_suicide_bomb","weapon_cuff_tactical","cw_smoke_grenade"},
- command = "sealmem",
- max = 0,
- salary = 0,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false,
- category = "Special Boat Service [Silver VIP]",
- sortOrder = 1,
- PlayerSpawn = function(ply)
- ply:SetMaxHealth(500)
- ply:SetHealth(500)
- ply:SetArmor(100)
- end
- })
- TEAM_SEALSNCO = DarkRP.createJob("Navy SEALS NCO", {
- color = Color(0,0,245,255),
- model = {"models/player/portal/male_02_aperture.mdl"},
- description = [[You are now part of the US NAVY SEALS Congratulations!]],
- weapons = {"keys", "cw_kk_hk416", "cw_ump45","cw_m14","cw_frag_grenade","cw_flash_grenade", "m9k_suicide_bomb","weapon_cuff_tactical","cw_smoke_grenade"},
- command = "sealnco",
- max = 3,
- salary = 0,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false,
- category = "Special Boat Service [Silver VIP]",
- sortOrder = 2,
- PlayerSpawn = function(ply)
- ply:SetMaxHealth(650)
- ply:SetHealth(600)
- ply:SetArmor(100)
- end
- })
- TEAM_SEALSOFC = DarkRP.createJob("Navy SEALS Officer", {
- color = Color(0,0,245,255),
- model = {"models/npc/portal/male_08_aperture.mdl"},
- description = [[You are now part of the US NAVY SEALS Congratulations!]],
- weapons = {"keys", "cw_kk_hk416", "cw_ump45","cw_m14","cw_frag_grenade","cw_flash_grenade", "m9k_suicide_bomb","weapon_cuff_tactical","cw_smoke_grenade"},
- command = "sealofc",
- max = 2,
- salary = 0,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false,
- category = "Special Boat Service [Silver VIP]",
- sortOrder = 3,
- PlayerSpawn = function(ply)
- ply:SetMaxHealth(750)
- ply:SetHealth(700)
- ply:SetArmor(100)
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment