Raised This Month: $ Target: $400
 0% 

[CSS/CS:GO] Weapon Restrict


Post New Thread Reply   
 
Thread Tools Display Modes
asd3344
Junior Member
Join Date: May 2010
Old 10-05-2012 , 06:32   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1261

hi

i have problems with this plugin ...



I can't restrict C4 .
I can't restrict m249 in both teams ..
asd3344 is offline
SmackDaddy
Veteran Member
Join Date: Oct 2009
Old 10-06-2012 , 17:22   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1262

Is this working again for CS:GO or still needs re-coded/fixed? (Just looking to restrict the AWP on our server)

Last edited by SmackDaddy; 10-06-2012 at 17:22.
SmackDaddy is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 10-06-2012 , 20:27   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1263

I have been using this plugin for csgo and it is works nicely.
__________________
ph is offline
Gun007
Junior Member
Join Date: Oct 2012
Old 10-09-2012 , 15:12   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1264

doesn't work on flashbang
Quote:
// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Counter-Terrorists. Weapon:flashbang
// -
// Default: "-1"
sm_restrict_flashbang_ct "0"

// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Terrorists . Weapon:flashbang
// -
// Default: "-1"
sm_restrict_flashbang_t "0"
but you can still buy flashbangs
Gun007 is offline
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 10-10-2012 , 22:52   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #1265

Quote:
Originally Posted by Dr!fter View Post
As promised here is weapon restrict for CS:GO. I have not made this the official release yet due to requiring SM 1.5 (even on CS:S) Just to clarify this version works on both CS:S and CS:GO.

What you need:
SourceMod 1.5 (latest snapshot) http://www.sourcemod.net/snapshots.php
MetaMod:Source 1.9 (latest snapshot) http://sourcemm.net/snapshots
SDKHooks 2.2 (latest snapshot) http://users.alliedmods.net/~psychon.../sdkhooks/2.2/

Changes:
The config is now generated on start (it always was) but I wont include it in the zip anymore as guns differ from cs:s to cs:go. Install everything, start the server make sure weapon restrict loaded (sm plugins list). go to your <moddir>/cfg/sourcemod and edit weapon_restrict.cfg

Bugs:
There is currently no sound played on CS:GO (if anyone finds a sound that is in the game already ill add it)
Warmup on CS:GO may have issues (when i tested i had no issues)
Server keeps crashing when I use the weapon restrict mod when I trigger knives only round.
__________________
The 47 Ronin Gaming - http://www.47r-squad.com


IcEWoLF is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 10-12-2012 , 07:50   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1266

There is too many mixed reports here. I use it on 6 servers and it is fine as far as I can tell (though I dont use much besides restrict awp on player count and block auto snipers). I have had no crashes at all either so unless a lot of people start reporting issues (since this plugin has over 2,000 servers with it this should be in the 20 complaints min) But it seems its only 2 or 3 people. If i get time i might test all the problems people keep saying they have but I wont promise I will. Also if your going to report issues say the game... it does support more than one now.

Last edited by Dr!fter; 10-12-2012 at 07:51.
Dr!fter is offline
GPhoenix97
Member
Join Date: Oct 2012
Location: Poland
Old 10-15-2012 , 17:47   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1267

Hi!

I have a question. I wanna make VIP's on my server and disable for them restriction for awp's but i need to use sm_weapon_restrict_immunity "1" (VIP's of course have "a" flag). I have restricted Auto-Snipers to 0 for all teams and i wanna let it stay, but if VIP:s have "a" flag and sm_weapon_restrict_immunity is set to "1" they can buy auto-snipers. How can i prevent it in this situation?
GPhoenix97 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-16-2012 , 06:28   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1268

Quote:
Originally Posted by GPhoenix97 View Post
Hi!

I have a question. I wanna make VIP's on my server and disable for them restriction for awp's but i need to use sm_weapon_restrict_immunity "1" (VIP's of course have "a" flag). I have restricted Auto-Snipers to 0 for all teams and i wanna let it stay, but if VIP:s have "a" flag and sm_weapon_restrict_immunity is set to "1" they can buy auto-snipers. How can i prevent it in this situation?
In this topic #1 post!
Other Cvars
Spoiler

you either
override this so called admin command "sm_restrict_immunity_level" to another flag(s) from admin_overrides.cfg
or using admin_groups.cfg overrides, you "deny" from they.

here repeated https://forums.alliedmods.net/showth...13#post1791813

*edit
read it wrong, dammed

Last edited by Bacardi; 10-16-2012 at 11:43.
Bacardi is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 10-16-2012 , 08:29   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1269

Quote:
Originally Posted by GPhoenix97 View Post
Hi!

I have a question. I wanna make VIP's on my server and disable for them restriction for awp's but i need to use sm_weapon_restrict_immunity "1" (VIP's of course have "a" flag). I have restricted Auto-Snipers to 0 for all teams and i wanna let it stay, but if VIP:s have "a" flag and sm_weapon_restrict_immunity is set to "1" they can buy auto-snipers. How can i prevent it in this situation?
You cant.

Quote:
Originally Posted by Bacardi View Post
In this topic #1 post!
Other Cvars
Spoiler

you either
override this so called admin command "sm_restrict_immunity_level" to another flag(s) from admin_overrides.cfg
or using admin_groups.cfg overrides, you "deny" from they.

here repeated https://forums.alliedmods.net/showth...13#post1791813
He wants to limit what weapons you can buy with the immunity. Which isn't possible by default.
Dr!fter is offline
GPhoenix97
Member
Join Date: Oct 2012
Location: Poland
Old 10-16-2012 , 09:48   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1270

Quote:
Originally Posted by Dr!fter View Post
You cant.



He wants to limit what weapons you can buy with the immunity. Which isn't possible by default.
ok, thanks anyway
GPhoenix97 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 06:23.


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