I propose to make a playing of the anthem (PlayAudioStreamForPlayer) of the player who won 1 place at the end of the round.
Commands: /setanthem [url] - sets the anthem by web link.
(Example: /setanthem http://d.zaix.ru/3jnj.mp3)
/anthem - sends a web link to the SendClientMessage player (Your anthem: http://d.zaix.ru/3jnj.mp3)
After the end of the round, turn on the anthem of the best player, if it is installed, and after a time (10 seconds) you can turn it off:
foreach(new i: Player)
{
PlayAudioStreamForPlayer(i, PlayerInfo[winner][Anthem] /* Jonne will understand here) */);
}
foreach(new i: Player)
{
StopAudioStreamForPlayer(i);
}
How to download your anthem:https://zaix.ru (Not advertising) and take the full link to mp3
Special for Jonne.