Files
wnsrc/gamemodes/darkrp/plugins/containerlocks/entities/entities/ix_containerlock/shared.lua
lifestorm 94063e4369 Upload
2024-08-04 22:55:00 +03:00

23 lines
526 B
Lua

--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
ENT.Type = "anim"
ENT.PrintName = "Serrure de conteneur"
ENT.Category = "HL2 RP"
ENT.Spawnable = true
ENT.AdminOnly = true
ENT.PhysgunDisable = true
ENT.bNoPersist = true
ENT.LockHealth = 350
function ENT:SetupDataTables()
self:NetworkVar("String", 0, "Password")
end