mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[server] CNetGame formatting
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
class CNetGame // size: W: 14808 L: 14816
|
||||
{
|
||||
private:
|
||||
|
||||
CGameMode *m_pGameMode;
|
||||
CFilterScripts *m_pFilterScripts;
|
||||
CPlayerPool *m_pPlayerPool;
|
||||
@ -18,15 +19,20 @@ private:
|
||||
CLabelPool *m_pLabelPool;
|
||||
CGangZonePool *m_pGangZonePool;
|
||||
CActorPool *m_pActorPool;
|
||||
|
||||
int m_iCurrentGameModeIndex;
|
||||
int m_iCurrentGameModeRepeat;
|
||||
BOOL m_bFirstGameModeLoaded;
|
||||
|
||||
CScriptHttps *m_pScriptHttps;
|
||||
CScriptTimers *m_pScriptTimers;
|
||||
|
||||
RakServerInterface *m_pRak;
|
||||
|
||||
int m_iLastServerTickUpdate;
|
||||
int m_iServerTickCount;
|
||||
int m_iServerTickRate;
|
||||
|
||||
BOOL m_bLanMode;
|
||||
int m_iShowPlayerMarkers;
|
||||
bool m_bShowNameTags;
|
||||
@ -50,11 +56,10 @@ private:
|
||||
bool m_bLimitPlayerMarkerRadius;
|
||||
float m_fPlayerMarkerRadius;
|
||||
BOOL m_bVehicleFriendlyFire;
|
||||
|
||||
#ifndef WIN32
|
||||
double m_dElapsedTime;
|
||||
#endif
|
||||
int m_iSpawnsAvailable;
|
||||
PLAYER_SPAWN_INFO m_AvailableSpawns[319];
|
||||
|
||||
public:
|
||||
|
||||
@ -74,6 +79,9 @@ public:
|
||||
|
||||
void LoadBanList();
|
||||
|
||||
// CLASS SYSTEM
|
||||
int m_iSpawnsAvailable;
|
||||
PLAYER_SPAWN_INFO m_AvailableSpawns[MAX_SPAWNS];
|
||||
DWORD GetTime();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user