0 Üye ve 1 Ziyaretçi konuyu incelemekte.
unction centerWindow (panel) local screenW, screenH = guiGetScreenSize() local windowW, windowH = guiGetSize(panel, false) local x, y = (screenW - windowW) /2,(screenH - windowH) /2 return guiSetPosition(panel, x, y, false)endbindKey("F2","down",function()if guiGetVisible(panel) thenguiSetVisible(panel,false)showCursor(false) elseguiSetVisible(panel, true)showCursor(true)endend)
function ac()if (guiGetVisible (panel) == true) thenguiSetVisible(panel, false)showCursor(false)elseif (guiGetVisible (panel) == false) thenguiSetVisible(panel, true)showCursor(true)endendaddCommandHandler("kod", ac)
bindKey("F2","down",function()if guiGetVisible(panel) thenguiSetVisible(panel,false)showCursor(false) elseguiSetVisible(panel, true)showCursor(true)endend) bu kısmı silip o verdıgımı ekle