summaryrefslogtreecommitdiff
path: root/sourcemod/scripting/include/gokz/momsurffix.inc
blob: 65f603e604f0eff483d342cef487ac819e90c667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
	gokz-momsurffix Plugin Include
	
	Website: https://bitbucket.org/kztimerglobalteam/gokz
*/

#if defined _gokz_momsurffix_included_
#endinput
#endif
#define _gokz_momsurffix_included_

// =====[ DEPENDENCY ]=====

public SharedPlugin __pl_gokz_momsurffix = 
{
	name = "gokz-momsurffix", 
	file = "gokz-momsurffix.smx", 
	#if defined REQUIRE_PLUGIN
	required = 1, 
	#else
	required = 0, 
	#endif
};