Hey guys i have an audio intro running seamlessly but the file size of the audio file is 8MB without users having to download it is there anyway to run it in the mission file but run it server side?
for example
#include "dayz_server\custom\broadcast.ogg"
and execute the code for example
class CfgSounds
{
sounds[] =
{
introSong
};
class introSong
{
name="introSong";
sound[]={broadcast.ogg,0.9,1};
titles[] = {};
};
};
Question
LawlessBaron
Hey guys i have an audio intro running seamlessly but the file size of the audio file is 8MB without users having to download it is there anyway to run it in the mission file but run it server side?
for example
#include "dayz_server\custom\broadcast.ogg"
and execute the code for example
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now