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

Title says it all.. Here's the code.

pawn Код:
public OnPlayerSpawn(playerid)
{
    PlayAudioStreamForPlayer(playerid, "song.mp3");
    return 1;
}
It works perfectly, but it plays only one time How can I make it automatically play over and over again?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 6 Guest(s)