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

11 lines
174 B
Lua

AddCSLuaFile()
ENT.Base = "tfa_exp_base"
ENT.PrintName = "Contact Explosive"
function ENT:PhysicsCollide(data, phys)
if data.Speed > 60 then
self.killtime = -1
end
end