Jump to content

طلب فنكشن للسيا#@ارههههههههه#@


EH10

Recommended Posts

السلام عليكم

طلب فنكشات

Edit 3

كل وحده تكتب لون يعني

255 255 0

باختصار

ابي لوحة فيها 3 ايديت تكتب فيهن الون يعني رقم كل فراغ ارقام وتضغط اختيار الون ويجي لون السياره مثل ماخترته

مثلا كتبت بالايديت الاول 0

والثاني كتبت 255

والثالث كتبت 0

تجي لون السياره خضراء الون

Link to comment
addEventHandler ( "onClientGUIClick", root,  
    function (  ) 
        if source == YourButton then -- اسم الزر 
            local R, G, B = guiGetText ( YourEdit ), guiGetText ( YourEdit2 ), guiGetText ( YourEdit3 ); -- أسماء الإيدت 
            if tonumber ( R ) and tonumber ( G ) and tonumber ( B ) and string.len ( R ) < 4 and string.len ( G ) < 4 and string.len ( B ) < 4 then 
                local vehicle = getPedOccupiedVehicle ( localPlayer ); 
                if vehicle then 
                    setVehicleColor ( vehicle, R, G, B ); 
                end 
            end 
        end 
    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...