12.12.2014, 18:55
Sending a message using SendClientMessage just adds your line every second to the chatlog.
Once it's been sent, you can't change it later.
If you want one single line to change colors every second, you'll need a textdraw.
But then again, textdraws only support a few pre-defined colors, you can't create new colors for those AFAIK.
Textdraws don't use {FF0088} or something like this, but they use ~r~ for red, ~w~ for white and a few others.
https://sampwiki.blast.hk/wiki/TextDrawCreate
Once it's been sent, you can't change it later.
If you want one single line to change colors every second, you'll need a textdraw.
But then again, textdraws only support a few pre-defined colors, you can't create new colors for those AFAIK.
Textdraws don't use {FF0088} or something like this, but they use ~r~ for red, ~w~ for white and a few others.
https://sampwiki.blast.hk/wiki/TextDrawCreate