07.10.2017, 09:00
PHP код:
if(dialogid == DIALOG_STREAMBOX)
{
new string[MAX_PLAYERS];
if(response)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
format(string,sizeof(string),"%s",str_replace("%", "#",inputtext));
StopAudioStreamForPlayer(i);
PlayAudioStreamForPlayer(i, string);
format(string, sizeof(string), "[DEEJAY] %s have play a song from | Url: %s", IsPlayerName(playerid), inputtext);
SendClientMessage(i, 0x00FFCCAA, string);
SendClientMessage(i, -1, "================================");
SendClientMessage(i, -1, "================================");
SendClientMessage(i, 0x00FF99AA, "Use /stopmusic if you want to stop the song from playing");
}
}
}
return 1;
}
https://github.com/GRGServer/SAMP/bl...tr_replace.inc