View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 11-08-2011 , 22:30   Re: [CS:S] Afk Bomb (Updated 08-09-2011 v1.4.1)
Reply With Quote #72

new gamedata update for the CSWeaponDrop signature... changed highlighted in red below and txt file attached!

Code:
"Games"
{
	"cstrike"
	{
		"Signatures"
		{
			"CSWeaponDrop"
			{
				"library"	"server"
				"windows"	"\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\x89\x8D\x2A\x2A\x2A\x2A\xC6\x2A\x2A\x00\x8B\x8D\x2A\x2A\x2A\x2A\xE8"
				"linux"		"@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
				"mac"		"@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatWeaponbb"
			}
		}
	}
}
Attached Files
File Type: txt wpndrop-cstrike.games.txt (370 Bytes, 145 views)

Last edited by TnTSCS; 11-08-2011 at 22:34.
TnTSCS is offline