Hi,
Here a little script which show color messages in the chat
(infinite loop) from a file
(configs/messages_list.cfg).
You can specify a map to show a message on this map only. Map can also be a map type.
If none is specified, assume we want to show the message everytime.
- Color Codes:
$e = Team Color (red/blue/gray)
$n = normal color (con_color, default: yellowish)
$g = green
- Syntax: "message" "map"
"$eLook! I'm the same color as your team! $nOooh, pretty classic color! $gYay, I'm green!" "de_dust2"
"$eGaaaawwwr! $gBleeeeeh!" "de_"
"$gHello world!"
- Cvars:
amx_cm_delay "30" // Specify number of seconds between two messages
- Screenshots:
Ct

Terro

Spect.

It works fine. But maybe there are some optimisations to do or some bugs to find.
Any comments are welcome.
Thanks for your help!