19.05.2012, 14:01
How can i make that it playes random audiostreams like link1 link2 etc ?
EDIT:
Is this right ?
EDIT:
Is this right ?
Код:
new success = random(2);
if(success == 1)
{
PlayAudioStreamForPlayer(i, "http");
}
if(success == 2)
{
PlayAudioStreamForPlayer(i, "http");
}


