MAX_PLAYERS: Fix plugins
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
#include <amxmodx>
|
||||
#include <tfcx>
|
||||
|
||||
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("TFC Stats Logging",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
|
Reference in New Issue
Block a user