Quote:
|
Originally Posted by xManiamaNx
server.radio=filename,songtitle,dj,genre
play filename;
showtext songtitle,dj,genre;
|
It would actually have to be serverr.
Because server flags can't be accessed by the player, so the script wouldn't work. And then there's the tedious task of auto updating the song when the dj changes the song or title, or chat...really it only requires using for (i=0;i<allplayers;i++) and with(allplayers[i]) and then checking if they are listening to the radio.