Post: Whats The dvar for the Blinking name in scoreboard?
01-08-2011, 03:57 PM #1
iP4Y
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); in the new video of DEREK i saw when you press select you see the name flashing different colors i was wondering how he did that as i tried but failed at it Winky Winky

thanks
(adsbygoogle = window.adsbygoogle || []).push({});
01-08-2011, 06:57 PM #2
regilex
Do a barrel roll!
Originally posted by lMarco666l View Post
in the new video of DEREK i saw when you press select you see the name flashing different colors i was wondering how he did that as i tried but failed at it Winky Winky

thanks


    pimp() {
while (1) {
self setClientDvar("cg_ScoresPing_LowColor", "1 0 0 1");
self setClientDvar("cg_ScoresPing_HighColor", "1 0 0 1");
self setClientDvar("ui_playerPartyColor", "1 0 0 1");
self setClientDvar("cg_scoreboardMyColor", "1 0 0 1");
wait 0.05;
self setClientDvar("cg_ScoresPing_LowColor", "1 1 0 1");
self setClientDvar("cg_ScoresPing_HighColor", "1 1 0 1");
self setClientDvar("ui_playerPartyColor", "1 1 0 1");
self setClientDvar("cg_scoreboardMyColor", "1 1 0 1");
wait 0.05;
self setClientDvar("cg_ScoresPing_LowColor", "1 0 1 1");
self setClientDvar("cg_ScoresPing_HighColor", "1 0 1 1");
self setClientDvar("ui_playerPartyColor", "1 0 1 1");
self setClientDvar("cg_scoreboardMyColor", "1 0 1 1");
wait 0.05;
self setClientDvar("cg_ScoresPing_LowColor", "0 0 1 1");
self setClientDvar("cg_ScoresPing_HighColor", "0 0 1 1");
self setClientDvar("ui_playerPartyColor", "0 0 1 1");
self setClientDvar("cg_scoreboardMyColor", "0 0 1 1");
wait 0.05;
self setClientDvar("cg_ScoresPing_LowColor", "0 1 1 1");
self setClientDvar("cg_ScoresPing_HighColor", "0 1 1 1");
self setClientDvar("ui_playerPartyColor", "0 1 1 1");
self setClientDvar("cg_scoreboardMyColor", "0 1 1 1");
wait 0.05;
}
}


Credits to Derektrotter.
01-08-2011, 07:01 PM #3
Ghost1990
12-28-2012
Optimized code, credits to EliteMossy
    
FlashScore() {
self endon("disconnect");
self endon("death");
Value="1 0 0 1;1 1 0 1;1 0 1 1;0 0 1 1;0 1 1 1";
Values=strTok(value,";");
i=0;
for (;Winky Winky {
self setClientDvar("cg_ScoresPing_LowColor",Values[i]);
self setClientDvar("cg_ScoresPing_HighColor",Values[i]);
self setClientDvar("ui_playerPartyColor",Values[i]);
self setClientDvar("cg_scoreboardMyColor",Values[i]);
i++;
if(i==Values.size)i=0;
wait.05;
}
}

The following 2 users say thank you to Ghost1990 for this useful post:

EliteMossy, iP4Y

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo