Adding AMX


Ok i will assume that you have amx installed on your server. I will be working in the cstrike folder of your server.
The first thing you need to do is get a plugin( there are several places to get these) what you will download is a .sma file.
You will see a download for the .sma file and a .amxx file. To save time later just get the .sma file.(we will be compiling manually.)
For this tut we will be installing the gravity plugin.
ok take the .sma file you just downloaded (amx_gravity.sma), and put it in cstrike/addons/amxmodx/scripting.
after you place the file here you will see an icon called (compile) see pic_1
Clicking this will run a little dos based thing. It will tell you if it was compiled ok or if there was a problem. (see pic_2)
This will create a new folder in the scripting folder called (compiled)
Open this folder and you will see a .amxx file with the name of your plugin, (admin_gravity.amxx)
Copy this file and put it in cstrike/addons/amxmodx/plugins.
(make sure to write down the exact name of the plugin. (admin_gravity.amxx)
Now go into: cstrike/addons/amxmodx/configs/plugins.
Scroll down to the bottom where it says add third party plugins here:
type in the name of your plugin (admin_gravity.amxx) see pic_3
Now to see your plugin in action start your server.
Go to the console and type amx_plugins. You will get a list of all the plugins running on your server, scroll to see yours. (see pic_4)

0 comments:

Post a Comment