Replaced all GetPlayerPed(-1) with PlayerPedId(), yes this was needed 😜.
Added ["Location"] to the Blip DataSet, providing a default value of "State of San Andreas".
The Location data will be shown on all player blips and will look like this:
(street name, area name, city/county)
Added GetLabelText() to the current vehicle model name blip dataset, this means the vehicle names will no longer show up as: DOMINATOR2 but instead as: Pisswasser Dominator.
BeforeAfter
Changes:
GetPlayerPed(-1)
withPlayerPedId()
, yes this was needed 😜.["Location"]
to the Blip DataSet, providing a default value of"State of San Andreas"
.GetLabelText()
to the current vehicle model name blip dataset, this means the vehicle names will no longer show up as: DOMINATOR2 but instead as: Pisswasser Dominator. Before After