Jump to content

طلب


tourra

Recommended Posts

هو صحيح لازم تحط الاكواد في السيرفر

و تعمل كود بش لما تضغط زر يجيك الكود الي في السيرفر

؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟

Link to comment

يب الي طلبته الكود

في الويكي تجيني ذي

-- When client's resource starts, create the GUI 
function initGUI( ) 
    -- Create our button 
    btnOutput = guiCreateButton( 0.7, 0.1, 0.2, 0.1, "Output!", true ) 
  
    -- And attach our button to the outputEditBox function 
    addEventHandler ( "onClientGUIClick", btnOutput, outputEditBox, false ) 
  
    -- Create an edit box and define it as "editBox". 
    editBox = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "Type your message here!", true ) 
    guiEditSetMaxLength ( editBox, 128 ) -- The max chatbox text length is 128, so force this 
end 
addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource( ) ), initGUI ) 
  
-- Setup our function to output the message to the chatbox 
function outputEditBox ( button ) 
    if button == "left" then 
        local text = guiGetText ( editBox )-- Get the text from the edit box 
        outputChatBox ( text ) -- Output that text 
    end 
end 

مدري وش ذا الكل

؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟

Link to comment

يا اخي يرحم امك

ورب الكعبة ما اجى

شوف

ركز معايا

الي ابيه هو

عملت نافذة فيها زر

لما تضغط على الزر تتنفذ وضيفة

بس

؟؟؟؟؟؟؟؟؟؟؟

وربي ذي فقط

ارجو الرد

Link to comment

ارجع واقولك استخدم

onClientGUIClick

مثال

addEventHandler("onClientGUIClick", buttonName, functionName) 

طبعاً هالمثال تحطه بعد ما تخلص كل شي

حطه في الآخر

ولو منت حمل تعلم البرمجة لا تتعلمها عشنك صايم + راح نخليك تكلم نفسك

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