-- client
GUIEditor = {
label = {},
window = {}
}
local screenW, screenH = guiGetScreenSize()
GUIEditor.window[1] = guiCreateWindow((screenW - 364) / 2, (screenH - 219) / 2, 364, 219, "Created By MR.NaiF-MTA", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetAlpha(GUIEditor.window[1], 1.00)
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFC00FF")
guiSetVisible ( GUIEditor.window[1], false ) -- هنا لازم تحط هذا الفانكشن .. داخل الايفنت
FIX = guiCreateButton(64, 55, 251, 65, "اصلاح السيارة", false, GUIEditor.window[1])
guiSetProperty(FIX, "NormalTextColour", "FF5FFE00")
Close = guiCreateButton(10, 177, 72, 28, "#Close", false, GUIEditor.window[1])
guiSetProperty(Close, "NormalTextColour", "FFFE0000")
GUIEditor.label[1] = guiCreateLabel(116, 140, 209, 15, "نتمني لكم قضاء وقتا سعيدا في السيرفر", false, GUIEditor.window[1])
guiLabelSetColor(GUIEditor.label[1], 9, 59, 245)
-- اكواد اللوحة فوق
guiSetVisible ( GUIEditor.window[1], false )
function OpenWin()
if guiGetVisible ( GUIEditor.window[1] ) then
guiSetVisible ( GUIEditor.window[1], false )
showCursor(false)
guiSetInputEnabled(false)
else
guiSetVisible ( GUIEditor.window[1], true )
showCursor(true)
guiSetInputEnabled(true)
end
end
bindKey("f9", "down", OpenWin)
-- كود الزر
addEventHandler("onClientGUIClick",root,
function ()
if source == Close then
if(guiGetVisible(GUIEditor.window[1]) == false)then end
guiSetVisible(GUIEditor.window[1],false)
showCursor(false)
guiSetInputEnabled(false)
end
end
)
-- كود زر اغلاق
addEventHandler("onClientGUIClick",resourceRoot,function ()
if ( source == FIX ) then
triggerServerEvent ( "FixCar",localPlayer)
end
end)
-- فنكشنات
عن نظرتي الخاصة إن
"onClientResourceStart"
مالها أي داعي تنحط مع ال gui
وانا موداتي اللي اسويها احذف الكود ذذ أول ما اطلع ال gui
لأن ماشوف انه مفيد اكثر ما انه يضر
فــ الكود بيتحمل طبيعي بدون الحدث ذا