05-07-2013, 12:00 AM
function OnTick()
local LoopEntitys = function( Entity )
if Entity:IsMob() then
--some code--
end
else
wawe=2
end
end
end
end
Shall it work?

