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

[CSS/CS:GO] Weapon Restrict


Post New Thread Reply   
 
Thread Tools Display Modes
DoomHammer69
Senior Member
Join Date: Aug 2013
Old 06-11-2014 , 13:57   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1591

sorry for the noob question, but per player restrict file.
"PerPlayer"
{
"awp"
{
"default" "0"
"10" "2"
}
"g3sg1"
{
"default" "0"
"10" "2"
}
"scar20"
{
"default" "0"
"10" "2"

It means per team or the whole server?
__________________


DoomHammer69 is offline
Uweeda.pl
Junior Member
Join Date: Aug 2013
Old 06-12-2014 , 04:47   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1592

Good job
__________________
Uweeda.pl is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 06-17-2014 , 13:31   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1593

Does this work with CS:S DM?
https://forums.alliedmods.net/forumdisplay.php?f=77
Ejziponken is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 06-17-2014 , 13:50   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1594

Quote:
Originally Posted by DoomHammer69 View Post
sorry for the noob question, but per player restrict file.
"PerPlayer"
{
"awp"
{
"default" "0"
"10" "2"
}
"g3sg1"
{
"default" "0"
"10" "2"
}
"scar20"
{
"default" "0"
"10" "2"

It means per team or the whole server?
I would like to know that too, if its per team or in total.
Ejziponken is offline
Sopano
Member
Join Date: Sep 2013
Location: Bosna Hercek
Old 07-15-2014 , 23:25   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1595

Quote:
Originally Posted by Dr!fter View Post
Hmm i thought it was that but it isnt. What version of sm are you running (type sm_rcon "sm version" to see the version)



Im going to assume you have perplayer enabled.

Code:
sm_perplayer_restrict "0"
sm_restrict_awp_ct "-1"
sm_restrict_awp_t "-1"
That works fine for me in my awp_.cfg . If you still want the perplayer restrict (for other weapons) then do the commands in the config instead of the cvars (sm_unrestrict awp ct and sm_unrestrict awp t)
i need the peerplayer restrict becouse i need it for de_dust and other maps i have i just need for awp maps the unrestrict for awp ...

so my cfgs look like this :

perplayerrestrict.txt
Code:
"PerPlayer"
{
	"awp"
	{
		"default"		"0"
		"10"			"1"
                "18"                    "2"
	}
	"usp"
	{
		"default"		"-1"
		"18"			"0"
	}
	"flashbang"
	{
		"default"		"-1"
		"20"			"10"
	}
	"defuser"
	{
		"default"		"-1"
		"20"			"100"
	}
}
awp_.cfg
Code:
sm_allow_awp_pickup "1"
sm_allow_restricted_pickup "1"
sm_restrict_awp_ct "-1"
sm_restrict_awp_t "-1"
so how to do this .. i want ex: in de_dust when more or 10 players 1 awp per team and when awp map that awp is enabled.. this doesent works for me now
__________________
Sopano is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 07-16-2014 , 09:13   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1596

Quote:
Originally Posted by Sopano View Post
i need the peerplayer restrict becouse i need it for de_dust and other maps i have i just need for awp maps the unrestrict for awp ...

so my cfgs look like this :

perplayerrestrict.txt
Code:
"PerPlayer"
{
	"awp"
	{
		"default"		"0"
		"10"			"1"
                "18"                    "2"
	}
	"usp"
	{
		"default"		"-1"
		"18"			"0"
	}
	"flashbang"
	{
		"default"		"-1"
		"20"			"10"
	}
	"defuser"
	{
		"default"		"-1"
		"20"			"100"
	}
}
awp_.cfg
Code:
sm_allow_awp_pickup "1"
sm_allow_restricted_pickup "1"
sm_restrict_awp_ct "-1"
sm_restrict_awp_t "-1"
so how to do this .. i want ex: in de_dust when more or 10 players 1 awp per team and when awp map that awp is enabled.. this doesent works for me now
The answer is in the post you already quoted..........

Quote:
Originally Posted by Dr!fter View Post
Hmm i thought it was that but it isnt. What version of sm are you running (type sm_rcon "sm version" to see the version)



Im going to assume you have perplayer enabled.

Code:
sm_perplayer_restrict "0"
sm_restrict_awp_ct "-1"
sm_restrict_awp_t "-1"
That works fine for me in my awp_.cfg . If you still want the perplayer restrict (for other weapons) then do the commands in the config instead of the cvars (sm_unrestrict awp ct and sm_unrestrict awp t)
Dr!fter is offline
Sopano
Member
Join Date: Sep 2013
Location: Bosna Hercek
Old 07-16-2014 , 11:04   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1597

sry dident clearly look the text .. yeah did it works ^^
__________________
Sopano is offline
BM97
Junior Member
Join Date: Jul 2014
Old 07-22-2014 , 07:54   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1598

Hi !

I've problem with this plugin...

It work fine for me 80% of time: I've restricted the deagle on awp maps and it work like.. 13 rounds for example and I don't know why, the next round, some ppl have deagle... but they haven't deagle the 13 rounds before.

I don't know how to fix that.

Ty !
BM97 is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 07-23-2014 , 17:49   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1599

Players still able to buy molotov via console.

in console.

buy molotov


Can this be fixed for CS:GO
__________________

Last edited by ph; 07-23-2014 at 17:49.
ph is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 07-24-2014 , 14:23   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1600

Quote:
Originally Posted by BM97 View Post
Hi !

I've problem with this plugin...

It work fine for me 80% of time: I've restricted the deagle on awp maps and it work like.. 13 rounds for example and I don't know why, the next round, some ppl have deagle... but they haven't deagle the 13 rounds before.

I don't know how to fix that.

Ty !
That doesnt make sense at all since this doesn't even care about rounds. If i had to guess you did something dumb somewhere.

Quote:
Originally Posted by ph View Post
Players still able to buy molotov via console.

in console.

buy molotov


Can this be fixed for CS:GO
Ill look into it
Dr!fter 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 15:17.


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