View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 12-03-2020 , 17:17   Re: L4D2 - The Last Stand Update - Issues and Bugs - Mega Thread
#286

@Dragokas didn't post here so I will quote his answer about the ForceNextStage signature.

Seems broken in some plugins (left4dhooks) after 01-December-2020 update.

Quote:
Originally Posted by Dragokas View Post
Code:
/*
*  CDirector::ForceNextStage(CDirector *this)
*/
"ForceNextStage"
{
	"library"	"server"
	"linux"		"@_ZN9CDirector14ForceNextStageEv"
	"windows"	"\x8B\x2A\x88\x05\x00\x00\xE9\x85\x8D\x01\x00"
	/* 8B ? 88 05 00 00 E9 85 8D 01 00 */
	/* Search "ForceNextStage" call below of XRef */
}
The function is too short. It can become broken again with any update.
__________________

Last edited by Marttt; 12-03-2020 at 17:18.
Marttt is offline