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