This commit is contained in:
Jonny_Bro (Nikita) 2024-01-03 21:12:41 +05:00
parent 119056f713
commit 5eade8a2dc

View file

@ -6,8 +6,7 @@ if SERVER then
local spawn = {"PlayerGiveSWEP", "PlayerSpawnEffect", "PlayerSpawnNPC", "PlayerSpawnObject", "PlayerSpawnProp", "PlayerSpawnRagdoll", "PlayerSpawnSENT", "PlayerSpawnSWEP", "PlayerSpawnVehicle"}
local function BlockSpawn(ply)
if ply:IsAdmin() then return true
elseif allowPropSpawn:GetBool() then return true end
if not allowPropSpawn:GetBool() or not ply:IsAdmin() then return false end
end
for _, v in ipairs(spawn) do