Files
VnUtest/garrysmod/addons/tacrp/lua/entities/tacrp_ammo_smoke.lua
2026-03-31 10:27:04 +03:00

16 lines
443 B
Lua

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"