Jump to content

[Ayuda]Mortero


StanMarsh

Recommended Posts

Yo pienso que esto te ayudara.

  
Ventana = guiCreateWindow(X, Y, Width, Height, Texto, true) 
X = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "", true ) 
Y = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "", true ) 
Z = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "", true ) 
  

  
setTimer (createExplosion , 10000, 1, x, y, z, 2 ) 
setTimer (createExplosion , 10500, 1, x, y, z, 2 ) 
setTimer (createExplosion , 11000, 1, x, y, z, 2 ) 
  

  

     "Ezio" name="Mortero" version="1.1.0" type="script"/> 
     

PD: el client editalo lo saque del wiki.

Link to comment
Yo pienso que esto te ayudara.
  
Ventana = guiCreateWindow(X, Y, Width, Height, Texto, true) 
X = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "", true ) 
Y = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "", true ) 
Z = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "", true ) 
  

  
setTimer (createExplosion , 10000, 1, x, y, z, 2 ) 
setTimer (createExplosion , 10500, 1, x, y, z, 2 ) 
setTimer (createExplosion , 11000, 1, x, y, z, 2 ) 
  

  

     "Ezio" name="Mortero" version="1.1.0" type="script"/> 
     

PD: el client editalo lo saque del wiki.

Tu código es bastante ambiguo, la utilidad que tiene es en realidad poca.

@EzioAuditore podrías utilizar 'createObject', 'moveObject' y 'createExplosion' para simular un mortero.

Link to comment
  • Recently Browsing   0 members

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