Information:
This script, inspired by the "Radio Station Favorites" feature of GTA Online, let's the player disable the radio stations of the game

Notes:
- West Coast Talk Radio and Blaine County Radio can't be hidden because the native function used by the script isn't the same used by the GTAO feature, which doesn't work in story mode
- Los Santos Underground Radio can be hidden, but not with the script
- The script can conflict with Simple Trainer ( https://www.gta5-mods.com/scripts/simple-trainer-for-gtav ), which has the same feature, so using just the trainer is enough
- Not important at this point but, hiding more than 14 radio stations on the game build 1493 will result in the "Radio Off" icon to disappear and Los Santos Rock Radio will be shown again even if hidden. This is no longer an issue in the game build 2372 and above

Requirements:
- Legacy: Community Script Hook V .NET ( https://www.gta5-mods.com/tools/scripthookv-net ) and OpenIV.asi
- Enhanced: Script Hook V .Net Enhanced ( https://www.gta5-mods.com/tools/script-hook-v-net-enhanced ) and OpenRPF ( https://www.gta5-mods.com/tools/openrpf-openiv-asi-for-gta-v-enhanced )

Installation:
- Move "RadioStationFavorites.dll" and "RadioStationFavorites.ini" in the "scripts" folder. Edit "RadioStationFavorites.ini" to choose which stations to hide (setting to "true" hides while "false" shows the station)
- Disable LSUR optional: import the "x64" folder in "mods\update\update.rpf\dlc_patch\mpbattle"

Special Thanks:
- alloc8or ( https://www.gta5-mods.com/users/alloc8or ) for the NativeDB ( https://alloc8or.re/gta5/nativedb/ ) and the radio stations list ( https://pastebin.com/Kj9t38KF )
- Sainan ( https://github.com/Sainan ) for the decompiled scripts ( https://github.com/Sainan/GTA-V-Decompiled-Scripts ) and the updated radio stations list ( https://gist.github.com/Sainan/e290bef8b482005a01f3444d3341ac5f )
- dexyfex ( https://www.gta5-mods.com/users/dexyfex ) for CodeWalker ( https://www.gta5-mods.com/tools/codewalker-gtav-interactive-3d-map )
- FIFASam ( https://www.gta5-mods.com/users/FIFASam ) for V Creator ( https://www.gta5-mods.com/tools/grand-theft-auto-v-mod-creator )

Changelog:
v1.5

- Removed the version check (since both the game builds 1493 and 2372 are old at this point)
- Added an optional which disables Los Santos Underground Radio
- Added Script Hook V .Net Enhanced ( https://www.gta5-mods.com/tools/script-hook-v-net-enhanced ) to the list of requirements and updated the installation instructions
- Updated the script and the source code