Hello everyone, I just tested my server and I can not see my friends on the map. There is a type of script currently working so I can solve this.
Well, I was just trying to do the same thing, so here's what I just did.
Copy this script in a new file and save it in your package with the name of "player_blips.js".
//Initialize a object that will hold all blips of every player
//We will use IDs to find out who is the owner of a blip
var blips = {};
//Icon show in the minimap for the players
const BlipIcon = 1; //A simple circle
//Color for the icon
const BlipColor = 4; //Light gray
/* For a list of blip icons and colors just look