Undefined symbol error
#1

Код:
CMD:song(playerid, params[])
{
	new songtext[128], song;
	if(PlayerInfo[playerid][pAdmin] > 1337) return SCM(playerid, COLOR_GREY, "unauthorized");
	if(sscanf(params,"s", song)) return SCM(playerid, COLOR_GREY, "Usage: /song [songs 1-15]");
	{
	if(sscanf(params,"1", song)) return PlayAudioStreamForPlayer(playerid, "http://www.tunescoop.com/play/313930393432/project-x-movie-music-heads-will-roll-a-trak-remix-yeah-yeah-yeahs-mp3");
	}
	return 1;
}
This is my /song command, but the PlayAudioStreamForPlayer is undefined.. not sure how to include it/define it.

Код:
C:\Users\Scoot\Desktop\Roleplay\gamemodes\rp.pwn(3743) : error 017: undefined symbol "PlayAudioStreamForPlayer"
Reply


Messages In This Thread
Undefined symbol error - by Gecko75 - 21.05.2013, 02:34
Re: Undefined symbol error - by Krakuski - 21.05.2013, 02:51
Re: Undefined symbol error - by Gecko75 - 21.05.2013, 02:56
Re: Undefined symbol error - by Krakuski - 21.05.2013, 02:57
Re: Undefined symbol error - by Gecko75 - 21.05.2013, 03:21
Re: Undefined symbol error - by Pottus - 21.05.2013, 03:52

Forum Jump:


Users browsing this thread: 1 Guest(s)