Coloredmap for Fivem

Coloredmap for Fivem By Nadir Ali :pakistan:

SERVER SIDE Coloredmap replace for Fivem Server

Note: This was NOT my OWN mod, I’ve just remaked it and inserted some new actions. If you want you can insert and change values if you want for your own!! Fixed for new Citizen and map ZOOM fixed!

–If you zoom inside the map and you can see the default black/blank map insert these rows inside 1 of your mod’s client.lua!!!
– Edit there rows for custom zoom position!

Put this in any client side script

Citizen.CreateThread(function()
SetMapZoomDataLevel(0, 0.96, 0.9, 0.08, 0.0, 0.0)
SetMapZoomDataLevel(1, 1.6, 0.9, 0.08, 0.0, 0.0)
SetMapZoomDataLevel(2, 8.6, 0.9, 0.08, 0.0, 0.0)
SetMapZoomDataLevel(3, 12.3, 0.9, 0.08, 0.0, 0.0)
SetMapZoomDataLevel(4, 22.3, 0.9, 0.08, 0.0, 0.0)
end)

Download : GitHub - shadowremove/Coloredmap-for-Fivem: SERVER SIDE Coloredmap replace for Fivem Server

:slightly_smiling_face:

You should unzip the files before uploading to github.

1 Like

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