add sborka
This commit is contained in:
16
garrysmod/addons/tacrp/lua/entities/tacrp_ammo_heal.lua
Normal file
16
garrysmod/addons/tacrp/lua/entities/tacrp_ammo_heal.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
AddCSLuaFile()
|
||||
|
||||
ENT.Type = "anim"
|
||||
ENT.Base = "tacrp_ammo_frag"
|
||||
ENT.RenderGroup = RENDERGROUP_TRANSLUCENT
|
||||
|
||||
ENT.PrintName = "Medi-Smoke Canister (Ammo)"
|
||||
ENT.Category = "Tactical RP"
|
||||
|
||||
ENT.AdminOnly = false
|
||||
ENT.Spawnable = true
|
||||
ENT.Model = "models/weapons/tacint/smoke.mdl"
|
||||
|
||||
ENT.Ammo = "ti_heal"
|
||||
ENT.Material = "models/tacint/weapons/w_models/smoke/heal-1"
|
||||
ENT.GrenadeProxy = "tacrp_nade_heal"
|
||||
Reference in New Issue
Block a user