I want to restrict weapons, how do I?

Post Reply
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

I want to restrict weapons, how do I?

Post by Nick|NFo »

If you have full admin rights in-game, type these commands at the console:

amx_restrict on weapon
amx_restrict save

For instance, to disable the shield, I might use "amx_restrict on shield" followed by "amx_restrict save". To disable the awp, I would replace the word "shield" with "awp". The abbreviations are the standard weapon abbreviations used by Half-life. (To un-restrict a weapon, use "amx_restrict off weapon".)

You can also place these commands into the server.cfg or the amxx.cfg to ensure that its permanent.
-Nick
Post Reply