Post: Hear all players script?
01-07-2015, 08:56 AM #1
RiggsDiggs
Can’t trickshot me!
(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({});
01-07-2015, 05:45 PM #2
Here you go mate:


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

The following user thanked Vioku for this useful post:

RiggsDiggs
01-07-2015, 07:32 PM #3
RiggsDiggs
Can’t trickshot me!
Originally posted by viokutje View Post
Here you go mate:


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


Thanks Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo