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