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

Can you make this plugin silent please!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Leetbix
Member
Join Date: Dec 2009
Old 12-18-2009 , 04:57   Can you make this plugin silent please!
Reply With Quote #1

I just someone, Anyone!!! to make this plugin silent please please!
PHP Code:
#include <sdktools>
#include <sdktools_voice>  

new bool:mute;

public 
OnPluginStart()
{
    
LogMessage("[SM] Leetbix | 1337 Mute Terrorist System Started");
    
    
HookEvent("player_team"EventPlayerTeam);
    
HookEvent("player_spawn"EventPlayerSpawn);
    
HookEvent("round_start"EventRoundStart
}
public 
EventRoundStart(Handle:event, const String:name[], bool:dontBroadcast)
{
    
ServerCommand("sm_mute @t");
    
PrintToChatAll("[SM] Terrorists Muted For 60 Seconds");
    
CreateTimer(60.0Unmuted_Terrorists);
    
mute true;
}

public 
Action:Unmuted_Terrorists(Handle:timer)
{
    
ServerCommand("sm_unmute @t");
    
PrintToChatAll("[SM] Terrorists Have Been Unmuted");
    
mute false;
}

public 
EventPlayerTeam(Handle:event,const String:name[],bool:dontBroadcast)
{
    if (
mute == true)
    {
        new 
client GetClientOfUserId(GetEventInt(event,"userid"));
        new 
team GetEventInt(event"team");
        if (
team == 2)
        {
            
ServerCommand("sm_mute @t")
        }
    }

I don't want to change the plugin as it is perfect!, I just want someone to add a silent command so this plugin will not make any messages like [sm] Admin muted terrorists. PLEASE HELP! I only want the plugin to make messages where i wrote PrintChatToAll. Is there any command to add in the onpluginstart? i do not want to edit CFG files, just this plugin i want to modify please please please help! Is there any command?
Leetbix is offline
SilentLikeSilence
Senior Member
Join Date: Jul 2009
Old 12-18-2009 , 08:17   Re: Can you make this plugin silent please!
Reply With Quote #2

I hope it works properly:

Do not forget to add the plugininfo part!
Attached Files
File Type: sp Get Plugin or Get Source (terroristmuter.sp - 274 views - 2.0 KB)

Last edited by SilentLikeSilence; 12-18-2009 at 08:21.
SilentLikeSilence is offline
Nibbles
New Member
Join Date: Dec 2009
Old 12-19-2009 , 10:52   Re: Can you make this plugin silent please!
Reply With Quote #3

Lol Leetbix i found were you got ur plugin nice code btw
Nibbles is offline
Leetbix
Member
Join Date: Dec 2009
Old 12-20-2009 , 01:21   Re: Can you make this plugin silent please!
Reply With Quote #4

Quote:
Originally Posted by Nibbles View Post
Lol Leetbix i found were you got ur plugin nice code btw
of course, i got meng to help me a bit. But atleast i didnt copy the first script and just give it to wolf, it doesnt even work..
Leetbix 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:27.


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