Quote:
Originally Posted by ConnorMcLeod
You can :
- Open restmenu.sma
- Uncomment line 36 so it looks like this :
PHP Code:
// Uncomment if you want to have seperate settings for each map #define MAPSETTINGS
- Recompile plugin
- Upload it on server's ftp + change map.
Now you can save restriction according to current map.
If you want to set a permanent restriction, use amx_restrict command in amxx.cfg (and/or in maps prefix cfg files).
You can also :
Don't edit restmenu.sma
Put in specific map cfg files amxmodx/configs/maps/de_dust2.cfg for example :
amx_restrict "flash sgren hegren"
|
Thanks for your reply Connor, actually I failed to mention that the server is using jCTF plugin which has a custom buy menu and hence the restrict weapons plugin of amxmodx doesn't work with it.