sourcemod/gamedata/sm-tf2.games.txt
David Anderson 227a604ab1 removed gamedata definitions the tf2 extension does not use
--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402216
2008-05-29 04:07:55 +00:00

29 lines
499 B
Plaintext

"Games"
{
"tf"
{
"Signatures"
{
"RemoveDisguise"
{
"library" "server"
"windows" "\x51\x56\x8B\xF1\x8B\x46\x08\x57\x8D\x7E\x08\x8D\x4C\x24\x08\x83\xE0\xF7"
"linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
}
"Disguise"
{
"library" "server"
"windows" "\x56\x8B\xF1\x8B\x4E\x7C\xE8"
"linux" "@_ZN15CTFPlayerShared8DisguiseEii"
}
}
"Offsets"
{
"ForceRespawn"
{
"windows" "280"
"linux" "281"
}
}
}
}