Jump to content

مشكله بـ التايمر


Recommended Posts

local theGate = createObject( 2669, 1554.3000488281, -1634, 13.800000190735, 0, 0, 0 ) 
  
setTimer( up, 1000, 1 ) 
  
function up ( ) 
    moveObject( theGate, 5000, 1554.3000488281, -1634, 28.700000762939 ) 
    _down = setTimer( down, 8000, 1 ) 
end  
  
function down ( ) 
    moveObject( theGate, 5000, 1554.3000488281, -1634, 13.800000190735 ) 
    _up = setTimer( up, 8000, 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...