shavitush 2016-07-01 15:51:58 +03:00
parent 861ea76d07
commit 84cbb9e999
9 changed files with 35 additions and 37 deletions

View File

@ -18,10 +18,6 @@
*
*/
#pragma newdecls required
#pragma semicolon 1
#pragma dynamic 131072
#include <sourcemod>
#include <sdktools>
#include <geoip>
@ -34,6 +30,10 @@
#undef REQUIRE_PLUGIN
#include <adminmenu>
#pragma newdecls required
#pragma semicolon 1
#pragma dynamic 131072
//#define DEBUG
// game type (CS:S/CS:GO)

View File

@ -18,10 +18,6 @@
*
*/
#pragma newdecls required
#pragma semicolon 1
#pragma dynamic 131072
#include <sourcemod>
#define USES_STYLE_NAMES
@ -30,6 +26,10 @@
#include <shavit>
#include <clientprefs>
#pragma newdecls required
#pragma semicolon 1
#pragma dynamic 131072
#define HUD_NONE (0)
#define HUD_MASTER (1 << 0) // master setting
#define HUD_CENTER (1 << 1) // show hud as hint text

View File

@ -18,10 +18,6 @@
*
*/
#pragma newdecls required
#pragma semicolon 1
#pragma dynamic 131072
#include <sourcemod>
#include <cstrike>
#include <sdktools>
@ -34,6 +30,10 @@
#undef REQUIRE_EXTENSIONS
#include <dhooks>
#pragma newdecls required
#pragma semicolon 1
#pragma dynamic 131072
bool gB_Hide[MAXPLAYERS+1];
bool gB_Late;
int gF_LastFlags[MAXPLAYERS+1];

View File

@ -18,12 +18,6 @@
*
*/
// I have no idea if this plugin will work with CS:S, sorry.
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
#include <sourcemod>
#include <cstrike>
#include <sdktools>
@ -33,6 +27,10 @@
#define USES_STYLE_PROPERTIES
#include <shavit>
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
ServerGame gSG_Type = Game_Unknown;
int gI_ReplayTick[MAX_STYLES];

View File

@ -18,14 +18,14 @@
*
*/
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
#include <sourcemod>
#include <sdktools>
#include <shavit>
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
#define SOUNDS_LIMIT 64 // we really don't need more than that
ServerGame gSG_Type = Game_Unknown;

View File

@ -18,10 +18,6 @@
*
*/
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
#include <sourcemod>
#define USES_STYLE_NAMES
@ -29,6 +25,10 @@
#define USES_STYLE_PROPERTIES
#include <shavit>
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
// macros
#define MAPSDONE 0
#define MAPSLEFT 1

View File

@ -20,13 +20,13 @@
// original idea from ckSurf.
#include <sourcemod>
#include <shavit>
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
#include <sourcemod>
#include <shavit>
// #define DEBUG
// database handle

View File

@ -18,10 +18,6 @@
*
*/
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
#include <sourcemod>
#define USES_STYLE_NAMES
@ -31,6 +27,10 @@
#undef REQUIRE_PLUGIN
#include <adminmenu>
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
//#define DEBUG
bool gB_Late;

View File

@ -18,10 +18,6 @@
*
*/
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
#include <sourcemod>
#include <sdktools>
#include <cstrike>
@ -30,6 +26,10 @@
#undef REQUIRE_PLUGIN
#include <adminmenu>
#pragma semicolon 1
#pragma dynamic 131072
#pragma newdecls required
#define PLACEHOLDER 32767
ServerGame gSG_Type = Game_Unknown;