Jump to content

كود القردات


Recommended Posts

السرعه لا تسوية سيرفر ! عشان مايصير للكل ذذذذذذذذ

طيب ممكن تسويها

انا بسوي لوحة وزرين الأول للأختفاء والثاني للسرعة القصوى

+

الي انا شفتهم ككفؤؤ في المنتدى هم برستجي وبيان هم الي يساعدو في المنتدى

Link to comment

-- Client Side --

addEventHandler("onClientGUIClick",getRootElement(), 
    function ( ) 
        if ( source == AlphaButton ) then 
            triggerServerEvent("Alpha",localPlayer) 
        elseif ( source == SpeedGame ) then 
            setGameSpeed ( 10 ) 
    end 
end 
) 

-- Server Side --

addEvent("Alpha",true) 
addEventHandler("Alpha",getRootElement(), 
    function ( ) 
        setElementAlpha ( source , 0 ) 
    end 
) 
     
Link to comment

-- Client Side --

addEventHandler("onClientGUIClick",getRootElement(), 
    function ( ) 
        if ( source == AlphaButton ) then 
            triggerServerEvent("Alpha",localPlayer) 
        elseif ( source == SpeedGame ) then 
            setGameSpeed ( 10 ) 
    end 
end 
) 

-- Server Side -- 
  
صح؟  
[lua]addEvent("هنا اسم الزر؟",true) 
addEventHandler("Alpha",getRootElement(), 
    function ( ) 
        setElementAlpha ( source , 0 ) 
    end 
) 
     

-- Client Side --

addEventHandler("onClientGUIClick",getRootElement(), 
    function ( ) 
        if ( source == AlphaButton ) then 
            triggerServerEvent("هنا اسم الزر؟",localPlayer) 
        elseif ( source == SpeedGame ) then 
            setGameSpeed ( 10 ) 
    end 
end 
) 

-- Server Side --

addEvent("Alpha",true) 
addEventHandler("هنا اسم الزر؟",getRootElement(), 
    function ( ) 
        setElementAlpha ( source , 0 ) 
    end 
) 

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