(adsbygoogle = window.adsbygoogle || []).push({});
i have two codes for making your name change colours while in game on the scoreboard.
bind dpad_up "vstr flash"
set flash "clanname "^1";wait 1;clanname "^2";wait 1;clanname "^3";wait 1;clanname "^4";wait 1;clanname "^5";wait 1;clanname "^6";wait 1;clanname "^7";wait 1;vstr "flash"
this one changes your clan tag though so it can be a bit annoying but this one might actually work even if your not in game like just in a lobby (has to be activated though in game)
----------------------------------------------------------------------------------------------
and the other one
bind dpad_up "vstr flash 2"
set flash 2;set cg_scoreboardMyColor "^1";wait 1;set cg_scoreboardMyColor "^2";wait 1;set cg_scoreboardMyColor "^3";wait 1;set cg_scoreboardMyColor "^4";wait 1;set cg_scoreboardMyColor "^5";wait 1;set cg_scoreboardMyColor "^6";wait 1;set cg_scoreboardMyColor "^7";wait 1;vstr flash 2"
both need to be activated as a bind if you want then to be continues but your not able to walk while this on because the wait command stops you from moving if you bypass.
and this is not useless becaue all the patches these days because this can be added to a patch
set dvar ("cg_scoreboardMyColor;^1") thats an infection for a patch and if you just repeat that with the wait command

you can do the same with the clanname ^1 (put it in the brackets)
and i am unsure if i am to use a set before the clanname becuause it already had set before it
there you go :n00b: