Hey this guide is for people that want to instal plugin to their server and they don't know how
When I say plugin I'm talking about the basic one, like if the terro die and the bomb dropped the ct can go defuse it and the ct's win the round ( I love this plugin .. game goes more fast )
Well so first you need to go to a website where you can get plugin for
cs
Try to find plugin that work on AMX mod X ( if you have it )
Ok so If the website gave you a .sma file then put it in this document:
C:\HLServer\cstrike\addons\amxmodx\scripting and double click on
Compile.exe ( You should have this folder with the application if you have AMX mod X installed If not and you want it go
here
Then after Compile.exe ended you should find your .amxx file in
C:\HLServer\cstrike\addons\amxmodx\scripting\compi led If your file isn't there it's because the .sma file doesn't work with amx mod x.
After this is complet, take your .amxx file and put it in
C:\HLServer\cstrike\addons\amxmodx\plugins
It's not all, now you have to active it for you server. Go to
C:\HLServer\cstrike\addons\amxmodx\configs and open
plugins.ini with notepad or bloc note
Scroll down and under
Code:
; Custom - Add 3rd party plugins here
Write the complet name of the file you put in
C:\HLServer\cstrike\addons\amxmodx\plugins
should be like (thename).amxx
Reload your server and it should work
Good luck