Cristian2387
New Member
- Joined
- Oct 2, 2014
- Messages
- 34
- Reaction score
- 0
Hello, what i want is a script that sends an animated text to a certain position in my server and that will keep changing color so for example lets say the message is hum green and then after it disappears it changes color lets say to red, i have this scripts right here the only problem with the script is that it doesnt change color, this is my script:
please help =)
Code:
function onThink(interval, lastExecution)
pos = {x = x, y = x, z = x}
doSendAnimatedText(pos, 'x', 53)
return true
end