SA-MP Forums Archive
i keep geting this error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: i keep geting this error (/showthread.php?tid=203886)



i keep geting this error - yarrum3 - 28.12.2010

i have added the audio pulgin into pawn and every thing. and this just a fast test command but it wont work.
Код:
C:\Users\Ryan\Desktop\World Wide Roleplay 0.3c\gamemodes\WWRP.pwn(967) : error 017: undefined symbol "Audio_PlayStreamed"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код:
CMD:radio(playerid, params[]) {
	Audio_PlayStreamed(playerid, "http://www.977music.com/tunein/web/hitz.asx", false, false, false); // this is line 967 here
	return 1;
}



Re: i keep geting this error - yarrum3 - 28.12.2010

i fix it