mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[saco] Implement/match CCamera__Process_Hook()
This commit is contained in:
parent
c74eba47d0
commit
5283d1953b
@ -195,7 +195,15 @@ NUDE CHud__DrawCrossHairs_Hook()
|
||||
|
||||
NUDE CCamera__Process_Hook()
|
||||
{
|
||||
// TODO: CCamera__Process_Hook
|
||||
_asm pushad
|
||||
|
||||
if(pGame) {
|
||||
pGame->GetCamera()->FUNC_1009D6B0();
|
||||
}
|
||||
|
||||
_asm popad
|
||||
_asm mov eax, 0x52B730
|
||||
_asm jmp eax
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user