mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-04-20 05:55:43 +00:00
chat_commands 1.0.1
Added IsMultiplayerMode utils function
This commit is contained in:
parent
d8ab165e2d
commit
3b2ca9405a
@ -536,3 +536,8 @@ PermissionIsEnabled()
|
|||||||
{
|
{
|
||||||
return GetDvarInt("cc_permission_enabled");
|
return GetDvarInt("cc_permission_enabled");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IsMultiplayerMode()
|
||||||
|
{
|
||||||
|
return !IsDefined(level.zombiemode) || !level.zombiemode;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user