// # Made by. TENTEN (Steam ID : tentenserver ) // # Country : Republic of Korea block load { es_xset tenten 0 es_xmakepublic "TENTEN" es_xdoblock random_sound/downloadfile es_centermsg TENTEN's Random Scripts Load } block unload { es_centermsg TENTEN's Random Scripts UnLoad } block downloadfile { es est_AddDownload sound\random\1.mp3 es est_AddDownload sound\random\2.mp3 es est_AddDownload sound\random\3.mp3 es est_AddDownload sound\random\4.mp3 es est_AddDownload sound\random\5.mp3 } event round_freeze_end { es_xrand tenten 1 5 if (server_var(tenten) == 1) do { es_cexec_all playgamesound random\1.mp3 es_msg #multi #green Play Sound: random\1.mp3 } if (server_var(tenten) == 2) do { es_cexec_all playgamesound random\2.mp3 es_msg #multi #green Play Sound: random\2.mp3 } if (server_var(tenten) == 3) do { es_cexec_all playgamesound random\3.mp3 es_msg #multi #green Play Sound: random\3.mp3 } if (server_var(tenten) == 4) do { es_cexec_all playgamesound random\4.mp3 es_msg #multi #green Play Sound: random\4.mp3 } if (server_var(tenten) == 5) do { es_cexec_all playgamesound random\5.mp3 es_msg #multi #green Play Sound: random\5.mp3 } }