View Single Post
M76030
Senior Member
Join Date: Mar 2014
Location: Demoknighting in Neptunia
Old 04-23-2014 , 12:50   Re: Freak Fortress 2 1.9.3 Released (and 1.10.0 betas)
Reply With Quote #592

but i did replaced
#include <sourcemod>
#include <freak_fortress_2>
#include <sdktools>
#include <sdktools_gamerules>
#include <sdkhooks>
#include <smac>
#include <tf2_stocks>
#include <morecolors>
#include <tf2items>
#include <clientprefs>
#undef REQUIRE_EXTENSIONS
#tryinclude <steamtools>
#define REQUIRE_EXTENSIONS
#undef REQUIRE_PLUGIN
#tryinclude <updater>
#tryinclude <goomba>
#tryinclude <rtd>
#define REQUIRE_PLUGIN
this with
#include <sourcemod>
#include <freak_fortress_2>
#include <sdktools>
#include <sdktools_gamerules>
#include <sdkhooks>
#include <tf2_stocks>
#include <morecolors>
#include <tf2items>
#include <clientprefs>
#undef REQUIRE_EXTENSIONS
#tryinclude <steamtools>
#define REQUIRE_EXTENSIONS
#undef REQUIRE_PLUGIN
#tryinclude <smac>
#tryinclude <updater>
#tryinclude <goomba>
#tryinclude <rtd>
#define REQUIRE_PLUGIN
to make smac NOT a required plugin, do i still need it?
M76030 is offline