mirror of
https://github.com/CFC-Servers/cfc_spawn_protection.git
synced 2025-03-04 03:13:14 -05:00
Update sv_spawn_protection.lua
This commit is contained in:
parent
4fda918d25
commit
478ea0f5c6
@ -38,6 +38,8 @@ local allowedSpawnWeapons = {
|
||||
|
||||
local IsValidPlayer( ply )
|
||||
local isValidPlayer = IsValid( ply ) and ply:IsPlayer()
|
||||
|
||||
return isValidPlayer
|
||||
end
|
||||
-- Makes a given player transparent
|
||||
local function setPlayerTransparent( ply )
|
||||
|
Loading…
Reference in New Issue
Block a user