Raised This Month: $51 Target: $400
 12% 

Restrict Item


Post New Thread Reply   
 
Thread Tools Display Modes
^BuGs^
Senior Member
Join Date: May 2007
Old 06-24-2007 , 16:06   Re: [PLUGIN] Restrict Item
Reply With Quote #11

Quote:
Originally Posted by Sputnik53 View Post
Well the Readme is kinda confusing and nothing works so.
What is the alias for nightvision?
I need people for testing. If we meet up in IRC, we can do a testing a server with players. I don't have a dedicated server to test things on. Nightvision alias is: nvgs. Added the full list of valid items on the first post. You do have the hacks ext. installed right?

Last edited by ^BuGs^; 06-24-2007 at 16:18.
^BuGs^ is offline
Sputnik53
Senior Member
Join Date: Jun 2005
Old 06-25-2007 , 17:50   Re: [PLUGIN] Restrict Item
Reply With Quote #12

Quote:
Originally Posted by ^BuGs^ View Post
I need people for testing. If we meet up in IRC, we can do a testing a server with players. I don't have a dedicated server to test things on. Nightvision alias is: nvgs. Added the full list of valid items on the first post. You do have the hacks ext. installed right?
Yes I do have hacks ext. Gonna try this "nvgs" later.
Sputnik53 is offline
yester64
Senior Member
Join Date: May 2007
Old 06-26-2007 , 17:39   Re: [PLUGIN] Restrict Item
Reply With Quote #13

how could i have it in the playerconfig written that certain weapons have a restriction to 1 only?
i am not sure how to have that in the config. so that i have it permantely.
yester64 is offline
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 06-26-2007 , 19:54   Re: [PLUGIN] Restrict Item
Reply With Quote #14

How do I use this?: "sm_restrict limit" as I cannot find the syntax in the readme on use.
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
^BuGs^
Senior Member
Join Date: May 2007
Old 06-26-2007 , 21:34   Re: [PLUGIN] Restrict Item
Reply With Quote #15

Code:
sm_restrict limit awp global 2 = 2 AWP for the entire map
sm_restrict limit awp team t 4 = 4 AWP for the entire T team.
sm_restrict limit awp team t 4 save = Save's this for this team.
sm_restrict limit awp map 1 save = Save's this for this map.
sm_restrict limit awp global 0 = Makes the AWP a restricted item
sm_restrict limit awp global -1 = Makes the AWP an unrestricted item
I never been able to test this part. So I have no idea if it works. if not, post a bug report please on the bug reporting system with the "sequence" of events.
__________________
Sourcemod Plugin Author and Plugin Approver
"The correct way is MAXPLAYERS + 1"
I will not take bugs/new idea reports over the forums. Please use the issue list.
^BuGs^ is offline
^BuGs^
Senior Member
Join Date: May 2007
Old 06-26-2007 , 21:38   Re: [PLUGIN] Restrict Item
Reply With Quote #16

Quote:
Originally Posted by yester64 View Post
how could i have it in the playerconfig written that certain weapons have a restriction to 1 only?
i am not sure how to have that in the config. so that i have it permantely.
I havn't written yet. it's on the todo list.
__________________
Sourcemod Plugin Author and Plugin Approver
"The correct way is MAXPLAYERS + 1"
I will not take bugs/new idea reports over the forums. Please use the issue list.
^BuGs^ is offline
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 06-26-2007 , 21:42   Re: [PLUGIN] Restrict Item
Reply With Quote #17

Quote:
sm_restrict limit awp global 2 = 2 AWP for the entire map
sm_restrict limit awp team t 4 = 4 AWP for the entire T team.
sm_restrict limit awp team t 4 save = Save's this for this team.
sm_restrict limit awp map 1 save = Save's this for this map.
sm_restrict limit awp global 0 = Makes the AWP a restricted item
sm_restrict limit awp global -1 = Makes the AWP an unrestricted item
Can that be inserted into a config?
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
^BuGs^
Senior Member
Join Date: May 2007
Old 06-26-2007 , 21:46   Re: [PLUGIN] Restrict Item
Reply With Quote #18

I think it could.. just make sure it runs at the end. As I said, I never tested it among more than one person. If you want to tell me what server you are on we can test the restrict limit part of the script to make sure there aren't any problems. SAVE is not coded yet and be sure to remove stuff from the "=" onwards
__________________
Sourcemod Plugin Author and Plugin Approver
"The correct way is MAXPLAYERS + 1"
I will not take bugs/new idea reports over the forums. Please use the issue list.
^BuGs^ is offline
Falco
SourceMod Donor
Join Date: Dec 2004
Location: CANADA
Old 06-26-2007 , 22:26   Re: [PLUGIN] Restrict Item
Reply With Quote #19

Removed global bans cfg and put this in server.cfg for testing
Quote:
//Global Restrictions

sm_restrict limit awp team t 1
sm_restrict limit awp team ct 1
sm_restrict limit g3sg1 team t 1
sm_restrict limit sg550 team ct 1
Will be on server in 1/2hr-40mins @ 68.147.143.146:27017
__________________
[DmZ|EPSILON CSS 70.75.139.92:27016
[DmZ|EPSILON GG 70.75.167.30:27015
[DmZ|EPSILON CS:GO Classic Casual 70.75.139.92:27013
[DmZ|EPSILON CS:GO Demolition 70.75.139.92:27014
[DmZ|EPSILON BF3 69.46.43.221:25203 (8-slot) Practice Server
www.dmzepsilon.ca
----------------------
Falco is offline
benkoren
Junior Member
Join Date: Jun 2007
Old 06-26-2007 , 23:07   Re: [PLUGIN] Restrict Item
Reply With Quote #20

Please report how that testing goes to this forum - I'm very excited about that part of the plugin
benkoren is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:38.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode