The flood could be avoided with a lot of solution, a queue being one of them.
The only incorrect information (being the previous one) is the name of the game, and that only happen because you edited the code to display that name first, but you edited it badly, you're actually sending the information before it is retrieved, and you are being lucky that the way the code is done, the old information is still there.
Put the /if for the game's name right after the /noop $regex()
As for the random characters appearing, they come from the website, there's nothing I can do not to get them, but by assuming some things, like the fact that the game's name can only contain letter and number, we could get rid of them, you would need to tell me if this is true etc...
Note that when on unload triggers, it means the script has been unloaded, no need to re-unload it.
To display the text in red according to the version, use $iif():
%c 15UPD Version:8 $regml(parse,1) - 15URL: $regml(parse,2) - 15File Size:4 $regml(parse,3) - 15FW Version:3 $iif($regml(parse,5) >= 3.6,$+($chr(3),04,$v1)),$v1)
As for the queue, indeed, you don't have any queuing system, if ($play(0)) doesn't make sense, how would you want the queue to work?