diff --git a/plugins/ts/stats.sma b/plugins/ts/stats.sma index 8ddc0a60..ef3d6516 100755 --- a/plugins/ts/stats.sma +++ b/plugins/ts/stats.sma @@ -17,7 +17,9 @@ */ #include +#include #include +#include #define MAX_MENUPOS 7 // 7 positions in tsstatsmenu #define StatsTime 5.0 // 5 sec hold time for ShowAttackers , ShowVictims list and ShowKiller diff --git a/plugins/ts/stats_logging.sma b/plugins/ts/stats_logging.sma index 5eb41273..0b1fc1a8 100755 --- a/plugins/ts/stats_logging.sma +++ b/plugins/ts/stats_logging.sma @@ -8,6 +8,7 @@ #include #include +#include new g_pingSum[33] new g_pingCount[33]