StopAudioStreamForPlayer for PlayerPlaySound ?
#1

Hi, How can I realise this?

PHP код:
CMD:1(playerid)
{
    
PlayerPlaySound(playerid1760.00.010.0);
    return 
1;
}
CMD:Stop1(playerid)
{
StopAudioStreamForPlayer(playerid);
return 
1;

Reply
#2

You can stop it with:
Код:
PlayerPlaySound(playerid, 0, 0.0, 0.0, 0.0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)