MAX_PLAYERS: Fix plugins
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
#include <amxmodx>
|
||||
#include <csx>
|
||||
|
||||
new g_pingSum[MAX_PLAYERS]
|
||||
new g_pingCount[MAX_PLAYERS]
|
||||
new g_inGame[MAX_PLAYERS]
|
||||
new g_pingSum[MAX_PLAYERS + 1]
|
||||
new g_pingCount[MAX_PLAYERS + 1]
|
||||
new g_inGame[MAX_PLAYERS + 1]
|
||||
|
||||
public plugin_init()
|
||||
{
|
||||
|
Reference in New Issue
Block a user