Cuervo_fi Posted January 14, 2013 Share Posted January 14, 2013 (edited) Hola, alguien me da un simple ejemplo de como poner vehículos en un interior. intente pero quizás lo ise mal, me pueden refrescar la mente ? y Como podría quitar la música de algún interior, si es que es posible.. ? gracias. Edited January 14, 2013 by Guest Link to comment
Castillo Posted January 14, 2013 Share Posted January 14, 2013 vehicle = createVehicle ( 411, 0, 0, 0 ) setElementInterior ( vehicle, 1 ) Link to comment
Cuervo_fi Posted January 14, 2013 Author Share Posted January 14, 2013 ok gracias, como podría quitar la música de un interior, si es que es puede ? Link to comment
Castillo Posted January 14, 2013 Share Posted January 14, 2013 https://wiki.multitheftauto.com/wiki/Set ... ndsEnabled Link to comment
Cuervo_fi Posted January 14, 2013 Author Share Posted January 14, 2013 https://wiki.multitheftauto.com/wiki/SetInteriorSoundsEnabled me puedes dar un ejemplo, quiero quitar la musica del stadium y sigo escuchandola.. Link to comment
Castillo Posted January 14, 2013 Share Posted January 14, 2013 Tiene solo un argumento, asi que si lo desactivas, ningun interior tendra musica. setInteriorSoundsEnabled ( false ) Link to comment
Cuervo_fi Posted January 14, 2013 Author Share Posted January 14, 2013 Muchas gracias.. hablando del tema de interiores como podría poner música en el interior siendo stream.. ? addEventHandler( 'onClientResourceStart', resourceRoot, function( ) local music = playSound3D("http://vtuner.com/setupapp/guide/asp/func/dynampls.asp?link=1&id=45517", -2115, -1514, 60, true) setSoundMaxDistance( music, 200) end ) Link to comment
Recommended Posts