No Map Pause Mod?
-
Does anyone know a plugin or script which doesn't pause the game whenever you press P (enter the map)
-
@JakeTheFR I doubt there is one.
There is a native function to pause the game but that doesn't mean it is used when the Map/Menus are displayed.
I pause my game, but only during play, with this:
Function.Call(Hash.SET_GAME_PAUSED, GamePause);