Pause menu hotkey changed from "FrontendPauseAlternate" to "FrontendPause".
This commit is contained in:
@ -178,7 +178,7 @@ namespace CoopClient
|
||||
return;
|
||||
}
|
||||
|
||||
if (Game.IsControlPressed(GTA.Control.FrontendPauseAlternate))
|
||||
if (Game.IsControlPressed(GTA.Control.FrontendPause))
|
||||
{
|
||||
Function.Call(Hash.ACTIVATE_FRONTEND_MENU, Function.Call<int>(Hash.GET_HASH_KEY, "FE_MENU_VERSION_SP_PAUSE"), false, 0);
|
||||
return;
|
||||
|
@ -35,7 +35,7 @@ namespace CoopClient
|
||||
return;
|
||||
}
|
||||
|
||||
Game.DisableControlThisFrame(Control.FrontendPauseAlternate);
|
||||
Game.DisableControlThisFrame(Control.FrontendPause);
|
||||
|
||||
// Sets a value that determines how aggressive the ocean waves will be.
|
||||
// Values of 2.0 or more make for very aggressive waves like you see during a thunderstorm.
|
||||
|
Reference in New Issue
Block a user