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
Before, when hiding all blips the player blips would also be hidden. They should now be shown when other blips are hidden.
When a player enters a vehicle, their blip changes to the appropriate icon and the vehicle name is displayed.
varhtml='<div class="row info-body-row"><strong>Position:</strong> X {'+plr.x.toFixed(4)+"} Y {"+plr.y.toFixed(4)+"} Z {"+plr.z.toFixed(4)+"}</div>";
195
+
varhtml='<div class="row info-body-row"><strong>Position:</strong> X {'+plr.x.toFixed(4)+"} Y {"+plr.y.toFixed(4)+"} Z {"+plr.z.toFixed(4)+"}</div>"
0 commit comments