Can someone help me? Blips are not appearing correctly on the map.
The map blips are showing up without names, just the blip itself.
The code I am using to create the blips is this.
for Number = 1,#Blips do
local Blip = AddBlipForCoord(Blips[Number][1],Blips[Number][2],Blips[Number][3])
SetBlipSprite(Blip,Blips[Number][4])
SetBlipDisplay(Blip,4)
SetBlipAsShortRange(Blip,true)
SetBlipColour(Blip,Blips[Number][5])
SetBlipScale(Blip,Blips[Number][7])
BeginTextCommandSetBlipName("STRING")
AddTextComponentString(Blips[Number][6])
EndTextCommandSetBlipName(Blip)
end
Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.
Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.
To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.