mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
16
gamemodes/darkrp/schema/classes/sh_bmd_five.lua
Normal file
16
gamemodes/darkrp/schema/classes/sh_bmd_five.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "BMD Epsilon"
|
||||
CLASS.faction = FACTION_BMDFLAGSYSTEM
|
||||
CLASS.isDefault = false
|
||||
CLASS.accessFlag = "5"
|
||||
|
||||
CLASS_BMDEPSILON = CLASS.index
|
||||
16
gamemodes/darkrp/schema/classes/sh_bmd_four.lua
Normal file
16
gamemodes/darkrp/schema/classes/sh_bmd_four.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "BMD Delta"
|
||||
CLASS.faction = FACTION_BMDFLAGSYSTEM
|
||||
CLASS.isDefault = false
|
||||
CLASS.accessFlag = "4"
|
||||
|
||||
CLASS_BMDDELTA = CLASS.index
|
||||
16
gamemodes/darkrp/schema/classes/sh_bmd_medical.lua
Normal file
16
gamemodes/darkrp/schema/classes/sh_bmd_medical.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "BMD Regular Class"
|
||||
CLASS.faction = FACTION_BMDFLAGSYSTEM
|
||||
CLASS.isDefault = false
|
||||
CLASS.accessFlag = "B"
|
||||
|
||||
CLASS_BMDMEDICAL = CLASS.index
|
||||
16
gamemodes/darkrp/schema/classes/sh_bmd_one.lua
Normal file
16
gamemodes/darkrp/schema/classes/sh_bmd_one.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "BMD Alpha"
|
||||
CLASS.faction = FACTION_BMDFLAGSYSTEM
|
||||
CLASS.isDefault = false
|
||||
CLASS.accessFlag = "1"
|
||||
|
||||
CLASS_BMDALPHA = CLASS.index
|
||||
16
gamemodes/darkrp/schema/classes/sh_bmd_six.lua
Normal file
16
gamemodes/darkrp/schema/classes/sh_bmd_six.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "BMD Zeta"
|
||||
CLASS.faction = FACTION_BMDFLAGSYSTEM
|
||||
CLASS.isDefault = false
|
||||
CLASS.accessFlag = "6"
|
||||
|
||||
CLASS_BMDZETA = CLASS.index
|
||||
16
gamemodes/darkrp/schema/classes/sh_bmd_three.lua
Normal file
16
gamemodes/darkrp/schema/classes/sh_bmd_three.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "BMD Gamma"
|
||||
CLASS.faction = FACTION_BMDFLAGSYSTEM
|
||||
CLASS.isDefault = false
|
||||
CLASS.accessFlag = "3"
|
||||
|
||||
CLASS_BMDGAMMA = CLASS.index
|
||||
16
gamemodes/darkrp/schema/classes/sh_bmd_two.lua
Normal file
16
gamemodes/darkrp/schema/classes/sh_bmd_two.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "BMD Beta"
|
||||
CLASS.faction = FACTION_BMDFLAGSYSTEM
|
||||
CLASS.isDefault = false
|
||||
CLASS.accessFlag = "2"
|
||||
|
||||
CLASS_BMDBETA = CLASS.index
|
||||
22
gamemodes/darkrp/schema/classes/sh_ccr_cmd.lua
Normal file
22
gamemodes/darkrp/schema/classes/sh_ccr_cmd.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "CCR Command"
|
||||
CLASS.faction = FACTION_CCR
|
||||
|
||||
function CLASS:CanSwitchTo(client)
|
||||
if client.GetCharacter():HasFlags("U") then
|
||||
return true
|
||||
else
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
||||
CLASS_CCR_CMD = CLASS.index
|
||||
14
gamemodes/darkrp/schema/classes/sh_citizen.lua
Normal file
14
gamemodes/darkrp/schema/classes/sh_citizen.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Citizen"
|
||||
CLASS.faction = FACTION_CITIZEN
|
||||
CLASS.isDefault = true
|
||||
CLASS_CITIZEN = CLASS.index
|
||||
19
gamemodes/darkrp/schema/classes/sh_civil_protection.lua
Normal file
19
gamemodes/darkrp/schema/classes/sh_civil_protection.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Civil Protection Unit"
|
||||
CLASS.faction = FACTION_CP
|
||||
|
||||
function CLASS:CanSwitchTo(client)
|
||||
return !Schema:IsCombineRank(client:Name(), "RL")
|
||||
end
|
||||
|
||||
--luacheck: globals CLASS_OWS
|
||||
CLASS_CP = CLASS.index
|
||||
23
gamemodes/darkrp/schema/classes/sh_civil_protection_cmd.lua
Normal file
23
gamemodes/darkrp/schema/classes/sh_civil_protection_cmd.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Civil Protection Commander"
|
||||
CLASS.faction = FACTION_CP
|
||||
|
||||
function CLASS:CanSwitchTo(client)
|
||||
if Schema:IsCombineRank(client:Name(), "i1") or Schema:IsCombineRank(client:Name(), "i2") then
|
||||
return true
|
||||
else
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
||||
--luacheck: globals CLASS_OWS
|
||||
CLASS_CP_CMD = CLASS.index
|
||||
23
gamemodes/darkrp/schema/classes/sh_civil_protection_ofc.lua
Normal file
23
gamemodes/darkrp/schema/classes/sh_civil_protection_ofc.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Civil Protection Captain"
|
||||
CLASS.faction = FACTION_CP
|
||||
|
||||
function CLASS:CanSwitchTo(client)
|
||||
if Schema:IsCombineRank(client:Name(), "CpT") or Schema:IsCombineRank(client:Name(), "ChF") then
|
||||
return true
|
||||
else
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
||||
--luacheck: globals CLASS_OWS
|
||||
CLASS_CP_CPT = CLASS.index
|
||||
@@ -0,0 +1,19 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Overseer"
|
||||
CLASS.faction = FACTION_OTA
|
||||
|
||||
function CLASS:CanSwitchTo(client)
|
||||
return string.find(client:Name(), "^Overseer ")
|
||||
end
|
||||
|
||||
--luacheck: globals CLASS_OWS
|
||||
CLASS_OVERSEER = CLASS.index
|
||||
19
gamemodes/darkrp/schema/classes/sh_civil_protection_rl.lua
Normal file
19
gamemodes/darkrp/schema/classes/sh_civil_protection_rl.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Civil Protection Rank Leader"
|
||||
CLASS.faction = FACTION_CP
|
||||
|
||||
function CLASS:CanSwitchTo(client)
|
||||
return Schema:IsCombineRank(client:Name(), "RL")
|
||||
end
|
||||
|
||||
--luacheck: globals CLASS_OWS
|
||||
CLASS_CP_RL = CLASS.index
|
||||
23
gamemodes/darkrp/schema/classes/sh_ordinal.lua
Normal file
23
gamemodes/darkrp/schema/classes/sh_ordinal.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Ordinal"
|
||||
CLASS.faction = FACTION_OTA
|
||||
CLASS.isDefault = false
|
||||
|
||||
function CLASS:OnSet(client)
|
||||
local character = client:GetCharacter()
|
||||
|
||||
if (character) then
|
||||
character:SetModel("models/combine_super_soldier.mdl") -- Placeholder
|
||||
end
|
||||
end
|
||||
|
||||
CLASS_ORD = CLASS.index
|
||||
19
gamemodes/darkrp/schema/classes/sh_overwatch.lua
Normal file
19
gamemodes/darkrp/schema/classes/sh_overwatch.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Overwatch"
|
||||
CLASS.description = "An Overwatch AI, it utilises Combine technology."
|
||||
CLASS.faction = FACTION_OVERWATCH
|
||||
|
||||
function CLASS:CanSwitchTo(client)
|
||||
return !Schema:IsCombineRank(client:Name(), "SCN") or !Schema:IsCombineRank(client:Name(), "Disp:AI")
|
||||
end
|
||||
|
||||
CLASS_OW = CLASS.index
|
||||
29
gamemodes/darkrp/schema/classes/sh_overwatch_scanner.lua
Normal file
29
gamemodes/darkrp/schema/classes/sh_overwatch_scanner.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Overwatch Scanner"
|
||||
CLASS.description = "An Overwatch scanner, it utilises Combine technology."
|
||||
CLASS.faction = FACTION_OVERWATCH
|
||||
|
||||
function CLASS:CanSwitchTo(client)
|
||||
return Schema:IsCombineRank(client:Name(), "SCN") or Schema:IsCombineRank(client:Name(), "Disp:AI")
|
||||
end
|
||||
|
||||
function CLASS:OnSpawn(client)
|
||||
local scanners = ix.plugin.list["scannerplugin"]
|
||||
|
||||
if (scanners) then
|
||||
timer.Simple(0.1, function()
|
||||
scanners:CreateScanner(client, nil)
|
||||
end)
|
||||
end
|
||||
end
|
||||
|
||||
CLASS_OW_SCANNER = CLASS.index
|
||||
23
gamemodes/darkrp/schema/classes/sh_transhuman_charger.lua
Normal file
23
gamemodes/darkrp/schema/classes/sh_transhuman_charger.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Charger Overwatch Soldier"
|
||||
CLASS.faction = FACTION_OTA
|
||||
CLASS.isDefault = false
|
||||
|
||||
function CLASS:OnSet(client)
|
||||
local character = client:GetCharacter()
|
||||
|
||||
if (character) then
|
||||
character:SetModel("models/combine_super_soldier.mdl") -- Placeholder
|
||||
end
|
||||
end
|
||||
|
||||
CLASS_CHA = CLASS.index
|
||||
23
gamemodes/darkrp/schema/classes/sh_transhuman_elite.lua
Normal file
23
gamemodes/darkrp/schema/classes/sh_transhuman_elite.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Elite Overwatch Soldier"
|
||||
CLASS.faction = FACTION_OTA
|
||||
CLASS.isDefault = false
|
||||
|
||||
function CLASS:OnSet(client)
|
||||
local character = client:GetCharacter()
|
||||
|
||||
if (character) then
|
||||
character:SetModel("models/combine_super_soldier.mdl")
|
||||
end
|
||||
end
|
||||
|
||||
CLASS_EOW = CLASS.index
|
||||
24
gamemodes/darkrp/schema/classes/sh_transhuman_grunt.lua
Normal file
24
gamemodes/darkrp/schema/classes/sh_transhuman_grunt.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Overwatch Containment Soldier"
|
||||
CLASS.faction = FACTION_OTA
|
||||
CLASS.isDefault = true
|
||||
|
||||
function CLASS:OnSet(client)
|
||||
local character = client:GetCharacter()
|
||||
|
||||
if (character) then
|
||||
character:SetModel("models/combine_soldier.mdl")
|
||||
end
|
||||
end
|
||||
|
||||
--luacheck: globals CLASS_OWS
|
||||
CLASS_OCS = CLASS.index
|
||||
24
gamemodes/darkrp/schema/classes/sh_transhuman_soldier.lua
Normal file
24
gamemodes/darkrp/schema/classes/sh_transhuman_soldier.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Overwatch Soldier"
|
||||
CLASS.faction = FACTION_OTA
|
||||
CLASS.isDefault = true
|
||||
|
||||
function CLASS:OnSet(client)
|
||||
local character = client:GetCharacter()
|
||||
|
||||
if (character) then
|
||||
character:SetModel("models/combine_soldier.mdl")
|
||||
end
|
||||
end
|
||||
|
||||
--luacheck: globals CLASS_OWS
|
||||
CLASS_OWS = CLASS.index
|
||||
23
gamemodes/darkrp/schema/classes/sh_transhuman_suppressor.lua
Normal file
23
gamemodes/darkrp/schema/classes/sh_transhuman_suppressor.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
CLASS.name = "Suppressor Overwatch Soldier"
|
||||
CLASS.faction = FACTION_OTA
|
||||
CLASS.isDefault = false
|
||||
|
||||
function CLASS:OnSet(client)
|
||||
local character = client:GetCharacter()
|
||||
|
||||
if (character) then
|
||||
character:SetModel("models/combine_super_soldier.mdl") -- Placeholder
|
||||
end
|
||||
end
|
||||
|
||||
CLASS_SUP = CLASS.index
|
||||
Reference in New Issue
Block a user