طيب كيف اخليه لقروب معين 
انا عدلت على كلمة التيم وبدلتها بـ قروب 
ياليت تصلحوه لي تكفون 
bindKey("F7", "down", 
 function() 
      local Group = getPlayerGroup(localPlayer) 
     local aGroup = getGroupFromName("Admin") 
      if Group and aGroup and Group == aGroup then 
         guiSetVisible(Shop, not guiGetVisible(Shop)) 
           showCursor(guiGetVisible(Shop)) 
     end 
 end)