mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 18:44:09 +00:00
some more CAutomobile
This commit is contained in:
parent
218772c296
commit
00dc86917e
5 changed files with 139 additions and 103 deletions
|
@ -321,6 +321,12 @@ void RenderWaterLayersCheat(void)
|
|||
CWaterLevel::m_nRenderWaterLayers = 0;
|
||||
}
|
||||
|
||||
void BackToTheFuture(void)
|
||||
{
|
||||
CHud::SetHelpMessage(TheText.Get("CHEAT1"), true);
|
||||
CVehicle::bHoverCheat = !CVehicle::bHoverCheat;
|
||||
}
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@ -1080,7 +1086,11 @@ void CPad::AddToPCCheatString(char c)
|
|||
if (!_CHEATCMP("TAEHCSREYALRETAW"))
|
||||
RenderWaterLayersCheat();
|
||||
#endif
|
||||
|
||||
|
||||
// SEAWAYS
|
||||
if (!_CHEATCMP("SYAWAES"))
|
||||
BackToTheFuture();
|
||||
|
||||
#undef _CHEATCMP
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue