Raised This Month: $32 Target: $400
 8% 

[CS:S] Block Radio [2.0.2]


Post New Thread Reply   
 
Thread Tools Display Modes
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 06-22-2012 , 06:31   Re: [CSS] Block Radio [1.9.0] [22/06/2012]
Reply With Quote #21

1.9.0 -
+ Spanish translations added.
* Fixed a console spamming each server startup.
__________________
retired
shavit is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 10-08-2012 , 19:56   Re: [CSS] Block Radio [1.9.0] [22/06/2012]
Reply With Quote #22

Hi,

Can you make one for CSGO?
__________________
PresidentEvil is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-08-2012 , 20:52   Re: [CSS] Block Radio [1.9.0] [22/06/2012]
Reply With Quote #23

Quote:
Originally Posted by PresidentEvil View Post
Hi,

Can you make one for CSGO?
Give me the CS:GO radio commands. (Not the radio1, radio2, radio3. Like "coverme" "aharai" "niceone" [Dunno if all of these are real, heard them in the beta version of csgo])
__________________
retired
shavit is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 10-08-2012 , 21:15   Re: [CSS] Block Radio [1.8]
Reply With Quote #24

Quote:
Originally Posted by Enkore View Post
GJ Shavit, proffesional coded plugin.
What?
I don't even know what's going on in this plugin...

PHP Code:
if (gH_Nade)
    {
        
SetConVarInt(gH_Ignorenade1);
    }
    else
    {
        
SetConVarInt(gH_Ignorenade0);
    } 
Handles aren't Boolean values. You've done something like that multiple times.
What is the purpose of this plugin? All this plugin is doing is setting sv_ignoregrenaderadio.
Only "additional" feature is a warning printed when clients try to throw a nade saying blocked, which is rather annoying than helpful.
(I also understand that the last update was quite a while ago, these are just suggestions)
__________________
Need help? PM me or add me on Steam.
My Steam




Quote:
Originally Posted by Rp.KryptoNite View Post
For some reason his Plugin never worked for me ,
@credits were added
im not stealing any plugins dude its my THING

Last edited by minimoney1; 10-08-2012 at 21:15.
minimoney1 is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 10-08-2012 , 21:24   Re: [CSS] Block Radio [1.9.0] [22/06/2012]
Reply With Quote #25

Quote:
Originally Posted by shavit View Post
The plugin is easy to write, Ive searched one and didn't found so I wrote that.
this

+

Quote:
Originally Posted by vertexshader View Post
Since last update to CSS it is now possible to silence nades server-side.
Just type in your srcds console or add to autoexec.cfg the command .
Quote:
sv_ignoregrenaderadio 1
?
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work

Last edited by RedSword; 10-08-2012 at 21:25.
RedSword is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-08-2012 , 22:13   Re: [CSS] Block Radio [1.8]
Reply With Quote #26

Quote:
Originally Posted by minimoney1 View Post
What?
I don't even know what's going on in this plugin...

PHP Code:
if (gH_Nade)
    {
        
SetConVarInt(gH_Ignorenade1);
    }
    else
    {
        
SetConVarInt(gH_Ignorenade0);
    } 
Handles aren't Boolean values. You've done something like that multiple times.
What is the purpose of this plugin? All this plugin is doing is setting sv_ignoregrenaderadio.
Only "additional" feature is a warning printed when clients try to throw a nade saying blocked, which is rather annoying than helpful.
(I also understand that the last update was quite a while ago, these are just suggestions)
Going to fix that when I'll have time.
__________________
retired
shavit is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 10-08-2012 , 23:21   Re: [CSS] Block Radio [1.9.0] [22/06/2012]
Reply With Quote #27

Quote:
Originally Posted by minimoney1 View Post
What?
I don't even know what's going on in this plugin...
Fixed

PHP Code:
if (gH_Nade)
    {
        
SetConVarInt(gH_Ignorenade1);
    }
    else
    {
        
SetConVarInt(gH_Ignorenade0);
    } 
Handles aren't Boolean values. You've done something like that multiple times.
What is the purpose of this plugin? All this plugin is doing is setting sv_ignoregrenaderadio.
Only "additional" feature is a warning printed when clients try to throw a nade saying blocked, which is rather annoying than helpful.
(I also understand that the last update was quite a while ago, these are just suggestions)
Quote:
2.0.0 -
Fixed cvars did nothing.
Optimizations.
Made the commands in a loop, shorter code
Change a capital letter to an normal letter in the English phrase
Also, it does block the voice radio, not only the grenade.
Quote:
Originally Posted by RedSword View Post
this

+



?
I think mine's better, anti-spams can be bypassed.
__________________
retired

Last edited by shavit; 10-08-2012 at 23:23.
shavit is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 10-08-2012 , 23:39   Re: [CSS] Block Radio [1.9.0] [22/06/2012]
Reply With Quote #28

Quote:
Originally Posted by shavit View Post
I think mine's better, anti-spams can be bypassed.
After having read his code, sm_radio_spam_block_all should indeed block the radio commands... Where do you see in his plugin that it can be bypassed ? Plus his plugin has a time restriction, which looks like a plus.
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work
RedSword is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 10-08-2012 , 23:41   Re: [CSS] Block Radio [1.9.0] [22/06/2012]
Reply With Quote #29

Quote:
Originally Posted by shavit View Post
Also, it does block the voice radio, not only the grenade.
So does sv_ignoregrenaderadio.

Quote:
Originally Posted by shavit View Post
I think mine's better, anti-spams can be bypassed.
Don't think you're getting it...
Code:
sm_radio_spam_block_all
EDIT: Ninja'd
__________________
Need help? PM me or add me on Steam.
My Steam




Quote:
Originally Posted by Rp.KryptoNite View Post
For some reason his Plugin never worked for me ,
@credits were added
im not stealing any plugins dude its my THING

Last edited by minimoney1; 10-08-2012 at 23:41. Reason: Ninja'd
minimoney1 is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 10-08-2012 , 23:57   Re: [CSS] Block Radio [1.9.0] [22/06/2012]
Reply With Quote #30

Quote:
Originally Posted by shavit View Post
Give me the CS:GO radio commands. (Not the radio1, radio2, radio3. Like "coverme" "aharai" "niceone" [Dunno if all of these are real, heard them in the beta version of csgo])
from: http://csgoreplays.com/129-cs-go-new...-commands.html

Pressing the 'Z' key now provides:

"GO"
"Fall Back"
"Stick Together Team"
"Hold This Position"
"Follow Me"

Pressing the 'X' key now provides:

"Affirmative / Roger"
"Negative"
"Cheer!"
"Compliment"
"Thanks"

Pressing the 'C' key now provides:

"Enemy Spotted"
"Need Backup"
"You Take The Point"
"Hold This Position"
"Sector Clear"
"I'm In Position"

I just checked CSGO and these are all accurate


Quote:
Originally Posted by minimoney1 View Post
So does sv_ignoregrenaderadio.


Don't think you're getting it...
Code:
sm_radio_spam_block_all
EDIT: Ninja'd
when you say "spam" im guessing it only blocks the "spam" of radio messages, I want them gone completely, which only this plugin does so far
__________________

Last edited by PresidentEvil; 10-08-2012 at 23:58.
PresidentEvil is offline
Reply


Thread Tools
Display Modes

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:51.


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