How can I play random music? I know I need to define the .mp3 files which I want to play in the soundaliases/iw_soun2.csv, I want to play to all players at the same time but once so I need to add local or for ex.:
PHP Code:
music1,,,music/music1.mp3,1,1,,,,1000000,,auto,streamed
music2
,,,music/music2.mp3,1,1,,,,1000000,,auto,streamed
music3
,,,music/music3.mp3,1,1,,,,1000000,,auto,streamed 
will be okay?

And maybe I need to create a table with "music1", "music2", "music3" ... so the random function can select one of them?