Ok, so I just found this great resource: https://community.multitheftauto.com/index.php?p= ... ils&id=960 but it seems, either I am a dumbass (which is very well possible), or you have to be an expert at this.... All im looking to do is create a blip at (1911, -1776) .... idk how to even start... do you put the code in the custom blips .xml file? or do you make your own resource? I tried putting it in the .xml that came with the script but it didnt work and yes the icon.png was in the folder with it... here is what i used from the documentation page...
addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()),
function()
exports.customblips:createCustomBlip ( 1911, -1776, 45, 45, "icon.png")
end
)
any help would be great!