diff --git a/core/smn_halflife.cpp b/core/smn_halflife.cpp index 155c254f2..c39b6f20e 100644 --- a/core/smn_halflife.cpp +++ b/core/smn_halflife.cpp @@ -457,6 +457,10 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params) { return 30; } + else if (version == SOURCE_ENGINE_ORANGEBOXVALVE) + { + return 35; + } else if (version == SOURCE_ENGINE_LEFT4DEAD) { return 40;