MAX_PLAYERS: Fix plugins
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
#include <amxmodx>
|
||||
#include <dodx>
|
||||
|
||||
new g_pingSum[MAX_PLAYERS]
|
||||
new g_pingCount[MAX_PLAYERS]
|
||||
new g_pingSum[MAX_PLAYERS + 1]
|
||||
new g_pingCount[MAX_PLAYERS + 1]
|
||||
|
||||
public plugin_init()
|
||||
register_plugin("Stats Logging",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
|
Reference in New Issue
Block a user