Post: [Script] - Println Random Colors
09-03-2011, 01:54 AM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); this is nothing big really, just a nice simple code.

add this coding into your gsc
    
sPrintln(text)
{
c = randomint(9);
self iPrintln("^"+c+text);
}
sPrintlnBold(text)
{
c = randomint(9);
self iPrintlnBold("^"+c+text);
}


you would use this function by doing something like this.
    
//iPrintln - bottom left
self thread sPrintln("Random Colour");

//iPrintlnBold - center screen
self thread sPrintlnBold("Random Colour");


pretty easy, credit to daftvader for his method of threading functions like this.
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo