Automatically adds blips to Franklin, Michael, and Trevor when they are nearby (within ~150 meters).

Installation:
Install Script Hook V.
Install Script Hook V .NET.
If you don't have a scripts folder in your GTA V directory, create one.
Copy CharacterBlips.dll and CharacterBlips.ini to within the scripts folder in your GTA V directory.

Customizable in the INI file:
The blip color for each character. List of colors: https://github.com/crosire/scripthookvdotnet/blob/master/source/scripting_v2/GTA/BlipColor.cs
The blip name for each character.
The blip sprite for each character. List of sprites: https://github.com/crosire/scripthookvdotnet/blob/master/source/scripting_v2/GTA/BlipSprite.cs

Notes:
With the way this mod works, it is unable to create blips for the characters when they are farther away than ~150 meters.

Source code: https://gitlab.com/Jitnaught/characterblips-gta5