CloudSixteen / HL2RP

HL2RP is a roleplaying schema for Garry's Mod by Cloud Sixteen. To use this schema, you need to purchase a license key from the Cloud Sixteen Store.
https://cloudsixteen.com
8 stars 14 forks source link

Voice Commands not working #15

Closed Nightmare-Night closed 4 years ago

Nightmare-Night commented 4 years ago

With base clockwork hl2rp installed on a development server with zero modified code, scanners using the dispatch command only play the sound file for the dispatch command as a sort of speaker around the scanner.

MPF1 using a voice command over the radio command with another MPF2 on the same frequency, MPF2 doesn't hear the voice command.

There are no visible errors in console logs saying something is being called that doesn't exist.

VortixDev commented 4 years ago

This is related to the voice-chaining change that was introduced to Clockwork - the voices are now stored differently in the message info, which causes HL2RP to improperly set the info.voice.global value to true, while the info.voice table is no longer used.