Ich wollte ein Job mit GUI Scripten doch bei dem GUI hab ich ein Problem /brauch ich HIlfe
Code:
local myPickup = createPickup(2058.1000976563, -1912.4000244141, 13, 3, 1239, 1 )
addEventHandler("onClientPickupHit", myPickup, GUI_ShowlockführerWindow )
function GUI_Showlockführerindow()
guiSetVisible(GUIEditor_Window[1], true)
showCursor(true)
end
GUIEditor.window[1] = guiCreateWindow(550, 112, 208, 275, "Lockführer", false)
guiWindowSetSizable(GUIEditor.window[1], false)
GUIEditor.button[1] = guiCreateButton(11, 232, 83, 33, "Annehmen", false, GUIEditor.window[1])
GUIEditor.button[2] = guiCreateButton(115, 232, 83, 33, "Schließen", false, GUIEditor.window[1])
GUIEditor.button[3] = guiCreateButton(12, 22, 176, 58, "Lockführer von Los Santos nach San Fierro , 900€", false, GUIEditor.window[1])
GUIEditor.button[4] = guiCreateButton(12, 90, 176, 58, "Coming Soon", false, GUIEditor.window[1])
GUIEditor.button[5] = guiCreateButton(12, 158, 176, 58, "Coming Soon", false, GUIEditor.window[1])






