mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Implement/match FUNC_100A5FF0()
This commit is contained in:
parent
1772f3be72
commit
c74eba47d0
@ -916,6 +916,16 @@ NUDE VehicleModel_SetEnvironmentMapHook()
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
NUDE FUNC_100A5FF0()
|
||||
{
|
||||
_asm mov edx, 0x550F10
|
||||
_asm call edx
|
||||
|
||||
_asm ret
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
void InstallMethodHook( DWORD dwInstallAddress,
|
||||
DWORD dwHookFunction )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user