[Possibly resolved]Fun sound clipping
Posted: 24 Jun 2020, 15:22
So, I'm making some sort of music player using Fun attribite. Here is the code:
When I press it, it starts playing music, but after 10-12 seconds (whole .mp3 file is 1:44) it stops. Is it game sound limitation or something?
Code: Select all
{
"id":"$hl_02_sound",
"type":"sound",
"file":"Half-Life02.mp3"
},
{
"id":"$radioo",
"type":"decoration",
...
"on click fun":
[{
actions: [{"type":"play", "id":"$hl_02_sound"}]
}]
}