Jump to content

Poszukuje programisy lua


Recommended Posts

  • 2 weeks later...

wiesz za bardzo nie wiem jak wsadzić to:

function createTheGate ()  
 myGate = createObject ( 10184, -1631.6220703125, 688.080078125, 8.7092628479004, 0, 0, 270 ) 
end 
addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate ) 
  
function openMyGate ( ) 
        moveObject ( myGate, 10184, -1617.3806152344, 687.9140625, 8.7092628479004 ) 
        setTimer ( movingMyGateBack, 13000, 1 ) 
end 
 addCommandHandler("bramaopen",openMyGate) 
  
function movingMyGateBack ()  
         moveObject ( myGate, 10184, -1631.6220703125, 688.080078125, 8.7092628479004 ) 
end 

do twojego skryptu byś mógł pomóc :wink:

Link to comment
  • 2 weeks later...
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...