View Single Post
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 11-08-2011 , 23:30   Re: [CS:S] Afk Bomb (Updated 08-09-2011 v1.4.1)
Reply With Quote #73

Quote:
Originally Posted by droland View Post
The latest 2011.11.07 update is freezing with this plugin
Thanks for reporting ! Fixed.

Quote:
Originally Posted by TnTSCS View Post
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"
			}
		}
	}
}
Thanks a lot !
  • Updated wpndrop-cstrike.games.txt, since yesterday's update changed some functions' signatures. Big thanks to TnTSCS for bringing me the gamedata (didn't even have to request ). (08-11-2011)

Everyone should update gamedata file. Thanks to TnTSCS.
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work

Last edited by RedSword; 11-08-2011 at 23:34.
RedSword is offline