addEventHandler("onClientGUIClick",GUIEditor.button[4],
function ( )
if not isPedInVehicle(localPlayer) then return outputChatBox("* يجب ان تكون في سيارهـ !",255,0,0) end
guiSetVisible (GUIEditor.progressbar[1], true)
guiSetVisible (GUIEditor.gridlist[1], false)
guiSetVisible (GUIEditor.gridlist[2], false)
guiSetVisible (GUIEditor.gridlist[3], false)
if isTimer ( Timer ) then return end
LoadProgress ( )
end,false
)