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

[CSS/CS:GO] Weapon Restrict


Post New Thread Reply   
 
Thread Tools Display Modes
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-10-2012 , 18:11   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #991

@altex... remove all weapon restrict translations from ...translations/sub -folders
and restart server.
Then after add new ones back. There is no other in new versio

*edit
Was there other translations to 2.3.5 from first post ?? Separate zip file ? was

Last edited by Bacardi; 03-10-2012 at 18:21.
Bacardi is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 03-10-2012 , 18:56   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #992

You're the best! I bet this will fix the issue!
Thank you
__________________
altex is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 03-10-2012 , 19:26   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #993

Quote:
Originally Posted by altex View Post
latest build 3.0.8
i think the issue is not in "client" variable value, but in the translations VFormat syntax
i have upgraded from 2.3.5 version of this plugin to 3.0.8 yesterday
this error appeares quite often
Yea I didnt think it was a client bug but rather a corrupt plugin.

Quote:
Originally Posted by Bacardi View Post
@altex... remove all weapon restrict translations from ...translations/sub -folders
and restart server.
Then after add new ones back. There is no other in new versio

*edit
Was there other translations to 2.3.5 from first post ?? Separate zip file ? was
Heh. I guess that makes sense

Quote:
Originally Posted by altex View Post
You're the best! I bet this will fix the issue!
Thank you
If it does fix it let us know! Then ill add it to the first post.
Dr!fter is offline
PlasteR
Senior Member
Join Date: May 2011
Location: Poland
Old 03-16-2012 , 04:30   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #994

perplayerrestrict 3.0.8 no work ://

Old version 2.3.5 work good :/

In general, blocking weapons work, but it does not work the number of players ...
__________________

Last edited by PlasteR; 03-16-2012 at 04:50.
PlasteR is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 03-16-2012 , 09:28   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #995

Quote:
Originally Posted by PlasteR View Post
perplayerrestrict 3.0.8 no work ://

Old version 2.3.5 work good :/

In general, blocking weapons work, but it does not work the number of players ...
... It works fine ive been using it for awhile. Have you updated your perplayer config to the new format? Did you run sm_perplayer_debug in the server console to see what it outputs?
Dr!fter is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-16-2012 , 10:19   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #996

Quote:
Originally Posted by Dr!fter View Post
... It works fine ive been using it for awhile. Have you updated your perplayer config to the new format? Did you run sm_perplayer_debug in the server console to see what it outputs?
...and delete old ...cfg/sourcemod/weapon_restrict.cfg, changelevel so plugin generate new one automatically.
Bacardi is offline
TheAvengers2
BANNED
Join Date: Jul 2011
Old 03-16-2012 , 17:10   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #997

Wouldn't doing this be more efficient?

PHP Code:
(!GetConVarBool(PerPlayerSpecs) && (GetClientTeam(i) == CS_TEAM_NONE || GetClientTeam(i) == CS_TEAM_SPECTATOR))
->
(!
GetConVarBool(PerPlayerSpecs) && (GetClientTeam(i) <= CS_TEAM_SPECTATOR)) 
Although, I suppose it could lead to bugs later on assuming the #s were re-ordered, but I find it somewhat unlikely.


Anyways, thanks for correcting that typo. Now I can proceed with my tampering.

Last edited by TheAvengers2; 03-16-2012 at 17:19.
TheAvengers2 is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 03-16-2012 , 18:26   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #998

Quote:
Originally Posted by TheAvengers2 View Post
Wouldn't doing this be more efficient?

PHP Code:
(!GetConVarBool(PerPlayerSpecs) && (GetClientTeam(i) == CS_TEAM_NONE || GetClientTeam(i) == CS_TEAM_SPECTATOR))
->
(!
GetConVarBool(PerPlayerSpecs) && (GetClientTeam(i) <= CS_TEAM_SPECTATOR)) 
Although, I suppose it could lead to bugs later on assuming the #s were re-ordered, but I find it somewhat unlikely.


Anyways, thanks for correcting that typo. Now I can proceed with my tampering.
It would be more efficient but it wouldn't be noticeable. Plus it allows for easy changing if it does ever changes (most likely wont) as you've stated.
Dr!fter is offline
PlasteR
Senior Member
Join Date: May 2011
Location: Poland
Old 03-19-2012 , 05:09   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #999

Thank you, I have uploaded everything from 0 and work .

I have this question where the change would limit the amount showed in chat to red?
__________________
PlasteR is offline
zeroibis
Veteran Member
Join Date: Jun 2007
Old 03-19-2012 , 21:43   Re: [CSS] Weapon Restrict (3.0 is here!)
Reply With Quote #1000

I wanted to know if it was possible to update this mod so that you could restrict weapons on a player by player basis. For example you can restrict a particular item from a player until the end of the map.
__________________
zeroibis 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 16:52.


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