Jump to content

تعديل


Adham

Recommended Posts

سلام عليكم

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

addEventHandler("onClientGUIClick",resourceRoot,   
    function ( )  
        if ( source == Yes ) then  
            guiSetVisible(wnd2,false) 
            outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by +[L]e3bA'", getRootElement(), 0, 255, 0, true ) 
            showCursor(false) 
end 
end) 

عملته لما يضعط علي Yes

تقفل اللوحة ويجيلو كلام ببالشات

لاكن ما يجي كلام بالشات

تقفل اللوحة فقط

Link to comment
addEventHandler("onClientGUIClick",resourceRoot,   
    function ( )  
        if ( source == Yes ) then  
            guiSetVisible(wnd2,false) 
            outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by +[L]e3bA'", 0, 255, 0, true ) 
            showCursor(false) 
end 
end) 

Link to comment

كدا فيه خطا؟

addEventHandler("onClientGUIClick",resourceRoot,   
      function ( )  
      if ( source == kick ) then  
      guiSetEnabled(kick, false ) 
      setTimer(guiSetEnabled,1000,1,kick,true) 
      showCursor(true) 
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...