lpdc99 Posted April 21, 2013 Share Posted April 21, 2013 bueno lo que yo quiero es cambiarle el sonido al nitro , repair , ready y loading map . Si me pueden ayudar los hago admin en mi server y les agradeceria eso es lo unico que le falta a mi server para terminarlo ... well what I want is to change the sound to nitro, repair, ready and loading map. If I Can Help I admin on my server and I appreciate that's the only thing missing from my server to finish Link to comment
Plate Posted April 21, 2013 Share Posted April 21, 2013 bueno lo que yo quiero es cambiarle el sonido al nitro , repair , ready y loading map . Si me pueden ayudar los hago admin en mi server y les agradeceria eso es lo unico que le falta a mi server para terminarlo ... well what I want is to change the sound to nitro, repair, ready and loading map. If I Can Help I admin on my server and I appreciate that's the only thing missing from my server to finish por que escribis en ingles si esto es secion española? :FACEPALM: Link to comment
lpdc99 Posted April 21, 2013 Author Share Posted April 21, 2013 Como te dije perdon bro no pondre mas en secion inglesa Link to comment
Castillo Posted April 21, 2013 Share Posted April 21, 2013 Al usar un pickup, el sonido es el ID 46: en "race/race_client.lua" encontraras esto: playSoundFrontEnd(46) Cambia el numero por otro y listo, y si lo que queres es un sonido propio ( de un archivo: mp3, wav, etc ), tenes que remplazar esa linea por: playSound ( "elDirectorio/nombreDelArchivo.extension" ) Link to comment
lpdc99 Posted April 21, 2013 Author Share Posted April 21, 2013 gracias bro ahora lo pruebo y te digo si me anda te lo agradezco Link to comment
lpdc99 Posted April 21, 2013 Author Share Posted April 21, 2013 yo lo puse asi mira function handleHitPickup(pickup) if pickup.type == 'vehiclechange' then if pickup.vehicle == getElementModel(g_Vehicle) then return end g_PrevVehicleHeight = getElementDistanceFromCentreOfMassToBaseOfModel(g_Vehicle) end triggerServerEvent('onPlayerPickUpRacePickupInternal', g_Me, pickup.id, pickup.respawn) -- new sounds if pickup.type == 'vehiclechange' then playSoundFrontEnd(46) else playSound("audio/repair.wav") playSound("audio/nitro.wav" ) playSound("audio/pickup.wav" ) playSound("audio/Ready.wav" ) playSound("audio/loadingmap.wav" ) end end Link to comment
MTA Team 0xCiBeR Posted April 21, 2013 MTA Team Share Posted April 21, 2013 eso te reproducira todos esos sonidos...Primero no se entendera nada y ademas, generaras lag masivo ._. uso 1 solo sonido por tipo Link to comment
lpdc99 Posted April 21, 2013 Author Share Posted April 21, 2013 y como lo tengo q poner me puedes decir Yo ya lo hice de muchas formas y no sale Link to comment
MTA Team 0xCiBeR Posted April 21, 2013 MTA Team Share Posted April 21, 2013 Haber espera esper...Has quitado el addVehicleUpgrade... LOOOL Seria asi creo:(Probado y funciona)(Lo saque de mi script de race e.e ) function handleHitPickup(pickup) if pickup.type == 'vehiclechange' then if pickup.vehicle == getElementModel(g_Vehicle) then return end g_PrevVehicleHeight = getElementDistanceFromCentreOfMassToBaseOfModel(g_Vehicle) alignVehicleWithUp() setElementModel(g_Vehicle, pickup.vehicle) vehicleChanging(g_MapOptions.classicchangez, pickup.vehicle) playSound("audio/pickup.wav" ) elseif pickup.type == 'nitro' then addVehicleUpgrade(g_Vehicle, 1010) playSound("audio/nitro.wav" ) elseif pickup.type == 'repair' then fixVehicle(g_Vehicle) playSound("audio/repair.wav") end triggerServerEvent('onPlayerPickUpRacePickupInternal', g_Me, pickup.id, pickup.respawn) end Link to comment
lpdc99 Posted April 21, 2013 Author Share Posted April 21, 2013 amigo eso va pegando en cual carpeta ? race_client.lua? race_server.lua? en cual de esas 2 va ? Link to comment
MTA Team 0xCiBeR Posted April 21, 2013 MTA Team Share Posted April 21, 2013 lol men... busca esa funcion handleHitPickup y remplaza toda la funcion por la que te di... Link to comment
lpdc99 Posted April 25, 2013 Author Share Posted April 25, 2013 man ya hice eso pero se buguea el race osea se cargan los mapas pero se pone la pantalla negra no tenes un archivo y me lo pasas ya terminado con los sonidos digo si no es tanta molestia ? Link to comment
MTA Team 0xCiBeR Posted April 25, 2013 MTA Team Share Posted April 25, 2013 Agregaste todos tus sonidos al meta?... Si te doy el script, que aprenderas...Busca en el /debugscript 3 o en el log del server.. Link to comment
lpdc99 Posted April 27, 2013 Author Share Posted April 27, 2013 ok bro aprendere mejor gracias por tu consejo y pondre los sonidos al meta solo una cosa mas yo quise poner el sonido cuando se carga el mapa y cuando esta por empezar sii queres los subo a los archivos asi los escuches y quiero saber si tambien me van a andar . Link to comment
lpdc99 Posted May 7, 2013 Author Share Posted May 7, 2013 Como tengo que poner en el meta asi funcione los sonidos ? Link to comment
lpdc99 Posted May 7, 2013 Author Share Posted May 7, 2013 Hice lo q me dijiste q lo ponga en el meta pero no me funciono el nitro , repair , changevehicle y loading map ... Lo unicos sonidos que me andaron fueron 1 , 2 , 3 GO Link to comment
MTA Team 0xCiBeR Posted May 8, 2013 MTA Team Share Posted May 8, 2013 1-) no hagas doble post..Usa el edit xq confunde.. 2-) agrega los nuevos sonidos como <file src="nombrearchivo.mp3"/> Link to comment
lpdc99 Posted May 10, 2013 Author Share Posted May 10, 2013 Ya hice solo me funciono el 1 2 3 Go y nada mas , tengo q hacer andar el sonido del nitro , rapair y pickup Link to comment
MTA Team 0xCiBeR Posted May 10, 2013 MTA Team Share Posted May 10, 2013 mira..subeme tu archivo de race a mediafire o algo con tus sonidos y yo te hago lo demas y te señalo lo que hice...xq sino este post sera eterno..si quieres.. Link to comment
lpdc99 Posted May 11, 2013 Author Share Posted May 11, 2013 OK ahi te dejo lo que subi a mediafire bro gracias por tu ayuda http://www.mediafire.com/?8s8ppl8zp5vxrt5 Link to comment
MTA Team 0xCiBeR Posted May 11, 2013 MTA Team Share Posted May 11, 2013 Mira men no se que race eso eso..pero no sirve..falta medio script...descargate el race desde la comunidad y borra eso no sirve... Link to comment
lpdc99 Posted May 11, 2013 Author Share Posted May 11, 2013 Man ahora te dire lo que pasa man los sonidos si funciona pero suenan todos al mismo tiempo y no se como hacer q suenen cuando tienen q sonar me ayuda Link to comment
lpdc99 Posted May 11, 2013 Author Share Posted May 11, 2013 yo edite el race man fijate por favor la verdad creo q me falta para poner los sonidos Link to comment
MTA Team 0xCiBeR Posted May 12, 2013 MTA Team Share Posted May 12, 2013 Mira..Te pasare el resource de race completo... Borrar tu resource de race y utilizar este...Vale? Xq el resource de race que tenes es modificado y funciona distinto Link to comment
Recommended Posts