SourceMod MSVC project files updated, windows tested and loading, gamedata fix.

This commit is contained in:
Matt Woodrow
2009-10-30 14:29:45 +13:00
parent 98e97920ae
commit eb68e4c627
11 changed files with 619 additions and 4 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ public APLRes:AskPluginLoad2(Handle:myself, bool:late, String:error[], err_max)
if (StrEqual(game, "left4dead", false)
|| StrEqual(game, "dystopia", false)
|| StrEqual(game, "synergy", false))
|| StrEqual(game, "synergy", false)
|| StrEqual(game, "left4dead2", false))
{
strcopy(error, err_max, "Nextmap is incompatible with this game");
return APLRes_SilentFailure;