View Single Post
05/11/22, 06:44 AM   #6
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 642
Or do things a better way and use what is already available which will be more compatible with other mods.
Code:
  local GPS = LibGPS3
  SetMapToMapId(mapId)
  GPS:SetPlayerChoseCurrentMap()
  CALLBACK_MANAGER:FireCallbacks("OnWorldMapChanged")

Last edited by Sharlikran : 05/11/22 at 07:56 AM.