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

@@ -34,8 +34,8 @@
#include <amxmodx>
new Float:g_Flooding[33] = {0.0, ...}
new g_Flood[33] = {0, ...}
new Float:g_Flooding[MAX_PLAYERS] = {0.0, ...}
new g_Flood[MAX_PLAYERS] = {0, ...}
new amx_flood_time;