- 9,086
- 12,097
CLEO:
{$CLEO}
0000:
0@ = 0
0B34: samp register_client_command "text" to_label @main
:audio
wait 0
if and
0@ == 1
0AAB: file_exists "CLEO\test.mp3"
jf @text
0AAC: $hMP3 = load_audiostream "CLEO\test.mp3"
0ABC: set_audiostream $hMP3 volume 3.0
0AC0: loop_audiostream $hMP3 flag 1
0AAD: set_audiostream $hMP3 perform_action 1 // PLAY
jump @audio
:main
if
0@ == 0
then
0@ = 1
end
samp.CmdRet()