Audio.inc errors - 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)
+--- Thread: Audio.inc errors (
/showthread.php?tid=360683)
Audio.inc errors -
Justin_Case - 18.07.2012
I am getting 6 errors from the audio include. I have it in the right folder and everything.
Код:
C:\Users\Owner\Desktop\NERP\pawno\include\audio.inc(39) : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Owner\Desktop\NERP\pawno\include\audio.inc(39) : error 001: expected token: ";", but found "-label-"
C:\Users\Owner\Desktop\NERP\pawno\include\audio.inc(40) : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Owner\Desktop\NERP\pawno\include\audio.inc(40) : error 001: expected token: ";", but found "-label-"
C:\Users\Owner\Desktop\NERP\pawno\include\audio.inc(41) : error 001: expected token: "-identifier-", but found "-tagname-"
C:\Users\Owner\Desktop\NERP\pawno\include\audio.inc(41) : error 001: expected token: ";", but found "-label-"
Код:
Line 39: native Audio_Play(playerid, audioid, bool:pause = false, bool:loop = false, bool:downmix = false);
Line 40: native Audio_PlayStreamed(playerid, const url[], bool:pause = false, bool:loop = false, bool:downmix = false);
Line 41: native Audio_PlaySequence(playerid, sequenceid, bool:pause = false, bool:loop = false, bool:downmix = false);
Re: Audio.inc errors -
Justin_Case - 19.07.2012
Bump...Anyone know anything about this?
Re: Audio.inc errors -
123EatLag - 19.07.2012
No need to continually bump your thread give others a chance but, post those lines of code here please,