Blips are not appearing correctly on the map

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
    { 128.85,   -1298.61, 29.23,  121, 19, "Vanilla Unicorn",               0.6 },
    { -1388.21, -586.85,  30.21,  93,  26, "Bahama Mamas",                  0.6 },

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.

Thanks for keeping these forums tidy!
:mascot:

Moved to the correct area as this is not a FiveM Client related issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.