Jump to content

تمت الافادة


Recommended Posts

كيف مسوي تريقر ومافي سيرفر سايد

إذآ تبي تعرب الريبورت عربه من الادمنيه

اما انك تبي تسوي واحد مآراح تعرف !

انا مابي اعرب انا ابي اعرف عشان ادا بسوي شي - _ -

Link to comment
انتا خربت الوحه حقتك يعني لزم تضبط غيرها وتدزها وان شاء الله بضبطه

اوك بس اصبر دقايق اسويها سريع وارجع

بس حاب اسالك اخلي المربعات على memo لو editbox ?

لا خليه

MEMO

Link to comment

اسف تاخرت لطرح المود

ماكنت موجود رحت مشوار

الزبده ذا هوا المود

GUIEditor_Memo = {} 
GUIEditor_Label = {} 
  
wnd = guiCreateWindow(292,89,463,488,"# - [ الشكاوي والاقتراحات ] - #",false) 
GUIEditor_Label[1] = guiCreateLabel(356,44,91,16,"عنوان الموضوع : ",false,wnd) 
guiSetFont(GUIEditor_Label[1],"default-bold-small") 
GUIEditor_Memo[1] = guiCreateMemo(29,69,388,44,"",false,wnd) 
GUIEditor_Label[2] = guiCreateLabel(1,113,447,38,"-------------------------------------------------------------------------------------------------",false,wnd) 
guiSetFont(GUIEditor_Label[2],"sa-gothic") 
GUIEditor_Label[3] = guiCreateLabel(393,147,59,20,"الرساله : ",false,wnd) 
guiSetFont(GUIEditor_Label[3],"default-bold-small") 
GUIEditor_Memo[2] = guiCreateMemo(14,173,436,118,"",false,wnd) 
GUIEditor_Label[4] = guiCreateLabel(361,314,94,22,"اسمك في العبه : ",false,wnd) 
guiSetFont(GUIEditor_Label[4],"default-bold-small") 
GUIEditor_Memo[3] = guiCreateMemo(13,341,392,44,"",false,wnd) 
add = guiCreateButton(322,449,132,30,"ارسال الرساله",false,wnd) 
guiSetFont(add,"default-bold-small") 
xx = guiCreateButton(52,449,132,30,"اغلاق الوحه",false,wnd) 
guiSetFont(xx,"default-bold-small") 
  
  
  
  
addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == xx ) then 
            guiSetVisible( wnd ,false) 
            showCursor(false) 
        end 
    end 
) 
  
  
guiSetVisible (wnd, false) 
function OpenWin() 
    if guiGetVisible ( wnd ) then    
       guiSetVisible ( wnd, false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible ( wnd, true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F10", "down", OpenWin) 
  
addEventHandler ("onClientGUIClick",root,function () 
    if source == add then 
    local tableOut = {} 
    tableOut.category = "العنوان في الاسفل " 
    tableOut.subject = "تم ارسال الشكوى" 
    tableOut.message = ""..guiGetText (GUIEditor_Memo[3]).."\n"..guiGetText (GUIEditor_Memo[2]).."/n"..guiGetText (GUIEditor_Memo[1]).."" 
    triggerServerEvent ( "aMessage", getLocalPlayer(), "new", tableOut ) 
 end 
 end) 
addEventHandler('onClientGUIClick',root, 
function () 
if ( source == add ) then 
       guiSetEnabled ( add, false ) 
     setTimer( guiSetEnabled, 30000, 1, add, true ) 
    outputChatBox(" #000000.:[#ffffff تم الارسال الرجاء الانتضار 30 ثانية لي الارساله مره  اخرى #000000]:. ",255,255,255,true) 
    end 
end 
) 

أنشاء الله يعجبك واذا ماعجبك انت شوف كيف انا سويته وسوي لوحه ثانيه واستخدم نفس الى بي الاكواد المطروحه فوق ^^

Link to comment
اسف تاخرت لطرح المود

ماكنت موجود رحت مشوار

الزبده ذا هوا المود

GUIEditor_Memo = {} 
GUIEditor_Label = {} 
  
wnd = guiCreateWindow(292,89,463,488,"# - [ الشكاوي والاقتراحات ] - #",false) 
GUIEditor_Label[1] = guiCreateLabel(356,44,91,16,"عنوان الموضوع : ",false,wnd) 
guiSetFont(GUIEditor_Label[1],"default-bold-small") 
GUIEditor_Memo[1] = guiCreateMemo(29,69,388,44,"",false,wnd) 
GUIEditor_Label[2] = guiCreateLabel(1,113,447,38,"-------------------------------------------------------------------------------------------------",false,wnd) 
guiSetFont(GUIEditor_Label[2],"sa-gothic") 
GUIEditor_Label[3] = guiCreateLabel(393,147,59,20,"الرساله : ",false,wnd) 
guiSetFont(GUIEditor_Label[3],"default-bold-small") 
GUIEditor_Memo[2] = guiCreateMemo(14,173,436,118,"",false,wnd) 
GUIEditor_Label[4] = guiCreateLabel(361,314,94,22,"اسمك في العبه : ",false,wnd) 
guiSetFont(GUIEditor_Label[4],"default-bold-small") 
GUIEditor_Memo[3] = guiCreateMemo(13,341,392,44,"",false,wnd) 
add = guiCreateButton(322,449,132,30,"ارسال الرساله",false,wnd) 
guiSetFont(add,"default-bold-small") 
xx = guiCreateButton(52,449,132,30,"اغلاق الوحه",false,wnd) 
guiSetFont(xx,"default-bold-small") 
  
  
  
  
addEventHandler("onClientGUIClick",root, 
    function () 
        if ( source == xx ) then 
            guiSetVisible( wnd ,false) 
            showCursor(false) 
        end 
    end 
) 
  
  
guiSetVisible (wnd, false) 
function OpenWin() 
    if guiGetVisible ( wnd ) then    
       guiSetVisible ( wnd, false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible ( wnd, true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("F10", "down", OpenWin) 
  
addEventHandler ("onClientGUIClick",root,function () 
    if source == add then 
    local tableOut = {} 
    tableOut.category = "العنوان في الاسفل " 
    tableOut.subject = "تم ارسال الشكوى" 
    tableOut.message = ""..guiGetText (GUIEditor_Memo[3]).."\n"..guiGetText (GUIEditor_Memo[2]).."/n"..guiGetText (GUIEditor_Memo[1]).."" 
    triggerServerEvent ( "aMessage", getLocalPlayer(), "new", tableOut ) 
 end 
 end) 
addEventHandler('onClientGUIClick',root, 
function () 
if ( source == add ) then 
       guiSetEnabled ( add, false ) 
     setTimer( guiSetEnabled, 30000, 1, add, true ) 
    outputChatBox(" #000000.:[#ffffff تم الارسال الرجاء الانتضار 30 ثانية لي الارساله مره  اخرى #000000]:. ",255,255,255,true) 
    end 
end 
) 

أنشاء الله يعجبك واذا ماعجبك انت شوف كيف انا سويته وسوي لوحه ثانيه واستخدم نفس الى بي الاكواد المطروحه فوق ^^

مشكووور

بيتر نكست

تمت الافادة

Link to comment
طيب وش الفايدة من مسحها ؟

غيرك يبي يستفيد خليه مو تمسح كل شيء -_-

بنسبة هذا الموضوع حق لوحة ريبورت ^_^

بيفهمون في الاخير ض1 ادا ركبوا المود وجربوا :lol::lol:

Link to comment

بيفهمون في الاخير ض1 ادا ركبوا المود وجربوا :lol::lol:

الأفضل أنك ما تعدلها

وش الفائدة اذا حذفتها ؟؟ !! :?

كلهم مو مهمين اصلا

خربطة في خربطة وش الفايدة

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...