• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Reproduzir música em uma area especifica
#7
PHP Code:
CMDtocar(playerid)
{
    if (
IsPlayerInRangeOfPoint(playerid2.02466.4934, -1658.997813.3907))
    {
        new 
i;
        for (
0MAX_PLAYERSi++)
        {
            if (
IsPlayerInRangeOfPoint(i90.02466.4934, -1658.997813.3907))
            {
                
PlayAudioStreamForPlayer(i"http://stream.com.br/radio"2466.4934, -1658.997813.390790.00);
            }
        }
    }
    return 
1;

  Reply


Messages In This Thread
RE: Reproduzir música em uma area especifica - by N0FeaR - 2024-03-09, 07:48 PM

Forum Jump: