[saco] Implement/match CPlayerPed::EnterVehicle(...)

This commit is contained in:
RD42
2024-10-31 17:26:43 +08:00
parent aacad6daf2
commit 0a7fc0799b
4 changed files with 34 additions and 0 deletions

View File

@ -24,6 +24,9 @@ DWORD dwFarClipReturnAddr=0;
// used generically
PED_TYPE *_pPlayer;
BOOL bIgnoreNextEntry=FALSE;
BOOL bIgnoreNextExit=FALSE;
BYTE byteSavedCameraMode;
DWORD dwCurPlayerActor=0;
BYTE *pbyteCameraMode = (BYTE *)0xB6F1A8;