Files
VnUtest/garrysmod/addons/ft_drones/lua/entities/sw_sania/shared.lua
2026-03-31 10:27:04 +03:00

16 lines
683 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ENT.Base = "base_gmodentity"
ENT.Type = "anim"
ENT.PrintName = "Sania UAV Jammer" -- название энтити в меню Q
ENT.Author = "Shtormer" -- автор
ENT.Contact = "" -- контакты с автором
ENT.Information = "" -- описание энтити
ENT.Category = "SW Weapons Factory" -- категория в меню Q
ENT.Model = "models/shtormer/sania.mdl"
ENT.Spawnable = true -- разрешается спавнить через спавн-меню Q
ENT.AdminSpawnable = false -- разрешается спавнить только админам
ENT.JamDistance = 5000
ENT.FullJamDistance = 2000
ENT.HP = 200
ENT.JamEnabled = true