It should look like this.

Config.trigger_blip = true
Config.blip_sprite = 1865251988
Config.blip_title = "My Blip"
--- https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips_mp
--- https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips

local LocationBlips = {} 
function AddBlip(X, Y, Z)
	if Config.trigger_blip == true then -- config var to control the if blips are made
		local blip = Citizen.InvokeNative(0x554D9D53F696D002, 1664425300, X, Y, Z)
		print("blip",blip)  
		table.insert(LocationBlips, blip) -- for clean up
		SetBlipSprite(blip, Config.blip_sprite, true) 
		SetBlipScale(blip,0.2)
		BlipTitle = CreateVarString(10, "LITERAL_STRING", Config.blip_title)
		Citizen.InvokeNative(0x9CB1A1623062F402, blip, BlipTitle) -- SetBlipNameFromPlayerString( blip, BlipTitle ) 
	end 
end  

function DeleteBlip()	
	if Config.trigger_blip == true then 
		for key, blip in pairs(LocationBlips) do
			RemoveBlip(blip)
			table.remove(LocationBlips, key)
		end
	end 
end

Welcome to our little corner of the internet. Would you like to receive coupon codes, or updates about our store, and our artists? Then please sign up for our newsletter.

Compare Products
No products were added to compare list
Return to Shop
Dragon Code Logo
$5 Donation (REDM Open Source Development Time)
0 customer review
$5.00
Project Planner Purple
Purple Project Planner Template 5 - Dark Mode
0 customer review
$2.99
Project Planner Variety of Colors
Pink Project Planner Template 3 - Dark Mode
0 customer review
$2.99
Brown Daily Project Sample
Brown Project Planner Template 2 - Dark Mode
0 customer review
$2.99
Project Planner Variety of Colors
Red Project Planner Template 1 - Dark Mode
0 customer review
$2.99
Digital Daily Task List - Priority Projects - 30 Minute Task blocks- Purple
Bundle - Daily Planner Pages
0 customer review
$10.00
Vorp Stores Saloon MOD
Vorp Stores for Saloon GitHub
0 customer review
$0.00
Vorp Stores Seeds MOD
Vorp Stores for Seeds GitHub
0 customer review
$0.00
Vorp Stores Trapper MOD
Vorp Stores for Trapper GitHub
0 customer review
$0.00
Vorp Stores Pharmacy MOD
Vorp Stores for Pharmacy GitHub
0 customer review
$0.00