Use the new constants in various place.

This commit is contained in:
Arkshine
2014-07-20 12:27:02 +02:00
parent e84653571c
commit 07534edfcd
36 changed files with 341 additions and 376 deletions

View File

@@ -10,8 +10,8 @@
#include <tsx>
#include <tsfun>
new g_pingSum[33]
new g_pingCount[33]
new g_pingSum[MAX_PLAYERS]
new g_pingCount[MAX_PLAYERS]
public plugin_init()
register_plugin("Stats Logging",AMXX_VERSION_STR,"AMXX Dev Team")
@@ -19,7 +19,7 @@ public plugin_init()
public client_disconnect(id) {
if ( is_user_bot( id ) ) return PLUGIN_CONTINUE
remove_task( id )
new szTeam[16],szName[32],szAuthid[32], iStats[8], iHits[8], szWeapon[16]
new szTeam[16],szName[MAX_NAME_LENGTH],szAuthid[32], iStats[8], iHits[8], szWeapon[16]
new iUserid = get_user_userid( id )
// team