Altered sigil placer SteamIDs
This commit is contained in:
parent
9a33ca6973
commit
dd1a3c36a8
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ SWEP.Secondary.Automatic = false
|
||||||
SWEP.Secondary.Ammo = "none"
|
SWEP.Secondary.Ammo = "none"
|
||||||
|
|
||||||
local placers = {
|
local placers = {
|
||||||
["STEAM_0:0:32163864"] = true,
|
["STEAM_0:0:1111"] = true,
|
||||||
["STEAM_0:0:25307180"] = true
|
["STEAM_0:0:2222"] = true
|
||||||
}
|
}
|
||||||
local function CanPlace(pl)
|
local function CanPlace(pl)
|
||||||
return pl:IsValid() and (pl:IsSuperAdmin() or placers[pl:SteamID()])
|
return pl:IsValid() and (pl:IsSuperAdmin() or placers[pl:SteamID()])
|
||||||
|
|
Loading…
Reference in a new issue