mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-23 20:28:03 +03:00
MAX_¨PLAYERS: Fix more.
This commit is contained in:
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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user