Jump to content

Una Pregunta Facil.


Recommended Posts

Posted

Hola, Tengo Un Pequeño Problema Con el script de la Puerta para un team El problema es que no se donde van las coordenadas

gracias por su atencion, Aqui les dejo el Script.

objeto = createObject ( idObjeto, X, Y, Z, 0, 0, 90 ) 
x,y,z = getElementPosition (objeto) 
Zona = createColCircle ( x,y, 5, 5 ) 
  
function Funcion (source) 
    playerTeam = getPlayerTeam ( source ) 
    Clann = getTeamFromName ( "G.O.W" ) 
    if ( playerTeam ) == Clann then 
        moveObject ( objeto, 6000, X, Y, Z, 0, 0, 0 ) 
    outputChatBox ( "Bienvenido A La Base G.O.W Tenga Un buen dia.", source, 0, 255, 0, true ) 
    else 
    outputChatBox ( "Tu no eres del clan G.O.W Vete ¡¡", source, 255, 0, 0, true ) 
end 
end 
addEventHandler ( "onColShapeHit", Zona, Funcion ) 
  
function Funcion2 () 
        moveObject ( objeto, 6000, X, Y, Z, 0, 0, 0 ) 
         
end 
addEventHandler ( "onColShapeLeave", Zona, Funcion2 ) 
  

En el foro se me conocia Como alexmercer1998 y Ezio Auditore esta es mi nuevo nombre para que esten informados ¬¬

Posted

Donde pusiste "X, Y, Z".

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
Donde pusiste "X, Y, Z".

Ah gracias

En el foro se me conocia Como alexmercer1998 y Ezio Auditore esta es mi nuevo nombre para que esten informados ¬¬

Posted

De nada.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

  • Recently Browsing   0 members

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