that have forgoten this. It teaches players how to play, by moving them around the map, while
explaning what to do.
Credits:
Ops in #AMXmod @ Quakenet for alot of help ( + AssKicR & CheesyPeteza )
How to install:
1) Install plugin like any other (Make sure engine module is enabled )
2) Extract the waypoint files to the amxmodx/data folder
Required modules: Engine
How to use:
amx_teach <Player Name/Uniqe id>
When creating your own waypoints:
amx_makewaypoint - Creates a spawnpoint at your current location, for the team your in.
amx_checkwaypoint <waypoint number> - Moves you to this waypoint, for a couple of sec
amx_writewaypointfile - Loads waypoints from the file ( in addons/amxmodx/data/admin_teach )
amx_readwaypointfile - Saves waypoints to the file ( in addons/amxmodx/data/admin_teach )
amx_showdemo - Shows you a demo of your current waypoints (Does nto kill you when done )
FAQ)
Q) How can i create my own waypoint files?
A) Look in the data folder for "How to create my own waypoint files.txt"
Support maps in this release: cs_italy,de_aztec,de_celtic,de_dust,de_dust2, de_inferno,de_nuke,de_rats
Changelog
.zip1.0.1
- Fixed: A constant string not being used
- Fixed: A few typos (Thx to Clutch9)