Raised This Month: $12 Target: $400
 3% 

CS:GO New update 04/30/2019 - Need Update Signatures


Post New Thread Reply   
 
Thread Tools Display Modes
inlovecs
Member
Join Date: Dec 2012
Old 05-01-2019 , 05:31   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #11

Same thing on sm 1.10 with that update : CS:GO CSWeaponDrop Signature

L 05/01/2019 - 1200: [CSTRIKE] Invalid detour address passed - Disabling detour to prevent crashes
L 05/01/2019 - 1200: [CSTRIKE] CSWeaponDrop detour could not be initialized - Disabled OnCSWeaponDrop forward
__________________

inlovecs is offline
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
ateszhun95
Senior Member
Join Date: Apr 2014
Location: Hungary
Old 05-01-2019 , 08:42   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #13

Quote:
Originally Posted by simpson0141 View Post
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
Thank you so much! It worked ^^
__________________
ateszhun95 is offline
MaZa
BANNED
Join Date: Mar 2018
Old 05-01-2019 , 09:21   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #14

new work
"linux" "\x2A\x2A\x2A\x2A\x2A\x2A\xEC\x70\x8B\x5D\x08 \x0F\xB6\x75\x10"
MaZa is offline
Zeddy_god
Senior Member
Join Date: May 2015
Location: Mumbai, India
Old 05-01-2019 , 15:00   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #15

Latest sourcemod dont work. Hope they release fixed version soon, I can't recompile plugin for all servers.
__________________
Zeddy_god is offline
shmidtelson
Junior Member
Join Date: May 2014
Old 05-01-2019 , 16:02   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #16

Quote:
Originally Posted by ateszhun95 View Post
Thank you so much! It worked ^^
All right.
How fix this problem?

Code:
L 05/01/2019 - 22:41:42: [SM] Call stack trace:
L 05/01/2019 - 22:41:42: [SM]   [0] CS_SetClientClanTag
L 05/01/2019 - 22:41:42: [SM]   [1] Line 64, levelsranks_tag.sp::CHANGECLANTAGNAME
L 05/01/2019 - 22:41:42: [SM]   [2] Line 73, levelsranks_tag.sp::PlayerSpawn
L 05/01/2019 - 22:42:04: [SM] Exception reported: Failed to lookup SetClanTag signature.
L 05/01/2019 - 22:42:04: [SM] Blaming: levelsranks_tag.smx
Sorry. I fixed it.
Add to gamedata > game.csgo.txt
Code:
			"SetClanTag"
			{
				"library"	"server"
				"windows"	"\x55\x8B\xEC\x8B\x55\x08\x85\xD2\x74\x2A\x8D\x81\x2A\x2A\x2A\x2A\x56\x8D\x70\x0F\x3B\xC6\x73\x2A\x2B\xD0\x66\x0F\x2A\x2A\x2A\x2A\x8A\x0C\x02"
				"linux"		"\x55\x89\xE5\x83\xEC\x18\x8B\x45\x0C\x85\xC0\x74\x2A\x89\x44\x24\x04\x8B\x45\x08\xC7\x44\x24\x08\x10\x00\x00\x00"
                         }

Last edited by shmidtelson; 05-01-2019 at 16:11. Reason: update
shmidtelson is offline
PerfectLaugh
Junior Member
Join Date: Oct 2014
Old 05-01-2019 , 16:10   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #17

Quote:
Originally Posted by shmidtelson View Post
All right.
How fix this problem?

Code:
L 05/01/2019 - 22:41:42: [SM] Call stack trace:
L 05/01/2019 - 22:41:42: [SM]   [0] CS_SetClientClanTag
L 05/01/2019 - 22:41:42: [SM]   [1] Line 64, levelsranks_tag.sp::CHANGECLANTAGNAME
L 05/01/2019 - 22:41:42: [SM]   [2] Line 73, levelsranks_tag.sp::PlayerSpawn
L 05/01/2019 - 22:42:04: [SM] Exception reported: Failed to lookup SetClanTag signature.
L 05/01/2019 - 22:42:04: [SM] Blaming: levelsranks_tag.smx
You probably have the extension of css version. change it to csgo.

Update:
Interesting... I saw 1.10 doesn't even use SetClanTag signature in csgo

Last edited by PerfectLaugh; 05-01-2019 at 16:23. Reason: update too
PerfectLaugh is offline
Spyrek
Senior Member
Join Date: Jun 2009
Old 05-03-2019 , 10:35   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #18

Sourcemod gamedata autoupdater replaces gamedata files with old values(CSWeaponDropBB signature).
Spyrek is offline
psychonic

BAFFLED
Join Date: May 2008
Old 05-04-2019 , 08:39   Re: CS:GO New update 04/30/2019 - Need Update Signatures
Reply With Quote #19

Quote:
Originally Posted by Spyrek View Post
Sourcemod gamedata autoupdater replaces gamedata files with old values(CSWeaponDropBB signature).
No one updated the updater for the 1.9 branch after the updated gamedata was pushed there. I've updated it now.
psychonic is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode