22.08.2012, 02:08
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:
Linea 4533:
Error 2:
Linea 6328:
me dicen como declaro esas 2 variables? gracias
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;
}
Код:
PlayAudioStreamforPlayer(playerid,"http://beforebigs.com/temaxD.mp3");
Код:
if( ReproducirMusica[playerid])
{
StopAudioStreamforPlayer(playerid);
ReproducirMusica[ playerid ] = false;
}
Код:
StopAudioStreamforPlayer(playerid);

