Escalasion
Member
- Joined
- Sep 20, 2024
- Messages
- 5
- Reaction score
- 0
After i will drop exampleWelcome. Do you have any idea how I can make a .mp3 or .wav sound file run in the respective command as an example? Is this the code?
IF 0AB1: @isPlayerActorFreezed 0
THEN
Audiostream.Release($hMP1)
$hMP1 = Audiostream.Load("CLEO/attack.MP3")
Audiostream.Volume($hMP1) = 1.0
Audiostream.PerformAction($hMP1, PLAY)
0AD1: "~R~Error ~N~~W~Administrator Detected! ~N~~R~Stopped ~N~~W~repeating / playing or recording..!" 5000
END
The script you gave me works, but I found a problem with it, when I leave the game in the bar and then come back to it, it turns on the sound by itself without me turning it on. How do I fix this?PHP:IF 0AB1: @isPlayerActorFreezed 0 THEN Audiostream.Release($hMP1) $hMP1 = Audiostream.Load("CLEO/attack.MP3") Audiostream.Volume($hMP1) = 1.0 Audiostream.PerformAction($hMP1, PLAY) 0AD1: "~R~Error ~N~~W~Administrator Detected! ~N~~R~Stopped ~N~~W~repeating / playing or recording..!" 5000 END
Show me your codeThe script you gave me works, but I found a problem with it, when I leave the game in the bar and then come back to it, it turns on the sound by itself without me turning it on. How do I fix this?
This is it, it works, but as I said, this problem of starting by itself without me starting it when I execute the command happens when I leave the game in the bar and then come back to it.Show me your code
I can't not solve your problem if you refuse to provide your code.This is it, it works, but as I said, this problem of starting by itself without me starting it when I execute the command happens when I leave the game in the bar and then come back to it.
Well, this is the code, the one I circled in red. There is no other.I can't not solve your problem if you refuse to provide your code.
It's a picture not a code mate.Well, this is the code, the one I circled in red. There is no other.