Ulysses Stuff > Releases
Player Chat Tags [2.58v]
JamminR:
Another member, tyguy, replied to this thread stating accusation of copy with no credit.
I started new thread to discuss the copy accusation so as to not flood this release thread.
See http://forums.ulyssesmod.net/index.php/topic,7114.0.html
Sjokomelk:
Does anyone know how I'm able to achieve this? http://gyazo.kennethd.net/i/MmiZ5.png If so, please respond.
CrystalNet:
Okay guys so, I have this Scoreboard, the scoreboard has a function that enables color shifting name.
--- Code: ---local function rainbow()
local frequency, time = EZS.RainbowFrequency, RealTime()
local red = math.sin( frequency * time ) * 127 + 128
local green = math.sin( frequency * time + 2 ) * 127 + 128
local blue = math.sin( frequency * time + 4 ) * 127 + 128
return Color( red, green, blue )
end
--- End code ---
All credits go to Rejax: https://github.com/rejax/TTT-EasyScoreboard
So I wonder if you could do something similar to the chat Thanks..
Metrocop:
I'm sorry if I sound like a noob, but where do I put the file?
Thank you!
Bite That Apple:
--- Quote from: Metrocop on May 05, 2014, 02:41:12 PM ---I'm sorry if I sound like a noob, but where do I put the file?
Thank you!
--- End quote ---
Addons folder..
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version