Jump to content

مشكله


saef

Recommended Posts

  
  
    GUIEditor = { 
        button = {}, 
        window = {}, 
        staticimage = {}, 
        label = {} 
    } 
     
    GUIEditor.window[1] = guiCreateWindow (211, 187, 379, 227, "لوحة حفظ الشخصيه", false) 
    guiWindowSetSizable(GUIEditor.window[1], false) 
    guiSetAlpha(GUIEditor.window[1], 1.00) 
    guiSetVisible(GUIEditor.window[1],false) 
    GUIEditor.button[1] = guiCreateButton(9, 82, 360, 47, "حفظ ملابس شخصية cj", false, GUIEditor.window[1]) 
    guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") 
    GUIEditor.button[2] = guiCreateButton(9, 142, 360, 47, "استرجاع ملابس cj", false, GUIEditor.window[1]) 
    guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") 
    guiSetAlpha(GUIEditor.staticimage[1], 0.50) 
    guiSetAlpha(GUIEditor.button[1], 1.00) 
    guiSetAlpha(GUIEditor.button[2], 1.00) 
    guiSetVisible(GUIEditor.window[1], false) 
    GUIEditor.label[2] = guiCreateLabel(9, 192, 337, 25, "لحفظ ملابس cj يجب اولا اختيار شخصية cj  واختيار جميع ملابس", false, GUIEditor.window[1]) 
    guiLabelSetColor(GUIEditor.label[2], 245, 9, 159) 
    guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) 
    guiLabelSetVerticalAlign(GUIEditor.label[2], "center") 
    GUIEditor.label[3] = guiCreateLabel(4, 23, 370, 52, مرحبا  بكم في لوحة حفظ الشخصيه) 
    guiSetFont(GUIEditor.label[3], "sa-header") 
    guiLabelSetColor(GUIEditor.label[3], 15, 235, 238) 
    guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) 
    guiLabelSetVerticalAlign(GUIEditor.label[3], "center") 
    GUIEditor.button[5] = guiCreateButton(346, 191, 24, 26, "✖", false, GUIEditor.window[1]) 
    guiSetProperty(GUIEditor.button[5], "NormalTextColour", "76F60000") 
  
  
  
addCommandHandler('cj', 
function () 
    guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])) 
    showCursor(guiGetVisible(GUIEditor.window[1])) 
     guiMoveRightToCenter(GUIEditor.window[1]) 
end) 
  
addEventHandler("onClientGUIClick",root, 
function() 
if source == GUIEditor.button[5] then -- هنا يتحققق بأن الشيء اللي نبيه يشتغل عليه الحدث هو الزر حق الاغلاق  
guiSetVisible(GUIEditor.window[1],false) showCursor(false) -- هنا يغلق اللوحة ويشيل المؤشر بعد مايتحقق من الشرط 
end -- نهاية  
end -- .. 
) -- اقفال الحدث 
  
  
  
addEventHandler ( "onClientGUIClick", root, 
    function ( ) 
        if ( source == GUIEditor.button[1] ) then 
                triggerServerEvent ( "sa", localPlayer ) 
            end 
end) 
  
      addEventHandler ( "onClientGUIClick", root, 
    function ( ) 
        if ( source == GUIEditor.button[2] ) then 
                triggerServerEvent ( "lo", localPlayer ) 
            end 
end) 
  
  
    TimeGuiSetRightC = { } 
  
    function guiMoveRightToCenter(gui) 
    if getElementData(gui,"HelhGui") == false then 
        setElementData(gui,"HelhGui",true) 
        local s1,s2=guiGetScreenSize() 
        local w1,w2=guiGetSize(gui,false) 
        local x,y = (s1-w1)/2,(s2-w2)/2 
        guiSetPosition(gui,-x,y,false) 
    TimeGuiSetRightC[gui] = setTimer(guiMoveRightToCenter,50,0,gui) 
    end 
        local a,b=guiGetScreenSize() 
        local w1,w2=guiGetSize(gui,false) 
        local x,y = (a-w1)/2,(b-w2)/2 
        local x1,y1 = guiGetPosition ( gui, false) 
    if (x1 >= x) then 
        killTimer(TimeGuiSetRightC[gui]) 
        setElementData(gui,"HelhGui",false) 
        else 
        guiSetPosition(gui,x1+20,y,false) 
    end 
    end 
  

هذا الي كتبته ب اف8 و جاني

ERROR: seva-cj\Client.lua:9: attempt to call global 'guiCreateWindow' (a nil value)

بالله عليكم ابي ملف سيرفر لاهنتو

Link to comment
جرب

    GUIEditor.window[1] = guiCreateWindow(211, 187, 379, 227, "لوحة حفظ الشخصيه", false) 
  

انت ماغيرت شي اصلن انت ناسخ السطر وحاطه تاني -_-

   SaveSkin = guiCreateWindow (211, 187, 379, 227, "لوحة حفظ الشخصيه", false) 
    guiWindowSetSizable(SaveSkin, false) 
    guiSetAlpha(SaveSkin, 1.00) 
    guiSetVisible(SaveSkin,false) 
    SaveCJ = guiCreateButton(9, 82, 360, 47, "حفظ ملابس شخصية cj", false, SaveSkin) 
    guiSetProperty(SaveCJ, "NormalTextColour", "FFAAAAAA") 
    LodeCh = guiCreateButton(9, 142, 360, 47, "استرجاع ملابس cj", false, SaveSkin) 
    guiSetProperty(LodeCh, "NormalTextColour", "FFAAAAAA") 
    guiSetAlpha(LodeCh, 0.50) 
    guiSetAlpha(SaveCJ, 1.00) 
    guiSetAlpha(LodeCh, 1.00) 
    guiSetVisible(SaveSkin, false) 
    labl1 = guiCreateLabel(9, 192, 337, 25, "لحفظ ملابس cj يجب اولا اختيار شخصية cj  واختيار جميع ملابس", false, SaveSkin) 
    guiLabelSetColor(labl1, 245, 9, 159) 
    guiLabelSetHorizontalAlign(labl1, "center", false) 
    guiLabelSetVerticalAlign(labl1, "center") 
    labl2 = guiCreateLabel(4, 23, 370, 52, "مرحبا  بكم في لوحة حفظ الشخصيه", false, SaveSkin) 
    guiSetFont(labl2, "sa-header") 
    guiLabelSetColor(labl2, 15, 235, 238) 
    guiLabelSetHorizontalAlign(labl2, "center", false) 
    guiLabelSetVerticalAlign(labl2, "center") 
    Close = guiCreateButton(346, 191, 24, 26, "✖", false, SaveSkin) 
    guiSetProperty(Close, "NormalTextColour", "76F60000") 
  
  
  
addCommandHandler('cj',function () 
    guiSetVisible(SaveSkin,not guiGetVisible(SaveSkin)) 
    showCursor(guiGetVisible(SaveSkin)) 
     guiMoveRightToCenter(SaveSkin) 
end) 
  
addEventHandler("onClientGUIClick",root, 
function() 
if source == Close then -- هنا يتحققق بأن الشيء اللي نبيه يشتغل عليه الحدث هو الزر حق الاغلاق 
guiSetVisible(SaveSkin,false) showCursor(false) -- هنا يغلق اللوحة ويشيل المؤشر بعد مايتحقق من الشرط 
end -- نهاية 
end -- .. 
) -- اقفال الحدث 
  
  
  
addEventHandler ( "onClientGUIClick", root, 
    function ( ) 
        if ( source == SaveCJ ) then 
                triggerServerEvent ( "sa", localPlayer ) 
            end 
end) 
  
      addEventHandler ( "onClientGUIClick", root, 
    function ( ) 
        if ( source == LodeCh ) then 
                triggerServerEvent ( "lo", localPlayer ) 
            end 
end) 
  
  
    TimeGuiSetRightC = { } 
  
    function guiMoveRightToCenter(gui) 
    if getElementData(gui,"HelhGui") == false then 
        setElementData(gui,"HelhGui",true) 
        local s1,s2=guiGetScreenSize() 
        local w1,w2=guiGetSize(gui,false) 
        local x,y = (s1-w1)/2,(s2-w2)/2 
        guiSetPosition(gui,-x,y,false) 
    TimeGuiSetRightC[gui] = setTimer(guiMoveRightToCenter,50,0,gui) 
    end 
        local a,b=guiGetScreenSize() 
        local w1,w2=guiGetSize(gui,false) 
        local x,y = (a-w1)/2,(b-w2)/2 
        local x1,y1 = guiGetPosition ( gui, false) 
    if (x1 >= x) then 
        killTimer(TimeGuiSetRightC[gui]) 
        setElementData(gui,"HelhGui",false) 
        else 
        guiSetPosition(gui,x1+20,y,false) 
    end 
    end 
  

لو ماشتغل اطرح ملف السيرفر :)

Link to comment
كيف نعطيك ملف السيرفر مو فاهم

اطرح اكواد ملف السيرفر + انا مو شايف اي اخطاء بالكلنت :|

انا ابي ملف سيرفر ض1

:roll::roll: مسوي المود ذا كامل ومسوي ترايقرات ، ومب حاط ملف سيرفر ؟؟

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...