Jump to content

setWeather استفسار بخصوص


Recommended Posts

addEventHandler ( "onClientGUIClick", GUIEditor.button[1], 
function () 
setWeather ( 8 ) 
end,false) 

ابغى اخلي ذا الكود فقط يصير للاعب

الي هو الطقس يتغير عند اللاعب بس ..

:|

  
addEventHandler ( "onClientGUIClick",root, 
  
function (player) 
  
if ( player == localPlayer ) then 
  
if ( source == Button ) then 
  
setWeather (8) 
  
     end 
   end 
end) 
Link to comment
addEventHandler ( "onClientGUIClick",root, 
  
function ( player ) 
  
if ( player == localPlayer ) then 
  
if ( source == GUIEditor.button[1] ) then 
  
setWeather (8) 
  
elseif ( source == GUIEditor.button[2] ) then 
  
setWeather (19) 
  
elseif ( source == GUIEditor.button[3] ) then 
  
setWeather (1) 
  
             end 
       end 
  end 
) 

الحجري كودك ماضبط ,

اعتقد يصير اختصر اكثر واسوي كذا ؟؟ :roll:

Link to comment
addEventHandler ( "onClientGUIClick",root, 
function (  ) 
        if ( source == GUIEditor.button[1] ) then 
            setWeather (8) 
        elseif ( source == GUIEditor.button[2] ) then 
            setWeather (19) 
        elseif ( source == GUIEditor.button[3] ) then 
            setWeather (1) 
        end 
    end 
) 

Link to comment
addEventHandler ( "onClientGUIClick",root, 
  
function ( player ) 
  
if ( player == localPlayer ) then 
  
if ( source == GUIEditor.button[1] ) then 
  
setWeather (8) 
  
elseif ( source == GUIEditor.button[2] ) then 
  
setWeather (19) 
  
elseif ( source == GUIEditor.button[3] ) then 
  
setWeather (1) 
  
             end 
       end 
  end 
) 

الحجري كودك ماضبط ,

اعتقد يصير اختصر اكثر واسوي كذا ؟؟ :roll:

قصــدك يتغير الطقس بس حق الاعب الي ضغط الزر ؟؟

Link to comment
addEventHandler ( "onClientGUIClick",root, 
function (  ) 
        if ( source == GUIEditor.button[1] ) then 
            setWeather (8) 
        elseif ( source == GUIEditor.button[2] ) then 
            setWeather (19) 
        elseif ( source == GUIEditor.button[3] ) then 
            setWeather (1) 
        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...