View Single Post
Mesharsky How2Kill
AlliedModders Donor
Join Date: May 2017
Location: Poland
Old 03-30-2023 , 09:06   Re: [ANY]Admin all spectate
Reply With Quote #324

Here is updated gamedata file to make plugin work correctly for CSGO

HTML Code:
"Games"
{
	"cstrike"
	{
		"Offsets"
		{
			"IsValidObserverTarget"
			{
				"windows"	"379"
				"linux"		"380"
			}
		}
	}


	"tf"
	{
		"Offsets"
		{
			"IsValidObserverTarget"
			{
				"windows"	"378"
				"linux"		"379"
			}
		}
	}
	"dod"
	{
		"Offsets"
		{
			"IsValidObserverTarget"
			{
				"windows"	"378"
				"linux"		"379"
			}
		}
	}
	"hl2mp"
	{
		"Offsets"
		{
			"IsValidObserverTarget"
			{
				"windows"	"378"
				"linux"		"379"
			}
		}
	}
	"csgo"
	{
		"Offsets"
		{
			"IsValidObserverTarget"
			{
                		"windows"    "434" 
                		"linux"        "435"
			}
		}
	}
}
Attached Files
File Type: txt allow-spec.games.txt (661 Bytes, 62 views)
__________________
If you appreciate my work you can send me a Donation

Thanks everyone for using my work!

Any requests or question please contact me on discord: Mesharsky#6565

Last edited by Mesharsky How2Kill; 03-30-2023 at 09:14.
Mesharsky How2Kill is offline