-- Created by Corno_1 function snowbox_indoor_init(e) end function snowbox_indoor_main(e) if g_Entity[e]['plrinzone']==1 and PlrIsInWhichZone == 0 then PlrIsIndoor = 1 PlrIsInWhichZone = e end if g_Entity[e]['plrinzone']==0 and PlrIsInWhichZone == e then PlrIsIndoor = 0 PlrIsInWhichZone = 0 end end