Sign in to follow this  
Ton_41

How to add song to server

3 posts in this topic

You would have to create a client side mod that your players can download. If you need help doing that, then it may be a bit too advanced for you. You'll need to do alot of studying. 

The only other option is to add them to your mission file, in which case that will make your players download a huge file every time you make changes to the mission. Not ideal. 

Share this post


Link to post
Share on other sites
8 minutes ago, papahyooie said:

You would have to create a client side mod that your players can download. If you need help doing that, then it may be a bit too advanced for you. You'll need to do alot of studying. 

The only other option is to add them to your mission file, in which case that will make your players download a huge file every time you make changes to the mission. Not ideal. 

I mean have you seen altis life? lolol, i don't really think players care about that. 

1 hour ago, Ton_41 said:

how to add my song to my server when player open sound .I don't mean sound when player join or spawn.

description.ext:

class CfgSounds
{
	class mysound
	{
		name = "mysound";
		sound[] = {"\sounds\mysound.ogg",1.0,1.0};
		titles[] = {};
	};
};

How to use it?:

https://community.bistudio.com/wiki/say3D

or

https://community.bistudio.com/wiki/playSound

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.