[Plugin] Audio Plugin

is there a way to just listen to the Audio Archives with out having to use the audio fs and doing create sequence
and add to sequence
Reply

The players crash after a time!!


When he's at GROVE he crash!


Anyone help me ??!
Reply

I got a /setstation command that dose work but i want it to be able to play the music to all players in the car when i do /setstation. because at the Monet it will only play it for the person who dose /setstation.
Reply

Quote:
Originally Posted by yarrum3
Посмотреть сообщение
I got a /setstation command that dose work but i want it to be able to play the music to all players in the car when i do /setstation. because at the Monet it will only play it for the person who dose /setstation.
pawn Код:
CMD:setstation etc.
{
new vehid = GetPlayerVehicleID(playerid);
foreach(Player,i)
{
if(IsPlayerInVehicleID(i,vehid)) Audio_Play(i,....);

}
return 1;
}
Reply

Quote:
Originally Posted by wups
Посмотреть сообщение
pawn Код:
CMD:setstation etc.
{
new vehid = GetPlayerVehicleID(playerid);
foreach(Player,i)
{
if(IsPlayerInVehicleID(i,vehid)) Audio_Play(i,....);

}
return 1;
}
I cant get that to work
Reply

I did everything i needed, and it's working on my TEST server(my computer, windows) but not working on linux hosted server, and yes i put the .so plugin not the .dll and yes i put audio.so in server.cfg

What could be wrong?
Reply

----
Reply

I have...

new bool: select[MAX_PLAYERS_EX];

public OnPlayerRequestClass(playerid, classid)
{
if(select[playerid]==false){
select[playerid]=true;
Audio_Play(playerid,1,false,false,false);
}
return 1;
}


public OnPlayerSpawn(playerid)
{
if(select[playerid]==true){
select[playerid]=false;
Audio_Stop(playerid,1);
}
return 1;
}


When I connect, in class selection nothing play. I spawn, try F4 and /kill and itґs playing. Whereґs a problem?
Reply

Incognito, this is the best plugin arround the world.
Reply

im waiting for next 0.5 Version please incognito make 0.5 version
Reply

Quote:
Originally Posted by __[ShaDoW]__
Посмотреть сообщение
im waiting for next 0.5 Version please incognito make 0.5 version
Just download current version and rename file to 0.5.
Reply

What is handle id and how to know it?
Reply

Quote:
Originally Posted by SuperMarioRol
Посмотреть сообщение
What is handle id and how to know it?
ID of the music.

Open audio.ini and see, the id the audio names.
Reply

awesome plugin. But not good for slow servers i think
Reply

audio_play song name like that?

so when they type /test123 then it wil play the selected song by me?
Reply

Then
pawn Код:
public Audio_OnClientConnect(playerid)
is called?
if then player connecting to server if then spawning?
Reply

The Plugin Is Very Old When Comes A New Version For SA-MP 0.3c ?

Sorry For My Bad English
Reply

Where did you find client plugin SDK?
Reply

When you will fix this error? libcurl.dll ?
Reply

i can hear the music fine, but my friend (down the street irl) cant hear the music at all, how come?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)