-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat(gta-streaming-five): Background minimap overlays #3219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Adding a new argument can cause existing scripts to stop working or I'm wrong? |
The default (false) will create a foreground overlay like it was before |
But for example C# forces you to send all the arguments to invoke natives, it don't have default values |
Ho ok let me check that then, didn't know about that :) |
Thanks, I splitted the definition for C# compatibility |
Everything is ready and tested |
Goal of this PR
Allow the creation of background overlays with AddMinimapOverlay and AddMinimapOverlayWithDepth.

This will allow to create overlay behind the GPS or Radius Blip, as well as automatic transparency on minimap
...
How is this PR achieving the goal
By adding a new argument to the natives
...
This PR applies to the following area(s)
FiveM
...
Successfully tested on
Game builds: 1604, 3095, 3407
Platforms: Windows
Checklist