[HELP]i NEED HELP WITH SOME ERRORS / BEGINNER! - 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: [HELP]i NEED HELP WITH SOME ERRORS / BEGINNER! (
/showthread.php?tid=282240)
[HELP]i NEED HELP WITH SOME ERRORS / BEGINNER! -
janx221 - 10.09.2011
Hey i need help with some errors:
Here you can check:
pawn Код:
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(71) : warning 216: nested comment
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(2476) : error 017: undefined symbol "MYSQL_HOST"
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(11560) : error 017: undefined symbol "MYSQL_HOST"
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(13975) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(13990) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(14351) : error 021: symbol already defined: "OnPlayerUpdate"
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(53211) : error 021: symbol already defined: "NameTimer"
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(58499) : warning 203: symbol is never used: "PRIVATE_Last_Money"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
sorry for that pic
,
Download link :
http://www.upload.ee/files/1647700/GM.rar.html Just click download . PEACE!
Re: [HELP]i NEED HELP WITH SOME ERRORS / BEGINNER! -
Davz*|*Criss - 10.09.2011
Oh my gosh, Just post the errors with pawno tags here? [.pawn] [./pawn]
Make sure to remove the dots between pawn and /pawn
Thanks.
Re: [HELP]i NEED HELP WITH SOME ERRORS / BEGINNER! -
System64 - 10.09.2011
post lines?
Re: [HELP]i NEED HELP WITH SOME ERRORS / BEGINNER! -
Davz*|*Criss - 10.09.2011
These lines:
pawn Код:
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(14351) : error 021: symbol already defined: "OnPlayerUpdate"
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(53211) : error 021: symbol already defined: "NameTimer"
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(13975) : error 021: symbol already defined: "strtok"
Are already defined in your script twice check it out.
And these:
pawn Код:
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(2476) : error 017: undefined symbol "MYSQL_HOST"
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(11560) : error 017: undefined symbol "MYSQL_HOST"
Are you sure you included Mysql on top?
Show these lines:
pawn Код:
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(71) : warning 216: nested comment
C:\Documents and Settings\SanderOnAdmin\Desktop\GM\VFCRPv1.5.pwn(13990) : error 047: array sizes do not match, or destination array is too small