MAX_PLAYERS: Fix moar
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include <tfcx>
|
||||
|
||||
new g_menuPosition[MAX_PLAYERS + 1]
|
||||
new g_menuPlayers[MAX_PLAYERS + 1][32]
|
||||
new g_menuPlayers[MAX_PLAYERS + 1][MAX_PLAYERS]
|
||||
new g_menuPlayersNum[MAX_PLAYERS + 1]
|
||||
new g_menuOption[MAX_PLAYERS + 1]
|
||||
new g_menuSettings[MAX_PLAYERS + 1]
|
||||
|
@ -63,7 +63,7 @@ new g_KillCount;
|
||||
|
||||
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]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user