Pause menu hotkey changed from "FrontendPauseAlternate" to "FrontendPause".

This commit is contained in:
EntenKoeniq
2022-04-19 05:42:30 +02:00
parent bae21a877d
commit fca85e34e3
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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.