Jump to content

.. طلب كود ...


TD[M]ER

Recommended Posts

السلام عليكم ورحمة الله وبركاتهـ...

اخواني اللي يعرف منكم كود يخليك ماتقدر تشتري من الشوب غير مرة في الـ 10 ثواني

الزر عندهـ يتعطل ماينظغط او اي شي اخر

اهم شي مايقدر يشتري الا كل 10 ثواني

وشكرا..

:D

Link to comment
السلام عليكم ورحمة الله وبركاتهـ...

اخواني اللي يعرف منكم كود يخليك ماتقدر تشتري من الشوب غير مرة في الـ 10 ثواني

الزر عندهـ يتعطل ماينظغط او اي شي اخر

اهم شي مايقدر يشتري الا كل 10 ثواني

وشكرا..

:D

وش الافنت اللي مركبه انت ؟

Link to comment
السلام عليكم ورحمة الله وبركاتهـ...

اخواني اللي يعرف منكم كود يخليك ماتقدر تشتري من الشوب غير مرة في الـ 10 ثواني

الزر عندهـ يتعطل ماينظغط او اي شي اخر

اهم شي مايقدر يشتري الا كل 10 ثواني

وشكرا..

:D

وش الافنت اللي مركبه انت ؟

هذا اللي جاني من القاي ايديتور

  
addEventHandler("onClientResourceStart", resourceRoot, 

:D

Link to comment
السلام عليكم ورحمة الله وبركاتهـ...

اخواني اللي يعرف منكم كود يخليك ماتقدر تشتري من الشوب غير مرة في الـ 10 ثواني

الزر عندهـ يتعطل ماينظغط او اي شي اخر

اهم شي مايقدر يشتري الا كل 10 ثواني

وشكرا..

:D

وش الافنت اللي مركبه انت ؟

هذا اللي جاني من القاي ايديتور

  
addEventHandler("onClientResourceStart", resourceRoot, 

:D

اطرح الكود وبحاول فيه ما اقولك اكيد :D

Link to comment
تحطه مع الظغط على الزر

هذا على زر

guiSetEnabled(Button,false) 
setTimer(guiSetEnabled,10000,1,Button,true) 

>< ممكن الكودـ كاملـ ...

هذا مثال يقفل كل الازره ما جربته

for i,v in ipairs (GUIEditor_Button) do 
guiSetEnabled(v,false) 
setTimer(guiSetEnabled,10000,1,v,true) 
end  

Link to comment
تحطه مع الظغط على الزر

هذا على زر

guiSetEnabled(Button,false) 
setTimer(guiSetEnabled,10000,1,Button,true) 

>< ممكن الكودـ كاملـ ...

:lol:

انت تقول للناس ممنوع تطلب وانت تطلب :lol:

انا ماطلبت الشوب كامل

:lol::lol:

طلبت كود كامل

Link to comment
تحطه مع الظغط على الزر

هذا على زر

guiSetEnabled(Button,false) 
setTimer(guiSetEnabled,10000,1,Button,true) 

>< ممكن الكودـ كاملـ ...

هذا مثال يقفل كل الازره ما جربته

for i,v in ipairs (GUIEditor_Button) do 
guiSetEnabled(v,false) 
setTimer(guiSetEnabled,10000,1,v,true) 
end  

اوكـ جاري التجربه يعطيك العافيه

:D

Link to comment
addEventHandler("onClientGUIClick",Button, 
function() 
guiSetEnabled(Button,false) 
setTimer(guiSetEnabled,10000,1,Button,true) 
--Your Code 
end) 

طيب انا عندي 9 ازارير

احط لكل وحدهـ

addEventHandler("onClientGUIClick",Button, 
function() 
guiSetEnabled(Button,false) 
setTimer(guiSetEnabled,10000,1,Button,true) 

ولا

ينفع

addEventHandler("onClientGUIClick",Button, 
function() 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
  

؟؟

:?:

Link to comment
addEventHandler("onClientGUIClick",root, 
function() 
if(source==Button1)then 
    guiSetEnabled(Button1,false) 
    setTimer(guiSetEnabled,10000,1,Button1,true) 
elseif(source==Button2)then 
    guiSetEnabled(Button2,false) 
    setTimer(guiSetEnabled,10000,1,Button2,true) 
end 
end) 
  

هذا التوقيت على 10 ثواني صح !؟

Link to comment
addEventHandler("onClientGUIClick",root, 
function() 
if(source==Button1)then 
    guiSetEnabled(Button1,false) 
    setTimer(guiSetEnabled,10000,1,Button1,true) 
elseif(source==Button2)then 
    guiSetEnabled(Button2,false) 
    setTimer(guiSetEnabled,10000,1,Button2,true) 
end 
end) 
  

هذا التوقيت على 10 ثواني صح !؟

يب

الثانية =1000

Link to comment
addEventHandler("onClientGUIClick",root, 
function() 
if(source==Button1)then 
    guiSetEnabled(Button1,false) 
    setTimer(guiSetEnabled,10000,1,Button1,true) 
elseif(source==Button2)then 
    guiSetEnabled(Button2,false) 
    setTimer(guiSetEnabled,10000,1,Button2,true) 
end 
end) 
  

هذا التوقيت على 10 ثواني صح !؟

addEventHandler("onClientGUIClick",root, 
function() 
if(source==Button1)then 
    guiSetEnabled(Button1,false) 
    setTimer(guiSetEnabled,10000,1,Button1,true) 
elseif(source==Button2)then 
    guiSetEnabled(Button2,false) 
    setTimer(guiSetEnabled,10000,1,Button2,true) 
elseif(source==Button3)then 
    guiSetEnabled(Button3,false) 
    setTimer(guiSetEnabled,10000,1,Button3,true) 
elseif(source==Button4)then 
    guiSetEnabled(Button4,false) 
    setTimer(guiSetEnabled,10000,1,Button4,true) 
elseif(source==Button5)then 
    guiSetEnabled(Button5,false) 
    setTimer(guiSetEnabled,10000,1,Button5,true) 
elseif(source==Button6)then 
    guiSetEnabled(Button6,false) 
    setTimer(guiSetEnabled,10000,1,Button6,true) 
elseif(source==Button8)then 
    guiSetEnabled(Button8,false) 
    setTimer(guiSetEnabled,10000,1,Button8,true) 
elseif(source==Button9)then 
    guiSetEnabled(Button9,false) 
    setTimer(guiSetEnabled,10000,1,Button9,true)  
        end 
    end 
    ) 
  

10000= 10 ثواني

Link to comment
addEventHandler("onClientGUIClick",root, 
function () 
if source == Button1 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button2 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button3 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button4 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button5 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button6 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button7 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button8 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button9 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
end 
end) 
  

Link to comment
addEventHandler("onClientGUIClick",root, 
function () 
if source == Button1 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button2 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button3 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button4 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button5 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button6 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button7 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button8 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button9 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
end 
end) 
  

كودك ذا مشوار وطويل وصعب تعديله.

استخدم ذا...

local buttonT = {} 
buttonT[Button1] = true 
buttonT[Button2] = true 
buttonT[Button3] = true 
buttonT[Button4] = true 
buttonT[Button5] = true 
buttonT[Button6] = true 
buttonT[Button7] = true 
buttonT[Button8] = true 
buttonT[Button9] = true 
  
function checkForEnable( ) 
    if ( buttonT[source] ) then 
        for btn,i in pairs(buttonT) do 
            guiSetEnabled(btn,false) 
        end 
        setTimer(function() for btn,i in pairs(buttonT) do guiSetEnabled(btn,true) end end,10000,1) 
    end 
end 
addEventHandler("onClientGUIClick",root,checkForEnable) 

ذا يخليك تقدر تضيف ازرار بكيفك بدون ما تعدل اي شي، بس سو اضافة للزر وهو يهتم بالباقي...

Link to comment
addEventHandler("onClientGUIClick",root, 
function () 
if source == Button1 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button2 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button3 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button4 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button5 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button6 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button7 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button8 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
elseif source == Button9 then 
guiSetEnabled(Button1,false) 
setTimer(guiSetEnabled,10000,1,Button1,true) 
guiSetEnabled(Button2,false) 
setTimer(guiSetEnabled,10000,1,Button2,true) 
guiSetEnabled(Button3,false) 
setTimer(guiSetEnabled,10000,1,Button3,true) 
guiSetEnabled(Button4,false) 
setTimer(guiSetEnabled,10000,1,Button4,true) 
guiSetEnabled(Button5,false) 
setTimer(guiSetEnabled,10000,1,Button5,true) 
guiSetEnabled(Button6,false) 
setTimer(guiSetEnabled,10000,1,Button6,true) 
guiSetEnabled(Button7,false) 
setTimer(guiSetEnabled,10000,1,Button7,true) 
guiSetEnabled(Button8,false) 
setTimer(guiSetEnabled,10000,1,Button8,true) 
guiSetEnabled(Button9,false) 
setTimer(guiSetEnabled,10000,1,Button9,true) 
--Your Code 
end 
end) 
  

كودك ذا مشوار وطويل وصعب تعديله.

استخدم ذا...

local buttonT = {} 
buttonT[Button1] = true 
buttonT[Button2] = true 
buttonT[Button3] = true 
buttonT[Button4] = true 
buttonT[Button5] = true 
buttonT[Button6] = true 
buttonT[Button7] = true 
buttonT[Button8] = true 
buttonT[Button9] = true 
  
function checkForEnable( ) 
    if ( buttonT[source] ) then 
        for btn,i in pairs(buttonT) do 
            guiSetEnabled(btn,false) 
        end 
        setTimer(function() for btn,i in pairs(buttonT) do guiSetEnabled(btn,true) end end,10000,1) 
    end 
end 
addEventHandler("onClientGUIClick",root,checkForEnable) 

ذا يخليك تقدر تضيف ازرار بكيفك بدون ما تعدل اي شي، بس سو اضافة للزر وهو يهتم بالباقي...

لو تشيل الحدث وتحط في كود الظغط حق الزر

checkForEnable () 

يسير اسهل

Link to comment

انت استخدمه ولا عليك، وراح يضبط كل شي ذذ

انا عطيتك اياه جاهز، بس انسخه والصقه بدون ما تعدل شي

وراح يشتغل معك تمام

ماقصرتم وقسم بالله

مشكور الله يعطيكم العافيه

بس ي بسول الله لايهينكـ بالسنبه لـ كودكـ

انت قصدك اني ما اسمي الازرارير ؟

فقط احط الكود كذا ذذ

؟

Link to comment

لا انت ضيف الازرار و نقص شوف

    local buttonT = {} 
    buttonT[Button1] = true -- زر 
    buttonT[Button2] = true -- زر 
    buttonT[Button3] = true -- زر 
    buttonT[Button4] = true --زر 
    buttonT[Button5] = true --زر 
    buttonT[Button6] = true --زر 
    buttonT[Button7] = true --زر 
    buttonT[Button8] = true --زر 
    buttonT[Button9] = true --زر 
      
    function checkForEnable( ) 
        if ( buttonT[source] ) then 
            for btn,i in pairs(buttonT) do 
                guiSetEnabled(btn,false) 
            end 
            setTimer(function() for btn,i in pairs(buttonT) do guiSetEnabled(btn,true) end end,10000,1) 
        end 
    end 
    addEventHandler("onClientGUIClick",root,checkForEnable) 

عشان تضيف كذا ذذ

buttonT[اسم الزر] = true 

Link to comment
لا انت ضيف الازرار و نقص شوف
    local buttonT = {} 
    buttonT[Button1] = true -- زر 
    buttonT[Button2] = true -- زر 
    buttonT[Button3] = true -- زر 
    buttonT[Button4] = true --زر 
    buttonT[Button5] = true --زر 
    buttonT[Button6] = true --زر 
    buttonT[Button7] = true --زر 
    buttonT[Button8] = true --زر 
    buttonT[Button9] = true --زر 
      
    function checkForEnable( ) 
        if ( buttonT[source] ) then 
            for btn,i in pairs(buttonT) do 
                guiSetEnabled(btn,false) 
            end 
            setTimer(function() for btn,i in pairs(buttonT) do guiSetEnabled(btn,true) end end,10000,1) 
        end 
    end 
    addEventHandler("onClientGUIClick",root,checkForEnable) 

عشان تضيف كذا ذذ

buttonT[اسم الزر] = true 

ادري بس شفته يقول ظيف الكود مثل ماهو وهو يسوي كل شي

:lol:

تعبتكم معي ي لبى قلبكم ماقصرتمـ ..

خاصه بسول :: مجنون فيك <3 :: طلال :: فهد >< ض3

:D

للـ معلومية ماجربت الكودـ لسهه

بس ان شاء الله يكون 100% اهم شي ماقصرتم :$

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