Porque estos errores??
#1

Hola amigos quise poner para que cuando el player entre al coche le aparezca un sonido pero me tira dos errores
Код:
C:\Users\Agustin\Desktop\samp 0\gamemodes\xdddd.pwn(6713) : error 017: undefined symbol "PlayAudioStreamForPlayer"
C:\Users\Agustin\Desktop\samp 0\gamemodes\xdddd.pwn(6718) : error 017: undefined symbol "StopAudioStreamForPlayer"
y en esa linea tengo asi :
Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
	{
		PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls");
	}
	// stop the internet stream
	else if(oldstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_PASSENGER)
	{
	    StopAudioStreamForPlayer(playerid);
	}
	return 1;
}
saludos
_______________
Reply


Messages In This Thread
Porque estos errores?? - by OziiL - 20.12.2011, 19:22
Respuesta: Porque estos errores?? - by TheChaoz - 20.12.2011, 19:30
Re: Porque estos errores?? - by OziiL - 20.12.2011, 19:43
Respuesta: Porque estos errores?? - by Treyfus - 20.12.2011, 19:47
Re: Porque estos errores?? - by OziiL - 20.12.2011, 19:52
Respuesta: Porque estos errores?? - by Fluid016 - 20.12.2011, 20:18
Respuesta: Porque estos errores?? - by Treyfus - 20.12.2011, 20:19
Respuesta: Porque estos errores?? - by Fluid016 - 20.12.2011, 20:24
Re: Porque estos errores?? - by OziiL - 20.12.2011, 20:40
Respuesta: Re: Porque estos errores?? - by TheChaoz - 20.12.2011, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)