diff --git a/gamedata/core.games/engine.swarm.txt b/gamedata/core.games/engine.swarm.txt index 88c45f78..e422de4c 100644 --- a/gamedata/core.games/engine.swarm.txt +++ b/gamedata/core.games/engine.swarm.txt @@ -17,6 +17,7 @@ "#supported" { "game" "swarm" + "game" "reactivedrop" } "Offsets" diff --git a/gamedata/sdkhooks.games/game.kz.txt b/gamedata/sdkhooks.games/game.kz.txt index 79500cc0..db4053a8 100644 --- a/gamedata/sdkhooks.games/game.kz.txt +++ b/gamedata/sdkhooks.games/game.kz.txt @@ -26,15 +26,15 @@ } "OnTakeDamage_Alive" { - "windows" "279" + "windows" "280" } "PreThink" { - "windows" "339" + "windows" "340" } "PostThink" { - "windows" "340" + "windows" "341" } "SetTransmit" { @@ -78,23 +78,23 @@ } "Weapon_CanSwitchTo" { - "windows" "273" + "windows" "274" } "Weapon_CanUse" { - "windows" "267" + "windows" "268" } "Weapon_Drop" { - "windows" "270" + "windows" "271" } "Weapon_Equip" { - "windows" "268" + "windows" "269" } "Weapon_Switch" { - "windows" "271" + "windows" "272" } } } diff --git a/gamedata/sdktools.games/game.kz.txt b/gamedata/sdktools.games/game.kz.txt index f603d9de..2a550b7c 100644 --- a/gamedata/sdktools.games/game.kz.txt +++ b/gamedata/sdktools.games/game.kz.txt @@ -18,15 +18,15 @@ { "GiveNamedItem" { - "windows" "407" + "windows" "408" } "RemovePlayerItem" { - "windows" "277" + "windows" "278" } "Weapon_GetSlot" { - "windows" "275" + "windows" "276" } "Ignite" { @@ -42,7 +42,7 @@ } "CommitSuicide" { - "windows" "446" + "windows" "447" } "GetVelocity" { @@ -62,7 +62,7 @@ } "WeaponEquip" { - "windows" "268" + "windows" "269" } "Activate" { @@ -70,11 +70,11 @@ } "PlayerRunCmd" { - "windows" "425" + "windows" "426" } "GiveAmmo" { - "windows" "259" + "windows" "260" } } @@ -93,7 +93,7 @@ "FireOutput" { "library" "server" - "windows" "\x55\x8B\xEC\x83\xE4\xC0\x81\xEC\x34\x01\x00\x00\xA1\x2A\x2A\x2A\x2A\x33\xC4\x89\x84\x24\x30\x01\x00\x00\x53\x8B\x5D\x20" + "windows" "\x55\x8B\xEC\x83\xE4\xC0\x81\xEC\x34\x01\x00\x00\xA1\x2A\x2A\x2A\x2A\x33\xC4\x89\x84\x24\x30\x01\x00\x00\x8B\xC1" } } } diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 3fb05086..d32c1649 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -64,6 +64,7 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max || StrEqual(game, "garrysmod", false) || StrEqual(game, "swarm", false) || StrEqual(game, "bms", false) + || StrEqual(game, "reactivedrop", false) || GetEngineVersion() == Engine_Insurgency) { strcopy(error, err_max, "Nextmap is incompatible with this game");