This repository was archived by the owner on Sep 11, 2023. It is now read-only.
File tree 8 files changed +0
-56
lines changed
8 files changed +0
-56
lines changed Original file line number Diff line number Diff line change 1
1
#include <sourcemod>
2
2
#include <cstrike>
3
3
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
-
11
4
#pragma semicolon 1
12
5
13
6
#define PLUGIN_VERSION " 0.00"
Original file line number Diff line number Diff line change 1
1
#include <sourcemod>
2
2
#include <cstrike>
3
3
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
-
11
4
#pragma semicolon 1
12
5
13
6
#define PLUGIN_VERSION " 0.00"
Original file line number Diff line number Diff line change 1
1
#include <sourcemod>
2
2
#include <sdktools>
3
3
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
-
11
4
#pragma semicolon 1
12
5
13
6
#define PLUGIN_VERSION " 0.00"
Original file line number Diff line number Diff line change 2
2
#include <tf2_stocks>
3
3
// ^ tf2_stocks.inc itself includes sdktools.inc and tf2.inc
4
4
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
-
12
5
#pragma semicolon 1
13
6
14
7
#define PLUGIN_VERSION " 0.00"
Original file line number Diff line number Diff line change 1
1
#include <sourcemod>
2
2
#include <cstrike>
3
3
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
-
11
4
#pragma semicolon 1
12
5
#pragma newdecls required
13
6
Original file line number Diff line number Diff line change 1
1
#include <sourcemod>
2
2
#include <cstrike>
3
3
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
-
11
4
#pragma semicolon 1
12
5
#pragma newdecls required
13
6
Original file line number Diff line number Diff line change 1
1
#include <sourcemod>
2
2
#include <sdktools>
3
3
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
-
11
4
#pragma semicolon 1
12
5
#pragma newdecls required
13
6
Original file line number Diff line number Diff line change 2
2
#include <tf2_stocks>
3
3
// ^ tf2_stocks.inc itself includes sdktools.inc and tf2.inc
4
4
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
-
12
5
#pragma semicolon 1
13
6
#pragma newdecls required
14
7
You can’t perform that action at this time.
0 commit comments