Vice City Multiplayer

VC:MP 0.4 (Beta) => Script Discussion => Topic started by: NE.Restricted on September 14, 2014, 09:16:54 pm

Title: [Suggestion|Question]Play a sound
Post by: NE.Restricted on September 14, 2014, 09:16:54 pm
how to play a audio file? and if you cant, I suggest you add it.
Title: Re: [Suggestion|Question]Play a sound
Post by: Mariu22S on September 14, 2014, 09:33:32 pm
You can play the game sounds.

Use command type /player sound id
Code: [Select]
else if ( cmd == "play" )
    {
PlaySound( 1 , text.tointeger() , player.Pos );
}
Title: Re: [Suggestion|Question]Play a sound
Post by: sseebbyy on September 14, 2014, 10:21:23 pm
+ you can stream radios to the game.
Title: Re: [Suggestion|Question]Play a sound
Post by: Franklin on September 15, 2014, 05:04:11 am
+ you can stream radios to the game.

how?
Title: Re: [Suggestion|Question]Play a sound
Post by: Gudio on September 15, 2014, 11:38:42 am
Custom radio ID >10
Code: [Select]
CreateRadioStream( ID, "Name", "url", 1 );
Title: Re: [Suggestion|Question]Play a sound
Post by: NE.Restricted on September 15, 2014, 11:40:36 am
I dont want a radio station and I mean a custom sound on server.
Title: Re: [Suggestion|Question]Play a sound
Post by: sseebbyy on September 15, 2014, 11:49:15 am
I dont want a radio station and I mean a custom sound on server.

You cannot do that.
Title: Re: [Suggestion|Question]Play a sound
Post by: NE.Restricted on September 15, 2014, 12:01:19 pm
I dont want a radio station and I mean a custom sound on server.

You cannot do that.
Then I suggest it to be able to done!
Title: Re: [Suggestion|Question]Play a sound
Post by: stormeus on September 15, 2014, 09:02:12 pm
I dont want a radio station and I mean a custom sound on server.

You cannot do that.
Then I suggest it to be able to done!

It'll be done later. Probably not in the impending 0.4 release though; we're very near a releasable state and don't want to mess around with features too much.
Title: Re: [Suggestion|Question]Play a sound
Post by: NE.Restricted on September 18, 2014, 09:57:45 am
I dont want a radio station and I mean a custom sound on server.

You cannot do that.
Then I suggest it to be able to done!

It'll be done later. Probably not in the impending 0.4 release though; we're very near a releasable state and don't want to mess around with features too much.
0.4r1 maybe?
Title: Re: [Suggestion|Question]Play a sound
Post by: sseebbyy on September 18, 2014, 12:10:37 pm
0.4r1 maybe?

It'll be done later. Probably not in the impending 0.4 release though;