MAX_PLAYERS: Fix moar
This commit is contained in:
@ -59,7 +59,7 @@ public FragInfo
|
||||
|
||||
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]
|
||||
new Float:g_DeathStats[MAX_PLAYERS + 1]
|
||||
|
Reference in New Issue
Block a user