Pawn 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)
+--- Thread: Pawn error (
/showthread.php?tid=406599)
Pawn error -
Antonioh - 10.01.2013
Have problems please Tell me what to do
Код:
(3431) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
(3484) : error 017: undefined symbol "Audio_Seek"
(3516) : error 017: undefined symbol "Audio_Seek"
(3494) : warning 203: symbol is never used: "seek"
(3546) : error 017: undefined symbol "Audio_Seek"
(3525) : warning 203: symbol is never used: "seek"
(34176) : error 017: undefined symbol "pBoombox"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Quote:
(3431) public Audio_OnSetPack(audiopack[])
|
Quote:
(3516) Audio_Seek(i, localhandle, seek);
|
Quote:
(3494)SendAudioToRange(audioid, volume, seek, Float , Float:y, Float:z, Float:range)
|
Quote:
(3546)Audio_Seek(i, localhandle, seek);
|
Quote:
(3525)stock SendAudioURLToRange(url[], volume, seek, Float , Float:y, Float:z, Float:range)
|
Quote:
(34176)if(PlayerInfo[playerid][pBoombox] == 1 || PlayerInfo[playerid][pAdmin] >= 4)
|
Re: Pawn error -
EAsT-OAK_510 - 10.01.2013
1. This has been asked many times already.
Quote:
Originally Posted by Fabio11
I mean your posts, you make too many posts for useless questions, go learn basics of SA:MP before posting.
|
I'm not saying your question is useless, but since it's been asked multiple times it's become useless to post about something that's been asked and answered many, many times.
2. I'm taking a shot in the dark and will assume you are using an NG-RP script of some sort. Many people here won't help you if that's the case.
3. I am assuming you are not using the latest
Audio Plugin v0.5 R2. You may need to update it.