Files
wnsrc/gamemodes/darkrp/schema/classes/sh_ccr_cmd.lua
lifestorm 6a58f406b1 Upload
2024-08-04 23:54:45 +03:00

22 lines
486 B
Lua

--[[
| 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