mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-08-30 13:23:15 +00:00
chat_commands 1.0.1
Added IsMultiplayerMode utils function
This commit is contained in:
@@ -535,4 +535,9 @@ DebugIsOn()
|
|||||||
PermissionIsEnabled()
|
PermissionIsEnabled()
|
||||||
{
|
{
|
||||||
return GetDvarInt("cc_permission_enabled");
|
return GetDvarInt("cc_permission_enabled");
|
||||||
|
}
|
||||||
|
|
||||||
|
IsMultiplayerMode()
|
||||||
|
{
|
||||||
|
return !IsDefined(level.zombiemode) || !level.zombiemode;
|
||||||
}
|
}
|
Reference in New Issue
Block a user