updated includes
This commit is contained in:
parent
ae2c22ba11
commit
4b81034f81
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#define MAX_ADMINS 64
|
#define MAX_ADMINS 64
|
||||||
|
|
||||||
|
|
|
@ -32,9 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
#include <mysql>
|
|
||||||
|
|
||||||
#define MAX_ADMINS 64
|
#define MAX_ADMINS 64
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
// Uncomment if you want to display
|
// Uncomment if you want to display
|
||||||
// names with hud messages
|
// names with hud messages
|
||||||
|
|
|
@ -32,9 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <engine>
|
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#define MAXRCONCVARS 16
|
#define MAXRCONCVARS 16
|
||||||
new g_cvarRcon[ MAXRCONCVARS ][32]
|
new g_cvarRcon[ MAXRCONCVARS ][32]
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
|
|
||||||
#define HELPAMOUNT 10 // Number of commands per page
|
#define HELPAMOUNT 10 // Number of commands per page
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
// Comment if you don't want to hide not used reserved slots
|
// Comment if you don't want to hide not used reserved slots
|
||||||
#define HIDE_RESERVED_SLOTS
|
#define HIDE_RESERVED_SLOTS
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
new g_Answer[128]
|
new g_Answer[128]
|
||||||
new g_optionName[4][32]
|
new g_optionName[4][32]
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
|
|
||||||
new Float:g_Flooding[33]
|
new Float:g_Flooding[33]
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
/* Commands Menus */
|
/* Commands Menus */
|
||||||
|
|
||||||
|
|
|
@ -32,9 +32,9 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* File location: $moddir/addons/amx */
|
/* File location: $moddir/addons/amxx/plugins/csstats.amx */
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
|
|
||||||
/* Function calculates position in rank.
|
/* Function calculates position in rank.
|
||||||
*
|
*
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#define MAX_MESSAGES 6
|
#define MAX_MESSAGES 6
|
||||||
#define X_POS -1.0
|
#define X_POS -1.0
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#define MAX_MAPS 128
|
#define MAX_MAPS 128
|
||||||
#define SELECTMAPS 5
|
#define SELECTMAPS 5
|
||||||
|
|
|
@ -33,9 +33,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <engine>
|
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#define MAX_MAPS 64
|
#define MAX_MAPS 64
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
new g_menuPosition[33]
|
new g_menuPosition[33]
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
|
|
||||||
public MultiKill
|
public MultiKill
|
||||||
public MultiKillSound
|
public MultiKillSound
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
|
|
||||||
// WARNING: If you comment this line make sure
|
// WARNING: If you comment this line make sure
|
||||||
// that in your mapcycle file maps don't repeat.
|
// that in your mapcycle file maps don't repeat.
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
// Uncomment if you want to have two new commands
|
// Uncomment if you want to have two new commands
|
||||||
// amx_off - pause plugins not marked as unpauseable
|
// amx_off - pause plugins not marked as unpauseable
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
new g_menuPosition[33]
|
new g_menuPosition[33]
|
||||||
new g_menuPlayers[33][32]
|
new g_menuPlayers[33][32]
|
||||||
|
|
|
@ -35,8 +35,7 @@
|
||||||
// Uncomment if you want to have seperate settings for each map
|
// Uncomment if you want to have seperate settings for each map
|
||||||
//#define MAPSETTINGS
|
//#define MAPSETTINGS
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#if !defined NO_STEAM
|
#if !defined NO_STEAM
|
||||||
#define MAXMENUPOS 34
|
#define MAXMENUPOS 34
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#define SPEED 0.3
|
#define SPEED 0.3
|
||||||
|
|
||||||
|
|
|
@ -32,9 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
#include <csstats>
|
|
||||||
|
|
||||||
// You can also manualy enable these options by setting them to 1
|
// You can also manualy enable these options by setting them to 1
|
||||||
// For example:
|
// For example:
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <csstats>
|
|
||||||
|
|
||||||
new g_pingSum[33]
|
new g_pingSum[33]
|
||||||
new g_pingCount[33]
|
new g_pingCount[33]
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#define MAX_MENU_DATA 64
|
#define MAX_MENU_DATA 64
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
new g_menuPosition[33]
|
new g_menuPosition[33]
|
||||||
new g_menuPlayers[33][32]
|
new g_menuPlayers[33][32]
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
|
|
||||||
new g_TimeSet[32][2]
|
new g_TimeSet[32][2]
|
||||||
new g_LastTime
|
new g_LastTime
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
#define MOTD_LENGTH 1024
|
#define MOTD_LENGTH 1024
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
* version.
|
* version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <amxmod>
|
#include <amxmodx>
|
||||||
#include <amxmisc>
|
|
||||||
|
|
||||||
// Settings (comment unwanted options)
|
// Settings (comment unwanted options)
|
||||||
#define SHOW_MODS
|
#define SHOW_MODS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user