Removing / Adding Limit Map

How to remove / add map boundaries in Gta V FiveM, It's quite easy, you just copy / copy the code below.

CreateThread(function()
    while true do
        ExtendWorldBoundaryForPlayer(-9999999.0,-9999999.0,-9999999.0)  
        ExtendWorldBoundaryForPlayer(9999999.0,9999999.0,9999999.0) 
        Wait(0)
    end
end)

Last updated