View Single Post
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 11-21-2009 , 16:12   Re: CTFPlayer Offset List (Team Fortress 2)
Reply With Quote #2

Code:
"Games"
{
    "tf"
    {
        "Offsets"
        {
            "GiveNamedItem"
            {
                "windows"    "421"
                "linux"      "427"
            }
            "WeaponEquip"
            {
                "windows"    "235"
                "linux"      "236"
            }
        }
    }
}
Tested them out on both Windows and Linux and they seem to be working.
bl4nk is offline