Can someone help me to solve this 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: Can someone help me to solve this errors (
/showthread.php?tid=463337)
Can someone help me to solve this errors -
OmarT2 - 11.09.2013
Код:
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(3697) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(3750) : error 017: undefined symbol "Audio_Seek"
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(3782) : error 017: undefined symbol "Audio_Seek"
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(3760) : warning 203: symbol is never used: "seek"
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(3812) : error 017: undefined symbol "Audio_Seek"
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(3791) : warning 203: symbol is never used: "seek"
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(3847) : warning 211: possibly unintended assignment
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(38199) : warning 204: symbol is assigned a value that is never used: "rand"
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(46528) : warning 211: possibly unintended assignment
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\gamemodes\DSRP.pwn(93142) : warning 203: symbol is never used: "IsAtNameChange"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Please how to solve this errors ?
Re: Can someone help me to solve this errors -
Lynet - 11.09.2013
Send us some off the line where the problem are!
Re: Can someone help me to solve this errors -
Konstantinos - 11.09.2013
https://sampforum.blast.hk/showthread.php?tid=463318
Re: Can someone help me to solve this errors -
OmarT2 - 11.09.2013
I solved it but now I need the new foreach
Код:
C:\Users\HP\Desktop\New folder\BT Roleplay Server Start Up\pawno\include\YSI\y_iterate.inc(203) : fatal error 111: user error: "Old foreach.inc files are no longer compatible with YSI."
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.