Post: Hear all players script? I can hear All only I
08-03-2015, 07:29 PM #1
srnx
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU i was just wondering if there is a script to hear the enemy team but not let everyone else hear them. I just want to be able to hear them rage while i mess with them and not let my teammates know i'm hacking.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked srnx for this useful post:

My Ninja Defuse
08-03-2015, 10:38 PM #2
These were the only ones I could find but that would be really cool if we could do that.

    SetMatchTalkFlag( "EveryoneHearsEveryone", 1 );
SetMatchTalkFlag( "DeadChatWithDead", 1 );
SetMatchTalkFlag( "DeadChatWithTeam", 1 );
SetMatchTalkFlag( "DeadHearTeamLiving", 1 );
SetMatchTalkFlag( "DeadHearAllLiving", 1 );

The following user thanked My Ninja Defuse for this useful post:

HiddenHour
08-04-2015, 03:55 AM #3
itsSorrow
In my man cave
Originally posted by My
These were the only ones I could find but that would be really cool if we could do that.

    SetMatchTalkFlag( "EveryoneHearsEveryone", 1 );
SetMatchTalkFlag( "DeadChatWithDead", 1 );
SetMatchTalkFlag( "DeadChatWithTeam", 1 );
SetMatchTalkFlag( "DeadHearTeamLiving", 1 );
SetMatchTalkFlag( "DeadHearAllLiving", 1 );


you guys don't do research

    
hearallplayers()
{
if (self.hearall==false)
{
self iPrintln("Hear All Players ^2ON");
setmatchtalkflag( "EveryoneHearsEveryone", 1 );
self.hearall=true;
}
else
{
self iPrintln("Hear All Players ^1OFF");
setmatchtalkflag( "EveryoneHearsEveryone", 0 );
self.hearall=false;
}
}
08-04-2015, 04:59 AM #4
HiddenHour
I defeated!
Originally posted by GentleSlugger View Post
you guys don't do research

    
hearallplayers()
{
if (self.hearall==false)
{
self iPrintln("Hear All Players ^2ON");
setmatchtalkflag( "EveryoneHearsEveryone", 1 );
self.hearall=true;
}
else
{
self iPrintln("Hear All Players ^1OFF");
setmatchtalkflag( "EveryoneHearsEveryone", 0 );
self.hearall=false;
}
}


Read his post again lol
08-04-2015, 05:01 AM #5
itsSorrow
In my man cave
Originally posted by TheHiddenHour View Post
Read his post again lol


Yeah.. I realize
08-04-2015, 05:02 AM #6
HiddenHour
I defeated!
Originally posted by My
These were the only ones I could find but that would be really cool if we could do that.

    SetMatchTalkFlag( "EveryoneHearsEveryone", 1 );
SetMatchTalkFlag( "DeadChatWithDead", 1 );
SetMatchTalkFlag( "DeadChatWithTeam", 1 );
SetMatchTalkFlag( "DeadHearTeamLiving", 1 );
SetMatchTalkFlag( "DeadHearAllLiving", 1 );


    EveryoneHearsEveryone
DeadChatWithDead
DeadChatWithTeam
DeadHearTeamLiving
DeadHearAllLiving
DeadHearKiller
KillersHearVictim
08-04-2015, 07:53 AM #7
srnx
Haxor!
i want hear all just me you undrstand?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo