Is there any scripts that place an event somewhere then place a blip on the map for all players to see when the event is activated?

Im trying to set up a cops and robbers type game, where robbers enter a store press a key then they start robbing the store and it shows to everyone in the server on the map a blip at that store location. Ive looked for hours and cant find a single thing.

1 Like

Man I need this too!!!

For a certain time as well

This resource may help you both:

This definitely helps. but my main problem is getting the blip to show up as the player activates the marker and have it appear on everyones map then disappear after sometime.

Hmmm - Unfortunately, I don’t know if blips naturally show up for all players, but if it doesn’t here’s something you can try:
Create a client script that tells each player where the blip is created and for how long to render it.

Create a server script that gets all players, and sends the blip / coords to each player.

Then lastly, have this script (or another script) kick off a server event to create the blip once the event starts…

This may not be the best way to do this, but it’s hopefully a start if you’re lost enough to need one! (Hope it helps)

But test out if blips are natively visible to other players first…will make what your trying to do a lot easier!