problema variable AudioStream
#1

quise poner musica al entrar en mi gm zenon city.
pero me tira esto al compilar

(4533) : error 017: undefined symbol "PlayAudioStreamforPlayer"
(632 : error 017: undefined symbol "StopAudioStreamforPlayer"
2 Errors.


Error 1:
Код:
//musica al entrar
{
PlayAudioStreamforPlayer(playerid,"http://beforebigs.com/wp-content/uploads/2011/03/09-No-Sleep-Produced-By-Benny-Blanco.mp3");
ReproducirMusica[ playerid ] = true;
}
Linea 4533:
Код:
PlayAudioStreamforPlayer(playerid,"http://beforebigs.com/temaxD.mp3");
Error 2:
Код:
if( ReproducirMusica[playerid])
		{
			 StopAudioStreamforPlayer(playerid);
			ReproducirMusica[ playerid ] = false;
		}
Linea 6328:
Код:
 StopAudioStreamforPlayer(playerid);
me dicen como declaro esas 2 variables? gracias
Reply


Messages In This Thread
problema variable AudioStream - by kn9w - 22.08.2012, 02:08
Respuesta: problema variable AudioStream - by Bu11Sh0t - 22.08.2012, 02:17
Re: problema variable AudioStream - by CeKiT - 22.08.2012, 02:44
Respuesta: problema variable AudioStream - by kn9w - 22.08.2012, 03:09

Forum Jump:


Users browsing this thread: 1 Guest(s)