Jump to content

اخفاء الاعب


Recommended Posts

السلام عليكم

وش الخطا بالكود

addEventHandler("onClientGUIClick", root, 
    function ()                                                                           
        if ( GUIEditor.button[1] ) then 
        setElementAlpha(getLocalPlayer(),0) 
        elseif ( GUIEditor.button[2] ) then 
        setElementAlpha(getLocalPlayer(),255) 
        end 
    end 
) 

المشكلة انه اذا ضغطت ع الزر الثاني ما يلغي الاختفاء

Link to comment
المفروض تسوية كذا :

if ( source == GUIEditor.button[1] ) then 

بـ كل زر #

عموما بـ الكلنت بيشوفونةة بس هو بيختفي عند نفسة

:wink:

يب ابي هو يختفي لحاله

لان اذا محد يشوفهه يخرب ع باقي الاعبين

Link to comment

يا شباب انا خليتها سويرس ماضبط

لاتحسبوني نسخت كوده

ذا الكود من عندي ولله

addEventHandler("onClientGUIClick", root, 
function() 
  
if ( source ==  GUIEditor.button[1] ) then  
  
setElementAlpha(getLocalPlayer(), 0)  
  
if ( source ==  GUIEditor.button[2] ) then 
  
setElementAlpha(getLocalPlayer(), 255) 
  
             end  
        end  
   end  
) 

Link to comment
يا شباب انا خليتها سويرس ماضبط

لاتحسبوني نسخت كوده

ذا الكود من عندي ولله

addEventHandler("onClientGUIClick", root, 
function() 
  
if ( source ==  GUIEditor.button[1] ) then  
  
setElementAlpha(getLocalPlayer(), 0)  
  
if ( source ==  GUIEditor.button[2] ) then 
  
setElementAlpha(getLocalPlayer(), 255) 
  
             end  
        end  
   end  
) 

elseif احذف اند + خلي الثانية

يعني يكون كذا

addEventHandler("onClientGUIClick", root, 
function() 
  
if ( source ==  GUIEditor.button[1] ) then  
  
setElementAlpha(getLocalPlayer(), 0)  
  
elseif ( source ==  GUIEditor.button[2] ) then 
  
setElementAlpha(getLocalPlayer(), 255) 
  
        end  
   end  
) 

Link to comment
يا شباب انا خليتها سويرس ماضبط

لاتحسبوني نسخت كوده

ذا الكود من عندي ولله

addEventHandler("onClientGUIClick", root, 
function() 
  
if ( source ==  GUIEditor.button[1] ) then  
  
setElementAlpha(getLocalPlayer(), 0)  
  
if ( source ==  GUIEditor.button[2] ) then 
  
setElementAlpha(getLocalPlayer(), 255) 
  
             end  
        end  
   end  
) 

elseif احذف اند + خلي الثانية

يعني يكون كذا

addEventHandler("onClientGUIClick", root, 
function() 
  
if ( source ==  GUIEditor.button[1] ) then  
  
setElementAlpha(getLocalPlayer(), 0)  
  
elseif ( source ==  GUIEditor.button[2] ) then 
  
setElementAlpha(getLocalPlayer(), 255) 
  
        end  
   end  
) 

يسلموووووووو يا ككنق

ضبط :D

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