dataviruset / sm-hosties

The ultimate jailbreak plugin for SourceMod
https://forums.alliedmods.net/forumdisplay.php?f=155
GNU General Public License v3.0
29 stars 27 forks source link

Fix for S4S, M4M CS:GO Bug Caused by Valve #28

Closed data-bomb closed 8 years ago

data-bomb commented 8 years ago

Valve changed the weaponfire event string "weapon" to contain "weapon" in the string unlike CS:S where it was omitted. This caused a break for S4S and M4M LRs. A switch to StrContains and a game based check were added as a solution.