2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-19 01:02:10 +03:00

MAX_¨PLAYERS: Fix more.

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

@ -75,7 +75,7 @@ new g_RoundScore[2]
new g_userPosition[MAX_PLAYERS + 1] new g_userPosition[MAX_PLAYERS + 1]
new g_userState[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_Buffer[2048]
new g_Killers[MAX_PLAYERS + 1][3] new g_Killers[MAX_PLAYERS + 1][3]