mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-11 11:32:35 +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,
|
void InstallMethodHook( DWORD dwInstallAddress,
|
||||||
DWORD dwHookFunction )
|
DWORD dwHookFunction )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user