mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 12:16:15 +08:00
[saco] Implement/match FUNC_100A5FF0()
This commit is contained in:
@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user