mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 14:29:52 +00:00
[saco] Implement/match CGame::LoadCullZone(...)
This commit is contained in:
parent
5e8c0551fc
commit
2dcbb8ff19
@ -1106,3 +1106,13 @@ void CGame::LoadCollisionFile(char *szFileName)
|
|||||||
|
|
||||||
//-----------------------------------------------------------
|
//-----------------------------------------------------------
|
||||||
|
|
||||||
|
void CGame::LoadCullZone(char *szLine)
|
||||||
|
{
|
||||||
|
_asm push szLine
|
||||||
|
_asm mov edx, 0x5B4B40
|
||||||
|
_asm call edx
|
||||||
|
_asm pop edx
|
||||||
|
}
|
||||||
|
|
||||||
|
//-----------------------------------------------------------
|
||||||
|
|
||||||
|
@ -134,6 +134,7 @@ public:
|
|||||||
int GetRwObjectsCount();
|
int GetRwObjectsCount();
|
||||||
void RequestAnimationsAndModels();
|
void RequestAnimationsAndModels();
|
||||||
void LoadCollisionFile(char *szFileName);
|
void LoadCollisionFile(char *szFileName);
|
||||||
|
void LoadCullZone(char *szLine);
|
||||||
};
|
};
|
||||||
|
|
||||||
//-----------------------------------------------------------
|
//-----------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user