Jump to content

memo كود كتابه في آديت والوصول إلى


Recommended Posts

addEventHandler ( "onClientGUIClick", GUIEditor.button[1], 
    function ( ) 
        local text = guiGetText ( GUIEditor.edit[1] ) 
        if text ~= "" then  
            guiSetText ( GUIEditor.memo[1], text ) 
        end 
    end 
, false ) 

عناد مايشتغل ..

debugscript 3

Link to comment
  • Replies 97
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

الزر المتغير حقة تأكد منةة!!

بعطيك الكلينت كامل خاص

* I Don't accept any private message to help anyone!!

مآ آقبل خآص اللي ابيكـ تستوعبة الزر اللي انت مسوية التعريف المتغير حقة غير موجود <>

Link to comment
addEventHandler ( 'onClientGUIClick', root, function ( ) 
    if source == GUIEditor.button[1] then 
        local text = guiGetText ( GUIEditor.edit[1] ) 
        local Text = guiGetText ( GUIEditor.memo[1] ) 
        guiSetText ( GUIEditor.memo[1], Text..'\n'..text ) 
    end 
end ) 

هذا عشان ينزل سطر

جربه كذا

Link to comment
الزر المتغير حقة تأكد منةة!!

بعطيك الكلينت كامل خاص

* I Don't accept any private message to help anyone!!

مآ آقبل خآص اللي ابيكـ تستوعبة الزر اللي انت مسوية التعريف المتغير حقة غير موجود <>

خلاص رسلتها شوفها وعدلها وعطني

Link to comment
addEventHandler ( 'onClientGUIClick', root, function ( ) 
    if source == GUIEditor.button[1] then 
        local text = guiGetText ( GUIEditor.edit[1] ) 
        local Text = guiGetText ( GUIEditor.memo[1] ) 
        guiSetText ( GUIEditor.memo[1], Text..'\n'..text ) 
    end 
end ) 

هذا عشان ينزل سطر

جربه كذا

ممكن الكود حق اللي يكتب .. اقرى الصفحه الأولا إذا ماعرفت وش أقصد

Link to comment
addEventHandler ( 'onClientGUIClick', root, function ( ) 
    if source == GUIEditor.button[1] then 
        local text = guiGetText ( GUIEditor.edit[1] ) 
        local Text = guiGetText ( GUIEditor.memo[1] ) 
        guiSetText ( GUIEditor.memo[1], Text..'\n'..text ) 
    end 
end ) 

هذا عشان ينزل سطر

جربه كذا

كفو والله بس أبي أسمه يطلع + ابيه مايكتب إلا كل 5 ثواني

Link to comment
setTimer 
getPlayerName 

وآضح من طلبآتك انك تبيه شآت,

بس للمعلوميه مثل ما قال برستيج كلنت بيجي للاعب نفسه يعني لو ترسل للاعب ثاني ما بتوصله, لازم يكون سيرفر.

Link to comment
setTimer 
getPlayerName 

وآضح من طلبآتك انك تبيه شآت,

بس للمعلوميه مثل ما قال برستيج كلنت بيجي للاعب نفسه يعني لو ترسل للاعب ثاني ما بتوصله, لازم يكون سيرفر.

طيب سوي كل شي والله دخت برمجه ..

جزاك الله خير , لك مني خالص الشكر ..

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