Restricting items

Post Reply
boyle_heights
A regular
A regular
Posts: 46
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Dec 03, 2002 5:31 pm
Contact:

Restricting items

Post by boyle_heights »

I want to restrict the shield from our server. Where to do I put the restriction so that I don't have to create a cfg file for each map.

Thanks.
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

If your using amx you need to download a plugin that enables you to restrict the shield. As far as restricting it all the time Im really not that sure. If you use adminmod I think you just type admin_restrict shield or admin_restrict 8 8 .
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
boyle_heights
A regular
A regular
Posts: 46
Joined: Tue Dec 03, 2002 5:31 pm
Contact:

Post by boyle_heights »

I am using adminmod. I am hoping i can place it in a file so that I don't have to create cfg files for each map and don't have to manually restrict during the game.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

here try this

make one cfg called shield.cfg

place this in the main directory, with the command

Code: Select all

admin_restrictweapon 8 8
in it. In the bottom of server.cfg, by the exec adminmod part, put the exec shield.cfg

Try that out, let me know how that works.

Adminmod is still buggy with 1.6, as well is AMX. Best bet is to bear it out for a bit, then make some changes and/or use a plugin.
Vm|Mayhem
This is my homepage
This is my homepage
Posts: 105
Joined: Sun Oct 13, 2002 11:12 pm
Location: Ca.
Contact:

Post by Vm|Mayhem »

admin_restrictweapon 8 8 wasn't workng for me. People were still able to buy shields. I think adminmod needs to update. I downloaded the Admin-Mod v2.50.57-beta still no luck.
User avatar
Edge100x
Founder
Founder
Posts: 12962
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Restricting items in 1.6 is difficult because there are additional commands to purchase the items, and not just the menus. As you said, it will require an update of the plugin.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

ya you can buy via alias and buy via number :/

tried blocking them both

time to wait for new plugins and updates on both AM and AMX
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

There is a plugin on the amx forum that will do it. When I get home from working I will go get it and make a post about it with a download link. I'll even test executing a config file to see if that works.
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

Get the plugin to disable items in 1.6 by clicking the following link

http://rentalforums.nuclearfallout.net/ ... =2946#2946
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
Post Reply