View Single Post
simpson0141
Member
Join Date: Sep 2017
Location: South Korea
Old 05-01-2019 , 08:09   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #12

if you are using the ZR plugin:

1. open the sourcemod - zr - weapons - weapons.inc
2. find stock WeaponsForceClientDrop(client, weapon) and change CS_DropWeapon(client, weapon, true, false); to SDKHooks_DropWeapon(client, weapon);
3. recompile zombiereloaded and test it

if you are using CS_DropWeapon in other plugins, change to SDKHooks_DropWeapon
and if you have a plugin that uses CS_OnCSWeapon, unload it. (until a new sm build comes out)

i changed my signature, but my server kept crashing and I solved it this way
thanks to shufen for giving us the information
sorry my bad english

Last edited by simpson0141; 05-01-2019 at 08:22.
simpson0141 is offline