Ok... I have this in my script...
PHP Code:
server_cmd( "amx_play holdmusic.mp3" )
This command is executing great... When it is time to... it executes
amx_play holdmusic.mp3
I added holdmusic2.mp3 and holdmusic3.mp3.....
I would like to change this command to a random state....
sometimes it does
amx_play holdmusic.mp3
sometimes
amx_play holdmusic2.mp3
and sometimes
amx_play holdmusic3.mp3
Can someone give me the command that does random?? Or a small script that does random.... this command only needs to be executed once per map change... and the rest of the plugin is already getting to and executing this command but I want to make it execute 3 different commands at random...
Thanks!
__________________