Jump to content

Ayuda con scripts gate


Julian09123

Recommended Posts

Me pueden decir q esta mal de aki?

objeto - createObject ( 980, 96.599998474121, 1921.4000244141, 20.89999961853, 0, 0, 90 ) 
  
AddCommandHandler ("puerta", 
function () 
  
moveObject ( objeto, 50000, 96.599998474121, 1921.4000244141, 20.89999961853 ) 
end 
) 
  
  
  
AddCommandHandler ("puerta", 
function 
moveObject ( objeto, 5000, 96.599998474121, 1921.4000244141, 20.89999961853 ) 
  
end 
) 

Link to comment
objeto = createObject ( 980, 96.599998474121, 1921.4000244141, 20.89999961853, 0, 0, 90 ) 
  
addCommandHandler ("puerta", 
function () 
  
moveObject ( objeto, 50000, 96.599998474121, 1921.4000244141, 20.89999961853 ) 
end 
) 
  
  
  
addCommandHandler ("puerta", 
function 
moveObject ( objeto, 5000, 96.599998474121, 1921.4000244141, 20.89999961853 ) 
  
end 
) 

en un principio el script asi funciona

Link to comment
  • Recently Browsing   0 members

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