Customize your FiveM server with the "Change Waypoint Color" script.
Add this free code to client.lua of any script to modify waypoint colors for a unique gaming experience.
Add this free code to client.lua of any script to modify waypoint colors for a unique gaming experience.
Code:
Citizen.CreateThread(function()
ReplaceHudColourWithRgba(
142,
255, -- R
56, -- G
56, -- B
255 -- A
)
end)
Attachments
Last edited by a moderator: