06.03.2010, 21:48
Incognito i will thankful for you for all the rest of my journey on sa-mp (:
Originally Posted by tjying95
My server become frozen randomly after i make use of the audio plugin.
|
Originally Posted by simonall2
i know type the command ( /play 1 0 0 0 )can play the audio of the audiopack file..but i want to ask
if only one guy type the command in the server...and that server have many peoples...can all peoples listen the audio at the same time ?? (include that guy who type the play command) |
for(new i; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
Audio_Play(i,.....); //Use i instead of playerid here
}
}
Originally Posted by Incognito
Okay, I had a look through the source again today and identified a few more possible problems with thread synchronization. The server plugin only uses a single lock now, so the possibility of freezing should be greatly reduced, if not eliminated. I recommend trying the new version if you were experiencing any problems before (this update is only for servers). Let me know how it works.
|
Originally Posted by FunSocke
I can't install the client.
The install button doesn't activate. I choose the GTA SA folder. I:\Programme\Rockstar Games\Grand Theft Auto San Andreas |