Soundtrack
#1

I want to make

PHP код:
CMD:play(playerid,params[])
{
        
PlayAudioStreamForPlayer(playerid,"http://www.vestigedayz.com/audio/audio.mp3");
        return 
1;
}

PHP код:
CMD:stopplay(playerid,params[])
{
        
stopAudioStreamForPlayer(playerid);
        return 
1;


How can I make this loop?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)