This repository was archived by the owner on Sep 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +0
-56
lines changed
Expand file tree Collapse file tree 8 files changed +0
-56
lines changed Original file line number Diff line number Diff line change 11#include <sourcemod>
22#include <cstrike>
33
4- /* *
5- * @note #file is a somewhat recent discovery.
6- * Instead of the full filepath, compile.exe will use
7- * whatever name you supply here when printing errors/warnings.
8- */
9- #file " Enter plugin name here"
10-
114#pragma semicolon 1
125
136#define PLUGIN_VERSION " 0.00"
Original file line number Diff line number Diff line change 11#include <sourcemod>
22#include <cstrike>
33
4- /* *
5- * @note #file is a somewhat recent discovery.
6- * Instead of the full filepath, compile.exe will use
7- * whatever name you supply here when printing errors/warnings.
8- */
9- #file " Enter plugin name here"
10-
114#pragma semicolon 1
125
136#define PLUGIN_VERSION " 0.00"
Original file line number Diff line number Diff line change 11#include <sourcemod>
22#include <sdktools>
33
4- /* *
5- * @note #file is a somewhat recent discovery.
6- * Instead of the full filepath, compile.exe will use
7- * whatever name you supply here when printing errors/warnings.
8- */
9- #file " Enter plugin name here"
10-
114#pragma semicolon 1
125
136#define PLUGIN_VERSION " 0.00"
Original file line number Diff line number Diff line change 22#include <tf2_stocks>
33// ^ tf2_stocks.inc itself includes sdktools.inc and tf2.inc
44
5- /* *
6- * @note #file is a somewhat recent discovery.
7- * Instead of the full filepath, compile.exe will use
8- * whatever name you supply here when printing errors/warnings.
9- */
10- #file " Enter plugin name here"
11-
125#pragma semicolon 1
136
147#define PLUGIN_VERSION " 0.00"
Original file line number Diff line number Diff line change 11#include <sourcemod>
22#include <cstrike>
33
4- /* *
5- * @note #file is a somewhat recent discovery.
6- * Instead of the full filepath, compile.exe will use
7- * whatever name you supply here when printing errors/warnings.
8- */
9- #file " Enter plugin name here"
10-
114#pragma semicolon 1
125#pragma newdecls required
136
Original file line number Diff line number Diff line change 11#include <sourcemod>
22#include <cstrike>
33
4- /* *
5- * @note #file is a somewhat recent discovery.
6- * Instead of the full filepath, compile.exe will use
7- * whatever name you supply here when printing errors/warnings.
8- */
9- #file " Enter plugin name here"
10-
114#pragma semicolon 1
125#pragma newdecls required
136
Original file line number Diff line number Diff line change 11#include <sourcemod>
22#include <sdktools>
33
4- /* *
5- * @note #file is a somewhat recent discovery.
6- * Instead of the full filepath, compile.exe will use
7- * whatever name you supply here when printing errors/warnings.
8- */
9- #file " Enter plugin name here"
10-
114#pragma semicolon 1
125#pragma newdecls required
136
Original file line number Diff line number Diff line change 22#include <tf2_stocks>
33// ^ tf2_stocks.inc itself includes sdktools.inc and tf2.inc
44
5- /* *
6- * @note #file is a somewhat recent discovery.
7- * Instead of the full filepath, compile.exe will use
8- * whatever name you supply here when printing errors/warnings.
9- */
10- #file " Enter plugin name here"
11-
125#pragma semicolon 1
136#pragma newdecls required
147
You can’t perform that action at this time.
0 commit comments