Jump to content

x[مشكله في كود الرجاء المساعده]x تمت الافاده


Sfa7

Recommended Posts

  
  
theGate = createObject ( 980, 1480, 1315.6999511719, 12.60000038147, 0, 0, 0 )  
  
function MoveUP ( )   
  moveObject ( theGate, 1000, 1480, 1315.6999511719, 17.39999961853 )  
   setTimer ( MoveDown, 20000, 1 ) --- الوقت لحدوث الوضيفة 20 ثانية --- عدد مرات تكرر الوضيفة 1 يعني لما تفتح البوابة تسكر مره واحده فقط 
end 
setTimer ( MoveUP, 20000, 0 )   
  
function MoveDown ( )    
 moveObject ( theGate, 1000, 1480, 1315.6999511719, 12.60000038147 ) 
end 
  
  

Link to comment
  
  
theGate = createObject ( 980, 1480, 1315.6999511719, 12.60000038147, 0, 0, 0 )  
  
function MoveUP ( )   
  moveObject ( theGate, 1000, 1480, 1315.6999511719, 17.39999961853 )  
   setTimer ( MoveDown, 20000, 1 ) --- الوقت لحدوث الوضيفة 20 ثانية --- عدد مرات تكرر الوضيفة 1 يعني لما تفتح البوابة تسكر مره واحده فقط 
end 
setTimer ( MoveUP, 20000, 0 )   
  
function MoveDown ( )    
 moveObject ( theGate, 1000, 1480, 1315.6999511719, 12.60000038147 ) 
end 
  
  

^ Wrong !

========

-- Client Side Or Server Side !

theGate = createObject ( 980, 1480, 1315.6999511719, 12.60000038147, 0, 0, 0 )  
  
function MoveUP ( )  
    moveObject ( theGate, 1000, 1480, 1315.6999511719, 17.39999961853 )  
    setTimer ( MoveDown, 10000, 1 ) 
end 
setTimer ( MoveUP, 10000, 0 ) 
  
function MoveDown ( )    
    moveObject ( theGate, 1000, 1480, 1315.6999511719, 12.60000038147 ) 
    setTimer ( MoveUP, 10000, 1 ) 
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...