mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
ok asherkin
https://forums.alliedmods.net/showpost.php?p=2432154&postcount=462
This commit is contained in:
parent
861ea76d07
commit
84cbb9e999
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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];
|
||||
|
||||
@ -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];
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user