@Jaysds1: Your code are wrong =/
Well, I have this using dxDrawText, Colored and Alpha...
table.insert(yourtable, {"string", 255, false}) -- [1] string - text, [2] alpha - you can set alpha when times up , [3] boolean - you cant set some, add tables
if #yourtable > 5 then table.remove(yourtable, 1) end -- it will remove at 1st every table.
create function with onClientRender
for i, v in ipairs(yourtable) do
if v[2] <= 255 and v[3] == false then
if v[2] <= 0 then
v[3] = true
else
v[2] = v[2] - 0.50
end
end
end
dxDrawText(v[1], 500, 500)
PS: If you want soure code, I can give you in PM and not give to anyone my scripts.