Closed Schniitzelchen closed 6 years ago
Hello,
I am using ulx and was wondering how to get the VIP Theaters only Accessable for VIPS and higher.
I found this snipped on cinema/cinema/gamemode/modules/theater/sv_hooks.lua `if Theater:IsPrivileged() and !ply:IsVIP() then
-- Respawn the player ply:Spawn() -- Prevent the player from being added to the theater -- and being sent videos, etc. return false end`
But it seems it is not working. Every Player can enter VIP Area
Hello,
I am using ulx and was wondering how to get the VIP Theaters only Accessable for VIPS and higher.
I found this snipped on cinema/cinema/gamemode/modules/theater/sv_hooks.lua `if Theater:IsPrivileged() and !ply:IsVIP() then
But it seems it is not working. Every Player can enter VIP Area