Music

03/31/2010 06:07 Fish*#1
Any possibilities to make this played with a command from ingame??
I know is possible, but how can i make the command.
How do i make the command open a certain file so it plays the music.
It could be so pro XD
Quote:
[Only registered and activated users can see links. Click Here To Register...]
ex.
player write: /music
The screen opens up and they can hit play XD

Quote:
Originally Posted by Korvacs View Post
[Only registered and activated users can see links. Click Here To Register...]
Thanks, but i didnt meant to make a packet XD just to open the window, cuz i know it can be done with one line right?
just like, when you make it open a website XD
03/31/2010 07:24 ~Yuki~#2
cofuture reloded source.
03/31/2010 08:32 -impulse-#3
It's a string packet type. Also you gotta have the music inside sound folder I guess
03/31/2010 11:56 Korvacs#4
[Only registered and activated users can see links. Click Here To Register...]
03/31/2010 16:06 Fish*#5
I still need help, i thought i fixed it, but when i use it all other players opens window also :S
any help?

i still need help, anybody? XD read post above XD
03/31/2010 23:55 .Guru#6
0x14 sir
04/01/2010 00:05 Fish*#7
I know is that one, but is not playing music ingame XD is just to open the exe file XD and i did the code but it opened on everybodys pc, when i used it, so i removed it again, thats what im after. Just how i can fix it, so it only open the exe file on one pc XD
04/07/2010 02:30 ktamer#8
This is just the thing I've been looking for also. I was hoping I could call it from the client via command but I can only open it on media players. I'm assuming it's gonna take a whole new class for that...?
04/07/2010 07:31 pro4never#9
Quote:
Originally Posted by grillmad View Post
I know is that one, but is not playing music ingame XD is just to open the exe file XD and i did the code but it opened on everybodys pc, when i used it, so i removed it again, thats what im after. Just how i can fix it, so it only open the exe file on one pc XD
If it's opening on all connected pc's then you are obviously sending the packet to the entire server. Rather send it just to the client who uses the command.


That being said... interesting concept, I'll have to look into other applications this could have later xD
04/07/2010 15:22 zTREME#10
Quote:
Originally Posted by pro4never View Post
If it's opening on all connected pc's then you are obviously sending the packet to the entire server. Rather send it just to the client who uses the command.


That being said... interesting concept, I'll have to look into other applications this could have later xD
dats what i did i putted the IE open with link with command /music.
I didnt use a foreach or something.
04/09/2010 22:01 ktamer#11
Is it possible to FileStream an array? Or would a HashTable make more sense? This whole music thing could be so simple if I had more info on C#...but reading is so blah... Then again I could be wrong.
04/09/2010 22:20 zTREME#12
I dont know, i tried alot to make it work :P but nothin seems to work for me :S