mirror of
https://github.com/fortressforever/tfc-reference-data.git
synced 2024-11-24 04:41:41 +00:00
.. | ||
README.md | ||
test_botcontrol.sma | ||
test_damage.sma | ||
test_gren.sma | ||
test_restock.sma | ||
test_rpg.sma | ||
test_speedometer.sma | ||
test_velocity.sma |
Compiling
- Download AMX Mod X and follow Compiling Plugins (AMX Mod X) or use the web compiler
Installing
- Install AMX Mod X (and the Team Fortress Classic Addon)
- Copy the compiled .amxx plugins into the
tfc/addons/amxmodx/plugins
directory - Edit
tfc/addons/amxmodx/configs/plugins.ini
and add the names of each of the plugins to the bottom of the file (e.g.test_damage.amxx
)