Hey. I know its possible as I know for a fact that HSG do it with their in game radio.
So how would one stream a custom siren or weapon sound?
Hey. I know its possible as I know for a fact that HSG do it with their in game radio.
So how would one stream a custom siren or weapon sound?
They probaly play it over NUI, if not you can always ask them.
Tried asking and nothing. They probably would not give it away as they are the only server I know that does this. I would just love to stream sirens
InteractSound resource made by Scott?
Tried beforeand nothing. Iâve also tried the JS Radio but is highly broken.
I wonder if you say press F8 it would fetch a sound file and stream it. Instead of directly from the server itself?
Well to load an audio file in nui it would need to be loaded with the nui you canât stream it while the server is running.
Ok. Looks like Iâm gonna have to learn
You can make a javascript function that triggered from an even handler. So when you click f8 in Lua is sends and nui message to javascript even handler? Could play a audio file⌠could even wair until ita done plating to allow it to be played again.
This is possible I know it is. I have downloaded several vehicles that came with custom sounds built in. There werenât any sound files, just the normal model files, carcols, carvariations, handling, and vehicles.meta files and that was it. Im guessing in vehicles.meta where is says audiohashname, the hashname is a name of a sound somehow built into the files.
they probs changed the vehicle sound in the vehicles.meta. I have been loking for sounds you can stream, that arenât already built into gtav
Yeah its pretty cool
You still need the help with this
My pal made this a while ago
resource_manifest_version â44febabe-d386-4d18-afbe-5e627f4af937â
files {
âaudio/sfx/resident/explosions.awcâ,
âaudio/sfx/resident/vehicles.awcâ,
âaudio/sfx/resident/weapons.awcâ,
'audio\sfx\STREAMED_VEHICLES_GRANULAR.rpf
âaudio/sfx/weapons_player/lmg_combat.awcâ,
âaudio/sfx/weapons_player/lmg_mg_player.awcâ,
âaudio/sfx/weapons_player/mgn_sml_am83_vera.awcâ,
âaudio/sfx/weapons_player/mgn_sml_am83_verb.awcâ,
âaudio/sfx/weapons_player/mgn_sml_sc__l.awcâ,
âaudio/sfx/weapons_player/ptl_50cal.awcâ,
âaudio/sfx/weapons_player/ptl_combat.awcâ,
âaudio/sfx/weapons_player/ptl_pistol.awcâ,
âaudio/sfx/weapons_player/ptl_px4.awcâ,
âaudio/sfx/weapons_player/ptl_rubber.awcâ,
âaudio/sfx/weapons_player/sht_bullpup.awcâ,
âaudio/sfx/weapons_player/sht_pump.awcâ,
âaudio/sfx/weapons_player/smg_micro.awcâ,
âaudio/sfx/weapons_player/smg_smg.awcâ,
âaudio/sfx/weapons_player/snp_heavy.awcâ,
âaudio/sfx/weapons_player/snp_rifle.awcâ,
âaudio/sfx/weapons_player/spl_grenade_player.awcâ,
âaudio/sfx/weapons_player/spl_minigun_player.awcâ,
âaudio/sfx/weapons_player/spl_prog_ar_player.awcâ,
âaudio/sfx/weapons_player/spl_railgun.awcâ,
âaudio/sfx/weapons_player/spl_rpg_player.awcâ,
âaudio/
sfx/STREAMED_VEHICLES_GRANULAR.rpf/sanchez.oacâ,
âaudio/sfx/weapons_player/spl_tank_player.awcâ,
}
data_file âAUDIO_WAVEPACKâ âaudio/sfx/residentâ
data_file âAUDIO_WAVEPACKâ âaudio/sfx/weapons_playerâ
data_file âAUDIO_WAVEPACKâ âaudio/sfx/STREAMED_VEHICLES_GRANULAR.rpfâ
Repost this everywhere! Nobody knows how to do this⌠Itâs a myth⌠Please help us!
Also how do you find those specific code names of the weapons???
Like âspl_minigun_playerâ instead of âweapons_mingunâ ??