[Help] How to add icons

whats set at F1 cant u change that?

I,ve found how to change it but when i change it doesn’t work lol

what file is it in…

what line

CL_general.lua there it is

the line is 218, this is where you can change it

maybe line 243…----

forget that its not

what key u want u know u dont just put F5 f6

what key u want it to be its numbers u change u know that?

[“ESC”] = 322, [“F1”] = 288, [“F2”] = 289, [“F3”] = 170, [“F5”] = 166, [“F6”] = 167, [“F7”] = 168, [“F8”] = 169, [“F9”] = 56, [“F10”] = 57,

change both 288

Yeah i know, i know the numbers, i did change them but still nothing lol

i did change both for 57 and now the menu doesn’t open lol

local blips = {
    -- Example {title="", colour=, id=, x=, y=, z=},
  }
      
Citizen.CreateThread(function()

    for _, info in pairs(blips) do
      info.blip = AddBlipForCoord(info.x, info.y, info.z)
      SetBlipSprite(info.blip, info.id)
      SetBlipDisplay(info.blip, 4)
      SetBlipScale(info.blip, 1.3)
      SetBlipColour(info.blip, info.colour)
      SetBlipAsShortRange(info.blip, true)
	  BeginTextCommandSetBlipName("STRING")
      AddTextComponentString(info.title)
      EndTextCommandSetBlipName(info.blip)
    end
end)

This works

1 Like

i changed to 57 and now i push F10 menu pops up

wait what lol ? How the heck

dont ask me i just changed to 288 for 57 and now i push F10 i get menu

You are using this right?

https://wiki.fivem.net/wiki/Controls

Yes i am using this site

and you are doing

0 , then the number?

you are including the number 0 right before?

is urs working now when u changed both 288

IT WORKS damn but there’s no option for coords lol

was looking i cant either lol

lol i thought it was useful but if i can’t get the coords to add the blips lol