How can I make Audio Streamer play the same song over and over again?
#5

PHP код:
public OnPlayerSpawn(playerid)
{
    
SetTimer("song",10000,true);
    return 
1;
}

forward song(playerid);
public 
song(playerid)
{
    
PlayAudioStreamForPlayer(playerid"song.mp3");

This may help.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)