Author Topic: [Suggestion|Question]Play a sound  (Read 5167 times)

0 Members and 1 Guest are viewing this topic.

Offline NE.Restricted

  • Wiseguy
  • **
  • Posts: 97
    • View Profile
[Suggestion|Question]Play a sound
« on: September 14, 2014, 09:16:54 pm »
how to play a audio file? and if you cant, I suggest you add it.
I am NE.CrystalBlue!!!
Quote
i cant able to understand

Offline Mariu22S

  • Wiseguy
  • **
  • Posts: 78
  • VC-MP Maniac
    • View Profile
Re: [Suggestion|Question]Play a sound
« Reply #1 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 );
}

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: [Suggestion|Question]Play a sound
« Reply #2 on: September 14, 2014, 10:21:23 pm »
+ you can stream radios to the game.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline Franklin

  • Wiseguy
  • **
  • Posts: 76
  • WiSeGuY
    • View Profile
Re: [Suggestion|Question]Play a sound
« Reply #3 on: September 15, 2014, 05:04:11 am »
+ you can stream radios to the game.

how?

Offline Gudio

  • Street Thug
  • *
  • Posts: 22
    • View Profile
    • Gudio
Re: [Suggestion|Question]Play a sound
« Reply #4 on: September 15, 2014, 11:38:42 am »
Custom radio ID >10
Code: [Select]
CreateRadioStream( ID, "Name", "url", 1 );

Offline NE.Restricted

  • Wiseguy
  • **
  • Posts: 97
    • View Profile
Re: [Suggestion|Question]Play a sound
« Reply #5 on: September 15, 2014, 11:40:36 am »
I dont want a radio station and I mean a custom sound on server.
I am NE.CrystalBlue!!!
Quote
i cant able to understand

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: [Suggestion|Question]Play a sound
« Reply #6 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.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline NE.Restricted

  • Wiseguy
  • **
  • Posts: 97
    • View Profile
Re: [Suggestion|Question]Play a sound
« Reply #7 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!
I am NE.CrystalBlue!!!
Quote
i cant able to understand

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: [Suggestion|Question]Play a sound
« Reply #8 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.
Do not PM me for support.




Offline NE.Restricted

  • Wiseguy
  • **
  • Posts: 97
    • View Profile
Re: [Suggestion|Question]Play a sound
« Reply #9 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?
I am NE.CrystalBlue!!!
Quote
i cant able to understand

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: [Suggestion|Question]Play a sound
« Reply #10 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;

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.