06.04.2012, 18:42
i made a dialog list and i want to make an playlist and put my music so if person picks Personal musics it plays 1 song and then the after one get it i hope im ROmanian!
PHP код:
case 23:
{
new vehid = GetPlayerVehicleID(playerid);
for(new i = 0; i<MAX_PLAYERS; i++)
{
if(IsPlayerInVehicle(i, vehid))
{
PlayAudioStreamForPlayer(i, "http://stream.profm.ro:8242/profmro.mp3" || ("http://stream.profm.ro:8242/profmro.mp3")
SendClientMessage(i, 0xFF330000, "{ACFF05}Ascultati Radio Live: Personal Music");
}
}
return 1;
}
}
}
}
return 1;
}