├── .gitattributes ├── .gitignore ├── README.md ├── gamedata └── tf2.attributes.txt └── scripting ├── include └── tf2attributes.inc ├── tf2attributes.sp └── tf2attributes_example.sp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosoop/tf2attributes/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosoop/tf2attributes/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosoop/tf2attributes/HEAD/README.md -------------------------------------------------------------------------------- /gamedata/tf2.attributes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosoop/tf2attributes/HEAD/gamedata/tf2.attributes.txt -------------------------------------------------------------------------------- /scripting/include/tf2attributes.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosoop/tf2attributes/HEAD/scripting/include/tf2attributes.inc -------------------------------------------------------------------------------- /scripting/tf2attributes.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosoop/tf2attributes/HEAD/scripting/tf2attributes.sp -------------------------------------------------------------------------------- /scripting/tf2attributes_example.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nosoop/tf2attributes/HEAD/scripting/tf2attributes_example.sp --------------------------------------------------------------------------------