mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 04:36:01 +08:00
[saco] Update CNetGame constructor
This commit is contained in:
@ -19,6 +19,8 @@ CNetGame::CNetGame(PCHAR szHostOrIp, int iPort,
|
|||||||
|
|
||||||
InitPools();
|
InitPools();
|
||||||
|
|
||||||
|
RegisterRPCs(m_pRakClient);
|
||||||
|
RegisterScriptRPCs(m_pRakClient); // Register server-side scripting RPCs.
|
||||||
|
|
||||||
m_iGameState = GAMESTATE_WAIT_CONNECT;
|
m_iGameState = GAMESTATE_WAIT_CONNECT;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user