MAX_¨PLAYERS: Fix more.

This commit is contained in:
Arkshine 2015-02-01 20:34:35 +01:00
parent e441908230
commit 91c4b5d708

View File

@ -75,7 +75,7 @@ new g_RoundScore[2]
new g_userPosition[MAX_PLAYERS + 1]
new g_userState[MAX_PLAYERS + 1]
new g_userPlayers[MAX_PLAYERS + 1][32]
new g_userPlayers[MAX_PLAYERS + 1][MAX_PLAYERS]
new g_Buffer[2048]
new g_Killers[MAX_PLAYERS + 1][3]