2024-03-09, 07:48 PM
PHP Code:
CMD: tocar(playerid)
{
if (IsPlayerInRangeOfPoint(playerid, 2.0, 2466.4934, -1658.9978, 13.3907))
{
new i;
for (i = 0; i < MAX_PLAYERS; i++)
{
if (IsPlayerInRangeOfPoint(i, 90.0, 2466.4934, -1658.9978, 13.3907))
{
PlayAudioStreamForPlayer(i, "http://stream.com.br/radio", 2466.4934, -1658.9978, 13.3907, 90.0, 0);
}
}
}
return 1;
}