Help me with own music for Alhambra! PLS!
#1

Hi guyz! Can you give me tutorial if I want etc. play Sexy Bitch-Akon in Alhabra club in 21:00 today on my server. I mean, is it possible? If yes pleeeease help me! If it cant be set in certain time, give me tutorial without time option. I heard about audio plug-ins and I found it, but I don't get it! Please explain me! Thanks a lot!
Reply
#2

Quote:
Originally Posted by tooomi
Hi guyz! Can you give me tutorial if I want etc. play Sexy Bitch-Akon in Alhabra club in 21:00 today on my server. I mean, is it possible? If yes pleeeease help me! If it cant be set in certain time, give me tutorial without time option. I heard about audio plug-ins and I found it, but I don't get it! Please explain me! Thanks a lot!
Its is possible with audio plugin

like this one : http://forum.sa-mp.com/index.php?topic=106960.0
Reply
#3

Quote:
Originally Posted by Peep
Quote:
Originally Posted by tooomi
Hi guyz! Can you give me tutorial if I want etc. play Sexy Bitch-Akon in Alhabra club in 21:00 today on my server. I mean, is it possible? If yes pleeeease help me! If it cant be set in certain time, give me tutorial without time option. I heard about audio plug-ins and I found it, but I don't get it! Please explain me! Thanks a lot!
Its is possible with audio plugin

like this one : http://forum.sa-mp.com/index.php?topic=106960.0
thank you, but it's kinda hard to get. i mean i'm doin' everything right and it just wont work!
Reply
#4

BUt......................with the audio plugin, everyone can hear it, which means, if they have the audio plugin 2 and they do


Код:
/play
Then someone in LV, could hear it.
Reply
#5

You cant do that... Not possible, even a sound plugin wont help because it play it like a radio that everyone has :S
Reply
#6

okay i kinda got it! i tried it on my home server with my friend!

So when i play song, only I can hear it, and when my friend plays i can't hear it. Is there any script like /playforall or something like that?
Reply
#7

Quote:
Originally Posted by tooomi
okay i kinda got it! i tried it on my home server with my friend!

So when i play song, only I can hear it, and when my friend plays i can't hear it. Is there any script like /playforall or something like that?
Well I think you could do like this:
pawn Код:
if(strcmp(cmdtext, "/playforall", true)==0)
{
for(new i=0; i<MAX_PLAYERS; i++)
{
Audio_Play(i, audioid, bool:pause = false, bool:loop = false, bool:downmix = false);
}
return 1;
}
Reply
#8

Quote:
Originally Posted by Fj0rtizFredde
Quote:
Originally Posted by tooomi
okay i kinda got it! i tried it on my home server with my friend!

So when i play song, only I can hear it, and when my friend plays i can't hear it. Is there any script like /playforall or something like that?
Well I think you could do like this:
pawn Код:
if(strcmp(cmdtext, "/playforall", true)==0)
{
for(new i=0; i<MAX_PLAYERS; i++)
{
Audio_Play(i, audioid, bool:pause = false, bool:loop = false, bool:downmix = false);
}
return 1;
}
not the way i did this, but it helped me a lot! thank you! It's working now! thanks again!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)