GUIEditor = {
button = {},
window = {}
}
screenW, screenH = guiGetScreenSize()
GUIEditor.window[1] = guiCreateWindow((screenW - 455) / 2, (screenH - 300) / 2, 455, 320, "Görev Sistemi", false)
-- guiWindowSetMovable(GUIEditor.window[1], false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetAlpha(GUIEditor.window[1], 0.90)
guiSetProperty(GUIEditor.window[1], "AlwaysOnTop", "True")
guiSetProperty(GUIEditor.window[1], "Visible", "False")
--SAĞ YER
GUIEditor.button[1] = guiCreateButton(90, 123, 125, 30, "Sevkiyat Görevi", false, GUIEditor.window[1])
GUIEditor.button[2] = guiCreateButton(90, 163, 125, 30, "Maden için /gorevgir", false, GUIEditor.window[1])
GUIEditor.button[3] = guiCreateButton(90, 203, 125, 30, "Tırcılık Görevi", false, GUIEditor.window[1])
GUIEditor.button[4] = guiCreateButton(90, 243, 125, 30, "Liman Görevi", false, GUIEditor.window[1])
GUIEditor.button[5] = guiCreateButton(90, 283, 125, 30, "Paket Taşıma Görevi", false, GUIEditor.window[1])
resim = guiCreateStaticImage(0, 20, 455, 86, "dosyalar/panel.png", false, GUIEditor.window[1])
--SOL YER
GUIEditor.button[9] = guiCreateButton(240, 123, 125, 30, "Dalgıç Görevi", false, GUIEditor.window[1])
GUIEditor.button[6] = guiCreateButton(240, 163, 125, 30, "Hastane Görevi", false, GUIEditor.window[1])
GUIEditor.button[7] = guiCreateButton(240, 203, 125, 30, "Odunculuk Görevi", false, GUIEditor.window[1])
GUIEditor.button[8] = guiCreateButton(240, 243, 125, 30, "Taksi Görevi", false, GUIEditor.window[1])
GUIEditor.button[10] = guiCreateButton(240, 283, 125, 30, "Yük Taşıma Görevi", false, GUIEditor.window[1])
Buradaki kodları sendeki kodlarla değiştirirsen olacaktır.