mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
22
lua/entities/ladder_small4/shared.lua
Normal file
22
lua/entities/ladder_small4/shared.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
if (SERVER) then
|
||||
AddCSLuaFile();
|
||||
end;
|
||||
|
||||
ENT.Type = "anim";
|
||||
ENT.Base = "ladder_base";
|
||||
ENT.PrintName = "Ladder (Small - Wood)"
|
||||
ENT.Category = "Ladders"
|
||||
ENT.Spawnable = true
|
||||
ENT.AdminOnly = false
|
||||
ENT.Model = Model("models/props/cs_militia/ladderwood.mdl");
|
||||
ENT.RenderGroup = RENDERGROUP_BOTH;
|
||||
Reference in New Issue
Block a user