You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Markers with type "arrow" or "checkpoint" won't be affected by alpha color argument. This means that there isn't a real way to make them invisible.
To reproduce
/run createMarker(0, 0, 3, "checkpoint", 5, 255, 255, 255, 0)
The checkpoint will be still visible.
Expected behaviour
The marker should be invisible
Version
Client: v1.5.8-release-20698.2.005
Server: v1.5.7-release-20488
Additional context
I suppose this is a problem with GTA itself and not MTA code. Idrk, too lazy to read the code itself. If that is the case, maybe it would be too much problem to fix it, and I don't think it is a good idea to fix this issue in a hacky way. Don't fixing this issue is not a problem.