How do I turn or activate my Killing Spree File and Firstblood. I checked in my server files and they show there on, but we dont see or hear them in the gameplay.
I was checking my hlguard files and It says"To comment the ones out I dont wont it to check for." How do I comment them out?
Last, I want to restrict shields permantly, without having to do it each map. How?
Thanks, I am sure these wont be the last questions I have.
S|A
Questions
-
- New to forums
- Posts: 14
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu May 26, 2005 8:20 pm
You might need to upload the statsme sound pack to your server.
http://prdownloads.sourceforge.net/stat ... p?download
To comment stuff in HLGuard, put // infront of that line.
To restrict shields:
For amxmodx put these two commands in amxx.cfg
http://prdownloads.sourceforge.net/stat ... p?download
To comment stuff in HLGuard, put // infront of that line.
To restrict shields:
For amxmodx put these two commands in amxx.cfg
- amx_restrict on shield
amx_restrict save
- admin_restrict shield
- exec addons/adminmod/config/adminmod.cfg
Make sure you have the restmenu plugin for amxmodx enabled before restricting using amxmodx
go to addons/amxmodx/configs/plugins.ini
scroll down to restmenu.amxx and remove a ; from in front if there is one, its disabled by default
as for adminmod, make sure you have the # removed from in front of addons/adminmod/scripts/plugin_CS.amx in addons/adminmod/config/plugin.ini
you can do all these simple edits using file manger on control panel
go to addons/amxmodx/configs/plugins.ini
scroll down to restmenu.amxx and remove a ; from in front if there is one, its disabled by default
as for adminmod, make sure you have the # removed from in front of addons/adminmod/scripts/plugin_CS.amx in addons/adminmod/config/plugin.ini
you can do all these simple edits using file manger on control panel
-Nick