Post: Flashing Say Text
01-08-2013, 07:53 PM #1
Komet웃
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({});





Ok so first of all you need this code by Cmd-x

    KillFeedFlash()
{
self endon("disconnect");
while(1)
{
setDvar("g_TeamColor_Axis","1 0 0 1");
setDvar("g_TeamColor_Allies","1 0 0 1");
wait .2;
setDvar("g_TeamColor_Axis","1 0.7 0 1");
setDvar("g_TeamColor_Allies","1 0.7 0 1");
wait .2;
setDvar("g_TeamColor_Axis","1 1 0 1");
setDvar("g_TeamColor_Allies","1 1 0 1");
wait .2;
setDvar("g_TeamColor_Axis","0 1 0 1");
setDvar("g_TeamColor_Allies","0 1 0 1");
wait .2;
setDvar("g_TeamColor_Axis","0 0 1 1");
setDvar("g_TeamColor_Allies","0 0 1 1");
wait .2;
setDvar("g_TeamColor_Axis","1 0 1 1");
setDvar("g_TeamColor_Allies","1 0 1 1");
wait .2;
setDvar("g_TeamColor_Axis","0 1 1 1");
setDvar("g_TeamColor_Allies","0 1 1 1");
wait .2;
}
}

I reccomend adding it to onplayerspawned

Then press T on pc type something and it will work Smile
I suppose this will work with "say spams" aswell
Credits:
    
Cmd-x
(adsbygoogle = window.adsbygoogle || []).push({});

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

^TPP^, lfclegend321
01-12-2013, 06:59 PM #20
ByteSource
League Champion
Originally posted by xYARDSALEx View Post
That isn't a toggle.

Well Sorry im trying to learn the basics but i just cant find out how :'(

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo