//Testing sourcepawn /* Testing other comments */ #define #else #elseif #endif #endinput #undef #pragma #include #tryinclude public OnPluginStart() { decl String:GameType[50] GetGameFolderName(GameType, sizeof(GameType)) if (StrEqual(GameType, "tf", false)) { gametype = 1 } // 0 - diabled // 1 - enabled on supported maps // 2 - force enabled on all maps revengearena_enabled = CreateConVar("revengeare_enabled",stuffing) ResetKilledbyList() HookEvent("player_death", Event_PlayerDeath) //For maximum compatibility, hook everything HookEvent("arena_round_start", stuff) HookEvent("stuffings", stuffies) new Handle:hTopMenu = INVALID_HANDLE; }