Post: GSC disable Killfeed
08-10-2016, 08:26 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi i want to know is a script for desactivate the killfeed is released or if it's not on the game.
If u have this script i can add u in the credit of my menu Smile
Big thx for all reading this post Happy
08-10-2016, 08:33 PM #2
xSynthmodz
Do a barrel roll!
Originally posted by dex View Post
Hi i want to know is a script for desactivate the killfeed is released or if it's not on the game.
If u have this script i can add u in the credit of my menu Smile
Big thx for all reading this post Happy


havent seen it from what i recall, look through some mod menu sources maybe

The following user thanked xSynthmodz for this useful post:

fm_pwnd_dex
08-11-2016, 03:10 AM #3
Originally posted by dex View Post
Hi i want to know is a script for desactivate the killfeed is released or if it's not on the game.
If u have this script i can add u in the credit of my menu Smile
Big thx for all reading this post Happy


Testing and its working here

    DisableTheKillfeed()
{
if( self.KillFeedD == 0 )
{
self iprintln( "^2Kill Feed Now ^5[Disabled]" );
self.KillFeedD = 1;
setDvar("con_gameMsgWindow0MsgTime", "0");
setDvar("con_gameMsgWindow0LineCount", "0");
}
else
{
self iprintln( "^2Kill Feed Now ^5[Re-Enabled]" );
setDvar("con_gameMsgWindow0MsgTime", "4");
setDvar("con_gameMsgWindow0LineCount", "3");
self.KillFeedD = 0;
}

}
Last edited by TheNiceUb3r ; 08-11-2016 at 03:36 AM.

The following user thanked TheNiceUb3r for this useful post:

fm_pwnd_dex
08-11-2016, 03:59 AM #4
Originally posted by TheNiceUb3r View Post
Testing and its working here

    DisableTheKillfeed()
{
if( self.KillFeedD == 0 )
{
self iprintln( "^2Kill Feed Now ^5[Disabled]" );
self.KillFeedD = 1;
setDvar("con_gameMsgWindow0MsgTime", "0");
setDvar("con_gameMsgWindow0LineCount", "0");
}
else
{
self iprintln( "^2Kill Feed Now ^5[Re-Enabled]" );
setDvar("con_gameMsgWindow0MsgTime", "4");
setDvar("con_gameMsgWindow0LineCount", "3");
self.KillFeedD = 0;
}

}


Thx man i will try this in 10 mins
08-11-2016, 09:28 PM #5
Its work perfectly thx
08-12-2016, 04:25 AM #6
itsSorrow
In my man cave
Originally posted by TheNiceUb3r View Post
Testing and its working here

    DisableTheKillfeed()
{
if( self.KillFeedD == 0 )
{
self iprintln( "^2Kill Feed Now ^5[Disabled]" );
self.KillFeedD = 1;
setDvar("con_gameMsgWindow0MsgTime", "0");
setDvar("con_gameMsgWindow0LineCount", "0");
}
else
{
self iprintln( "^2Kill Feed Now ^5[Re-Enabled]" );
setDvar("con_gameMsgWindow0MsgTime", "4");
setDvar("con_gameMsgWindow0LineCount", "3");
self.KillFeedD = 0;
}

}


l33t hax0r
05-25-2017, 02:51 PM #7
Hackusater
Save Point
Is there a way to disable everyone's kill feed?
05-26-2017, 12:10 AM #8
Russty
Save Point
Originally posted by Hackusater View Post
Is there a way to disable everyone's kill feed?


I believe dvars' take effect on the host only, so using dvars ( The code posted above ) doubt it.
However i'm sure it can be done another way, I don't know how though.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo