View Single Post
DarthMan
Veteran Member
Join Date: Aug 2011
Old 08-01-2019 , 17:05   Re: KreedZ: Spawns Fix
Reply With Quote #22

Quote:
Originally Posted by WhiteFang1319 View Post
Yeah, I meant ReGameDLL as I use them both.



I'll try it them thanks.
Code:
{
	"name": "EntSelectSpawnPoint",
	"library": "mod",
	"arguments":
	[
		{
			"type": "CBasePlayer *"
		}
	],
	"return":
	{
		"type": "edict_s *"
	},
	"identifiers":
	[
		{
			"os": "windows",
			"mod": "cstrike",
			"value": [0x55,0x8B,"*",0x51,0x56,0x57,0x8B,"*",0x8B,"*","*","*","*","*",0x8B,"*"]
		},
		{
			"os": "linux",
			"mod": "cstrike",
			"value": "_ZN11CBasePlayer19EntSelectSpawnPointEv"
		}
	]
}
Windows signature made by me is for the latest regamedll_CS.
Notice that unlike the Valve gamedll, it's CBasePlayer and not CBaseEntity.

Last edited by DarthMan; 08-01-2019 at 17:06.
DarthMan is offline