
Posts
2,789
Respect
274Add +1
Forum Rank
King of the Zombies
Primary Group
Community Daedra
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!players[i] waittill_any( "death", "fake_death", "disconnect" );
players[i] waittill_any( "death", "disconnect" );
players_disableflamescreen()
{
// fix for Redspace200's flame HUD reset function
first_pass = true;
while(1)
{
players = getPlayers();
for(i=0;i<players.size;i++)
{
if(first_pass == true)
{
first_pass = false;
players[i] setClientDvar("r_flamefx_enable", 0);
}
if(first_pass == false)
{
players[i] waittill_any( "death", "fake_death", "disconnect" );
players[i] setClientDvar("r_flamefx_enable", 0);
}
}
wait(.01);
}
}
players_disableflamescreen()
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
![]() | |
![]() | |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |
seta r_flamefx_enable 0