[Pedido] Tocar Musica Ao Aproximar de Um Local
#4

Veja abaixo um exemplo.

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 5.0, 1263.4666,-2055.6294,59.3450,86.9818)) // raio 5.0 m
    {
     PlayAudioStreamForPlayer(playerid," URL DA MUSICA ");
    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)