Jump to content

تعديل


Adham

Recommended Posts

سلام عليكم شالمشكله هنا

addEventHandler("onClientGUIClick",resourceRoot,   
    function ( ) 
        if ( source == kick ) then 
            outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by "..getPalyerName" ", 0, 255, 0, true ) 
            guiSetVisible(wnd,false) 
            showCursor(false) 
end 
end) 

انا عملت لما اضعط علي زر

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

ارجو عملها

لما حطيط اكلود getplayername

Link to comment

شالخطا هنا طيب

addEventHandler("onClientGUIClick",resourceRoot,   
    function ( ) 
        if ( source == kick ) then 
            outputChatBox (#00ff00#[TeamsSysteam] Abdoi Added to team by  getPlayerName ( localPlayer ), "#%x%x%x%x%x%x", "" ) 
            guiSetVisible(wnd,false) 
            showCursor(false) 
end 
end) 

Link to comment
addEventHandler("onClientGUIClick",root,   
    function ( ) 
       
      if ( source == kick ) then 
outputChatBox ( "#[TeamsSysteam] Abdoi Added to team by "..getPlayerName (localPlayer).. " ", 0, 255, 0, true ) 
  
        guiSetVisible(wnd,false) 
          
         showCursor(false) 
  
            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...