mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Fixed includes
This commit is contained in:
parent
94d350118d
commit
c9051ad364
@ -17,7 +17,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmodx>
|
#include <amxmodx>
|
||||||
|
#include <tsconst>
|
||||||
#include <tsx>
|
#include <tsx>
|
||||||
|
#include <tsfun>
|
||||||
|
|
||||||
#define MAX_MENUPOS 7 // 7 positions in tsstatsmenu
|
#define MAX_MENUPOS 7 // 7 positions in tsstatsmenu
|
||||||
#define StatsTime 5.0 // 5 sec hold time for ShowAttackers , ShowVictims list and ShowKiller
|
#define StatsTime 5.0 // 5 sec hold time for ShowAttackers , ShowVictims list and ShowKiller
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include <amxmodx>
|
#include <amxmodx>
|
||||||
#include <tsx>
|
#include <tsx>
|
||||||
|
#include <tsfun>
|
||||||
|
|
||||||
new g_pingSum[33]
|
new g_pingSum[33]
|
||||||
new g_pingCount[33]
|
new g_pingCount[33]
|
||||||
|
Loading…
Reference in New Issue
Block a user