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

[CS:GO] Server Crash with Zeus #73

Closed data-bomb closed 7 years ago

data-bomb commented 7 years ago

https://forums.alliedmods.net/showthread.php?t=298446

Appears as if Zeus is still present after the call to StripAllWeapons

https://github.com/dataviruset/sm-hosties/blob/master/addons/sourcemod/scripting/include/hosties.inc#L71 So one way to fix this is to fix StripAllWeapons to remove the Zeus.

Another possibility is to modify the SDK Hook for deciding weapon usage to stop anything but the knife and Shot4Shot weapons to be used during the LR. https://github.com/dataviruset/sm-hosties/blob/master/addons/sourcemod/scripting/hosties/lastrequest.sp#L2020

Bara commented 7 years ago

I'll take a look in the next days if ive time.

Bara commented 7 years ago

Should be fixed with this pr for the beta branch: https://github.com/dataviruset/sm-hosties/pull/74

data-bomb commented 7 years ago

Fixed ( #74 )