andrex123 Posted January 2, 2012 Share Posted January 2, 2012 ptaxi = createObject ( 968, 1811.3994140625, -1886.7998046875, 13.10000038147, 0, 270, 90)} function ptaxi () setElementRotation ( ptaxi, 0, 0, 90) setTimer (setElementRotation, 8000, 1, 0, 270, 90) end addCommandHandler ("ptaxi", ptaxi) la idea es que cuendo el jugador escriba /ptaxi se abra un porton de los taxista y luego se cierre Link to comment
Castillo Posted January 2, 2012 Share Posted January 2, 2012 porton = createObject ( 968, 1811.3994140625, -1886.7998046875, 13.10000038147, 0, 270, 90) function ptaxi () local rx, ry, rz = getElementRotation(porton) if (math.floor(ry) == 270 and math.floor(rz) == 90) then moveObject(porton, 3000, 1811.3994140625, -1886.7998046875, 13.10000038147, 0, 90, 0) setTimer(moveObject, 7000, 1, porton, 3000, 1811.3994140625, -1886.7998046875, 13.10000038147, 0, -90, 0) end end addCommandHandler ("ptaxi", ptaxi) Link to comment
andrex123 Posted January 2, 2012 Author Share Posted January 2, 2012 que magia isiste? Quiero aprender Link to comment
Castillo Posted January 2, 2012 Share Posted January 2, 2012 No es magia . Compara los scripts y fijate. Link to comment
andrex123 Posted January 2, 2012 Author Share Posted January 2, 2012 pero que estaba mal? explicame detalladamente Link to comment
Otto Posted January 2, 2012 Share Posted January 2, 2012 El titulo, "Que ahi de malo aka?" seria "Que hay de malo acá?". Link to comment
andrex123 Posted January 2, 2012 Author Share Posted January 2, 2012 Gracias por corregirme Link to comment
Castillo Posted January 2, 2012 Share Posted January 2, 2012 pero que estaba mal? explicame detalladamente Primero: Habias llamado tu funcion igual que la puerta, nunca iva a funcionar. Segundo: No estabas moviendo la puerta, si no cambiandole la rotacion y la posicion (y ensima mal). Tercero: Tenias esto "}" al final de createObject, eso no deberia estar ahi. P.D: Soy muy malo explicando cosas . Link to comment
andrex123 Posted January 2, 2012 Author Share Posted January 2, 2012 gracias men pero tu depues le agregaste mas lineas, guiones Link to comment
Castillo Posted January 2, 2012 Share Posted January 2, 2012 Te mejore el script un poco, asi la puerta no se bugeaba al intentar abrirla cuando ya lo esta. Link to comment
andrex123 Posted January 2, 2012 Author Share Posted January 2, 2012 Bueno, muchas gracias Link to comment
Recommended Posts