mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
22
gamemodes/ixhl2rp/schema/classes/sh_ccr_cmd.lua
Normal file
22
gamemodes/ixhl2rp/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
|
||||
Reference in New Issue
Block a user