Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Client/multiplayer_sa/CMultiplayerSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,8 @@ void CMultiplayerSA::InitHooks()
MemPut<BYTE>(0x44C39A + 4, 0x00);
MemPut<BYTE>(0x44C39A + 5, 0x00);

// Avoid garage doors closing when you change your model
MemSet((LPVOID)0x4486F7, 0x90, 4);
// Disable CGarages::PlayerArrestedOrDied to stop the game from automatically closing/opening garages
MemSet((void*)0x442303, 0x90, 5);

// Disable CStats::IncrementStat (returns at start of function)
MemPut<BYTE>(0x55C180, 0xC3);
Expand Down
Loading