09-30-2016, 12:05 AM
Something like this
function OnExploding(World, ExplosionSize, CanCauseFire, X, Y, Z, Source, SourceData) if (--[[Explosion is not in protected area]]) then return false; end return true end