Raised This Month: $ Target: $400
 0% 

[CSS/CS:GO] Weapon Restrict


Post New Thread Reply   
 
Thread Tools Display Modes
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 08-30-2010 , 09:44   Re: [CSS] Weapon Restrict
Reply With Quote #461

I might have a way to get it to work with deathmatch. Ill need to make sure it works and without any issues first. If it works ill release the new version. If not ill have to look for another way to make them work together :{
Dr!fter is offline
upss3
Junior Member
Join Date: Jun 2010
Old 08-30-2010 , 11:34   Re: [CSS] Weapon Restrict
Reply With Quote #462

Quote:
Originally Posted by YouzAMenace View Post
I might have a way to get it to work with deathmatch. Ill need to make sure it works and without any issues first. If it works ill release the new version. If not ill have to look for another way to make them work together :{
Unfortunately at present, with all corrections, it doesn't work together with DM.
It will be healthy if for you to turn out to force to work them in a place.
In advance thanks!
__________________
upss3 is offline
ThorsHammer
Junior Member
Join Date: Aug 2010
Old 08-31-2010 , 06:50   Re: [CSS] Weapon Restrict
Reply With Quote #463

I was using this mod on my server. Until recently when an update for CSS came out the pluggin worked GREAT.Sometime in the past week there was an update for steam or CS:S it casued the server to crash. I could not figure out why metamod was crashing. I deleted the server and started from scratch. I reload each mod individually and checked the stability of the server. the Only mod causing metamod to crash was this weapon restrict mod. If the pluggin was installed on the server it will not respond. as soon as I remove it, the server is fine.
Update/a how to fix this mod or even point me in another direction to get a weapon restrict mod!
Thanks,
Thor

Last edited by ThorsHammer; 08-31-2010 at 06:55.
ThorsHammer is offline
Send a message via Yahoo to ThorsHammer
karil
SourceMod Donor
Join Date: Jan 2010
Old 08-31-2010 , 08:21   Re: [CSS] Weapon Restrict
Reply With Quote #464

What am I doing wrong with creating an awp_.cfg in cstrike/addons/sourcemod/configs/restrict .

Content is at http://pastie.org/private/muns2v8r42kxjfknc2cig

but AWP on awp_ maps is still restricted? :S

Last edited by karil; 08-31-2010 at 08:27.
karil is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 08-31-2010 , 09:16   Re: [CSS] Weapon Restrict
Reply With Quote #465

Quote:
Originally Posted by ThorsHammer View Post
I was using this mod on my server. Until recently when an update for CSS came out the pluggin worked GREAT.Sometime in the past week there was an update for steam or CS:S it casued the server to crash. I could not figure out why metamod was crashing. I deleted the server and started from scratch. I reload each mod individually and checked the stability of the server. the Only mod causing metamod to crash was this weapon restrict mod. If the pluggin was installed on the server it will not respond. as soon as I remove it, the server is fine.
Update/a how to fix this mod or even point me in another direction to get a weapon restrict mod!
Thanks,
Thor
http://forums.alliedmods.net/showpos...&postcount=445

Quote:
Originally Posted by karil View Post
What am I doing wrong with creating an awp_.cfg in cstrike/addons/sourcemod/configs/restrict .

Content is at http://pastie.org/private/muns2v8r42kxjfknc2cig

but AWP on awp_ maps is still restricted? :S
Ill have a look and see if it is working or if something is wrong again
Dr!fter is offline
smithy
SourceMod Donor
Join Date: Sep 2008
Location: United Kingdom
Old 09-01-2010 , 03:53   Re: [CSS] Weapon Restrict
Reply With Quote #466

Hi thanks for keeping the plugin updated , very much appreciated , i just wondered if i could ask a quick question

When using sm_pistols could you also allow players to buy df kits and armour , as we have our server setup to run sm_pistols after 10 minutes of game play , basically so that we have 2 pistol rounds but the only thing we are missing is the ability to buy df kit and armour , is their any way this could be implemented ?

best regards

smithy
__________________

smithy is offline
Hollanda
Senior Member
Join Date: Sep 2006
Location: Netherlands
Old 09-01-2010 , 07:39   Re: [CSS] Weapon Restrict
Reply With Quote #467

Quote:
Originally Posted by ThorsHammer View Post
I was using this mod on my server. Until recently when an update for CSS came out the pluggin worked GREAT.Sometime in the past week there was an update for steam or CS:S it casued the server to crash. I could not figure out why metamod was crashing. I deleted the server and started from scratch. I reload each mod individually and checked the stability of the server. the Only mod causing metamod to crash was this weapon restrict mod. If the pluggin was installed on the server it will not respond. as soon as I remove it, the server is fine.
Update/a how to fix this mod or even point me in another direction to get a weapon restrict mod!
Thanks,
Thor
Since 26-08 update, same here...
Hollanda is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-01-2010 , 07:53   Re: [CSS] Weapon Restrict
Reply With Quote #468

Quote:
Originally Posted by Hollanda View Post
Since 26-08 update, same here...
Read previous post, if you have server OS Windows, you have to update gamedata file.
#434
__________________
Do not Private Message @me
Bacardi is offline
templetonpeck
Senior Member
Join Date: Apr 2009
Old 09-03-2010 , 05:03   Re: [CSS] Weapon Restrict
Reply With Quote #469

Hi there

Im using the last Version of this Plugin and it works great.....but only
for AWP.

I also wanted to restrict Snipers, but that doesnt work at all. I´ve tried it by this

Code:
// Restrict/Unrestrict -1 unrestricts g3sg1 for ct
// -
// Default: "-1"
sm_restrict_g3sg1_ct "1"

// Restrict/Unrestrict -1 unrestricts g3sg1 for t
// -
// Default: "-1"
sm_restrict_g3sg1_t "1"

and also by restriciting it per Player count

Code:
"AwpRestrict"
{
    "awp"
    {
        "18"        "0"
        "24"        "2"
    }
}
"sg550Restrict"
{
    "sg550"
    {
        "35"        "0"
        "36"        "2"
    }
}
"g3sg1Restrict"
{
    "g3sg1"
    {
        "35"        "0"
        "36"        "2"
    }
}

Again: It works for AWP but not for any of the other weapons.

Someone has a clue about that?
__________________
templetonpeck is offline
GrO
Veteran Member
Join Date: Jun 2010
Location: Poland
Old 09-03-2010 , 16:51   Re: [CSS] Weapon Restrict
Reply With Quote #470

You can't add other weapons to perplayerrestrict.txt. I think You can only change weapons' count in it (just READ the second post).

BTW

Regular restrictions in weapon_restrict.cfg are working for me without any problems and the whole plugin works, as it should.
__________________
GrO 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 17:34.


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