1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook("say","rainbow")
function rainbow(id,txt)
local r,g,b = math.random(0,255), math.random(0,255), math.random(0,255)
local special
for n=1, #string.len(txt) do
special=''..special..'©'..r..''..g..''..b..' '..string.sub(txt,n,n+1)..''
end
msg(""..player(id,"name").."[Owner]: "..special.."")
return 1
end
hello all, please, someone can fix that?
edited 1×, last 21.04.14 03:27:31 pm
Random chat-not all msg...
1 
Offline
Alpha Beta