############################
### Warcraft3 AMX Plugin ###
############################

####
###
### * Installation
### Setup
### Description of the plugin
###
####

## Installation of WC3 MOD :
----------------------------
To run this plugin you NEED:
- Latest version of Metamod installed and working (www.metamod.org)
- Latest version of AMXX installed and working (www.amxmodx.org)
- The CSTRIKE package for AMXX. (www.amxmodx.org)

## How to install the actual plugin:
------------------------------------
First, upload all files from this ZIPFILE to your server/cstrike/ folder. Make sure
that the sound and sprite folders get uploaded.

Open the file server\cstrike\addons\amxmodx\configs\plugins.ini
Add at the bottom:  warcraft3.amxx

Open the file server\cstrike\addons\amxmodx\configs\modules.ini
Make sure that the ; in front of the Engine, Fun, and Cstrike modules are removed.
If you want to use MySQL to save player information, make sure the MySQL module is also available.

The default configuration for WC3 is short term. If you want to change this,
go to the server\cstrike\addons\amxmodx\scripting folder and open warcraft3.cfg

You can find further information on configuring and compile WC3 here:
http://wc3mods.net/forums/viewtopic.php?t=96

## Problems / Troubleshooting
-----------------------------
Our official web forums are located here if you have any issues:
http://wc3mods.net/forums/index.php?c=6

