ReloadMapMenu
DocsReloadMapMenu()Description
Forces the map menu to reload.
Returns
voidThis native does not return a value.
Examples
Official
if GetNumberOfReferencesOfScriptWithNameHash(`pausemenu_map`) > 0 then -- Ensure we're on the map screen
ReloadMapMenu()
print('Reloaded map menu!')
end