
How do i add a plugin on 1.6cs
-
- A semi-regular
- Posts: 22
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Wed Nov 30, 2005 8:20 pm
-
- This is my homepage
- Posts: 99
- Joined: Tue Feb 22, 2005 9:54 am
- Location: Straight out of City17
- Contact:
http://www.amxmodx.orgMatt wrote:Do u know a good web site where i can get amxmod x plugins?
I would check out the forums, lots of plugins there. Use the search feature if you know the name of the plugin you are looking for.
-Nick
Good job, you did the first step.Matt wrote:Ok say i got the invis.amxx plugin, i put it in my amxmodx/plugins folder but then what im comfused
Now you need to edit the addons/amxmodx/configs/plugins.ini file by using file manager and add invis.amxx at the very bottom of the file where it says custom plugins. It should be on its own line. After that file is saved, change maps/restart server and the plugin should be running. To check, do rcon amxx plugins and should see it running. If it has some error, it probably will tell you why, such as a module not enabled. That plugin uses the engine module so you need to enable that in the addons/amxmodx/configs/modules.ini by removing the ; in front of engine_amxx.dll.
If you need further help, I suggest going onto livechat so we can look at your individual server.
-Nick