SA-MP Forums Archive
Define - 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: Define (/showthread.php?tid=477166)



Define - TonyNames - 22.11.2013

I need a define of a audio_seek here is my errors

Quote:

C:\Users\JakkenKoppen\Desktop\o\Bone County Script\gamemodes\BBRP.pwn(3803) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Users\JakkenKoppen\Desktop\o\Bone County Script\gamemodes\BBRP.pwn(3856) : error 017: undefined symbol "Audio_Seek"
C:\Users\JakkenKoppen\Desktop\o\Bone County Script\gamemodes\BBRP.pwn(388 : error 017: undefined symbol "Audio_Seek"
C:\Users\JakkenKoppen\Desktop\o\Bone County Script\gamemodes\BBRP.pwn(3866) : warning 203: symbol is never used: "seek"
C:\Users\JakkenKoppen\Desktop\o\Bone County Script\gamemodes\BBRP.pwn(3967) : error 017: undefined symbol "Audio_Seek"
C:\Users\JakkenKoppen\Desktop\o\Bone County Script\gamemodes\BBRP.pwn(3946) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

Here are the lines

3856
Quote:

Audio_Seek(playerid, localhandle, seek);

3888
Quote:

Audio_Seek(i, localhandle, seek);

3967
Quote:

Audio_Seek(i, localhandle, seek);




Re: Define - Patrick - 22.11.2013

Make sure you have audio.inc by Incognito Link: https://sampforum.blast.hk/showthread.php?tid=82162


Re: Define - TonyNames - 22.11.2013

I have its the audio.dll and .so right?


Re: Define - Patrick - 22.11.2013

Quote:
Originally Posted by TonyNames
Посмотреть сообщение
I have its the audio.dll and .so right?
No, audio.dll or audio.so is a plugin, that's not the problem. make sure you have the include inside this path Directory\PC_Name\Desktop\Folder_Name\pawno\includ e


Re: Define - Konstantinos - 22.11.2013

The version of the audio.inc does not match with the version that script was made for.


Re: Define - TonyNames - 22.11.2013

so how do i fix it? I got the .inc


Re: Define - TonyNames - 22.11.2013

anyone?


Re: Define - feartonyb - 22.11.2013

Download new include & plugin and recompile the script


Re: Define - TonyNames - 22.11.2013

Link?


Re: Define - feartonyb - 22.11.2013

https://sampforum.blast.hk/showthread.php?tid=82162