GUIEditor = {
label = {},
}
window = guiCreateWindow(122, 50, 614, 493, "hours mod by :][bLACK][DETH][", false)
guiWindowSetSizable(window, false)
1 = guiCreateButton(31, 39, 150, 75, " level 1", false, window)
10 = guiCreateButton(446, 379, 150, 75, "head-maps", false, window)
9 = guiCreateButton(446, 294, 150, 75, "superadmin", false, window)
8 = guiCreateButton(442, 209, 150, 75, "admin", false, window)
7 = guiCreateButton(442, 124, 150, 75, "supermodeditor", false, window)
13 = guiCreateButton(247, 209, 150, 75, "acl manger", false, window)
12 = guiCreateButton(247, 124, 150, 75, "big-admin", false, window)
6 = guiCreateButton(442, 39, 150, 75, "modeditor", false, window)
11 = guiCreateButton(247, 39, 150, 75, "head-admin", false, window)
5 = guiCreateButton(31, 379, 150, 75, "level 5", false, window)
4 = guiCreateButton(31, 294, 150, 75, "level 4", false, window)
3 = guiCreateButton(31, 209, 150, 75, "level 3", false, window)
2 = guiCreateButton(31, 124, 150, 75, "level 2", false, window)
GUIEditor.label[1] = guiCreateLabel(213, 304, 221, 170, "SUNNAH\nPRO\nRACE", false, window)
guiSetFont(GUIEditor.label[1], "sa-header")
guiSetVisible (Window, false)
function OpenWin()
if guiGetVisible ( Window ) then
guiSetVisible ( Window, false )
showCursor(false)
guiSetInputEnabled(false)
else
guiSetVisible ( Window, true )
showCursor(true)
guiSetInputEnabled(true)
end
end
bindKey("F6", "down", OpenWin)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 1 then
outputChatBox("10ساعات")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 2 then
outputChatBox("17ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 3 then
outputChatBox("25ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 4 then
outputChatBox("32ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 5 then
outputChatBox("40ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 6 then
outputChatBox("50ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 7 then
outputChatBox("65ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 8 then
outputChatBox("80ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 9 then
outputChatBox("100ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 10 then
outputChatBox("140ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 11 then
outputChatBox("120ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 12 then
outputChatBox("180ساعة")
end
end
)
addEventHandler ("onClientGUIClick", getRootElement(),
function ()
if source == 13 then
outputChatBox("200ساعة")
outputChatBox("خبرة بالريس")
outputChatBox("تواجد باليوم على الاقل ساعتان")
end
end
)