Ayuda con plugin <Audio> incognito
#1

Hola a todos.

Veran, meti en mi gm el plugin de audio y todo funciona perfecto. Pero mi duda seria la siguiente. Por ejemplo si yo hago este comando:

if (strcmp(cmd, "/Cancion", true) == 0)
{
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "* %s Se pone a cantar.", sendername);
ProxDetector(10.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPL E,COLOR_PURPLE);
Audio_Play(playerid,3, false, false, false);
return 1;
}


Es solo un ejemplo. Hay alguna manera para que lo oigan los que estan cerca? Me di cuenta que solo lo oye el que pone el comando.

Espero respuestas. Gracias!
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=82162

Quote:
Originally Posted by Incognito
Audio_Set3DPosition(playerid, handleid, Float, Float:y, Float:z, Float:distance);

* Sets the 3D position (game world coordinates) of an audio stream assigned to a player's handleid
Reply
#3

OMG!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)