add sborka
This commit is contained in:
10
garrysmod/addons/tfa_base/lua/entities/tfa_exp_contact.lua
Normal file
10
garrysmod/addons/tfa_base/lua/entities/tfa_exp_contact.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user