Jump to content

طـلب كــود بسيط / Help !


AboFaisal

Recommended Posts

السلام عليكم ورحمه الله وبركاآته

أختصر طلبي

أبي وضيفه

مثآل :

إذا ضغطت زر وتحدد عليه كلام من السكربت نفسه

يعني مثال كتبت في الكلينت في السكربت

Hello ! 

لمن تضغط زر

Hi, 

يجي فيه نافذة

guiCreateEdit 

آرجو آنكم فهمتم !

:arrowup:

Link to comment
وضح ما فهمتك

يعني زر

showwrit = guiCreateButton(150,280,130,36, "show", false,tab4) 

إذا ضغطهة

وكنت كاتب بالزر كلآم أو كود كلمه " كفوو" مثآل

يجي في

guiCreateEdit 

كذآ

nameEdit = guiCreateEdit(160,130,200,30,"كفو",false,tab4) 

بس يكون من النافذه نفسها ,

~

شكراً

للتوضيح آكثر حآضضر آنآ !

:arrowup:

:arrowup::arrowup:

:arrowup::arrowup::arrowup:

Link to comment
addEventHandler ( 'onClientResourceStart', resourceRoot, 
    function ( ) 
        button = guiCreateButton ( 150, 280, 130, 36, 'Show', false, tab4 ) 
        edit = guiCreateEdit ( 160, 130, 200, 30, '', false, tab4 ) 
        addEventHandler ( 'onClientGUIClick', button, onButtonClick ) 
    end 
) 
  
function onButtonClick( ) 
    guiSetText ( edit, 'كفو' ) 
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...