local users = { "gabriel", "survivalg", "Maverick2797" } if event.punch then for _,name in pairs(users) do if event.name==name then interrupt_pos(POS(-2204,8,-676),"notify") return end end end