Help (Y_INI) - 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 (Y_INI) (
/showthread.php?tid=347576)
Help (Y_INI) -
newbienoob - 02.06.2012
Warnings and errors
Код:
C:\Documents and Settings\user\Desktop\03e\pawno\include\sscanf2.inc(101) : warning 219: local variable "name" shadows a variable at a preceding level
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(23) : error 027: invalid character constant
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(105) : warning 219: local variable "name" shadows a variable at a preceding level
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(107) : error 017: undefined symbol "INI_String"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(108) : error 017: undefined symbol "INI_Int"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(109) : error 017: undefined symbol "INI_Int"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(110) : error 017: undefined symbol "INI_Int"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(111) : error 017: undefined symbol "INI_Int"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(112) : error 017: undefined symbol "INI_Int"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1646) : warning 219: local variable "str" shadows a variable at a preceding level
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1646) : warning 219: local variable "name" shadows a variable at a preceding level
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1647) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1685) : warning 219: local variable "str" shadows a variable at a preceding level
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1685) : warning 219: local variable "name" shadows a variable at a preceding level
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1692) : warning 235: public function lacks forward declaration (symbol "OnPlayerRegister")
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1696) : error 017: undefined symbol "INI_Open"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1696) : warning 213: tag mismatch
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1698) : error 017: undefined symbol "INI_WriteString"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1699) : error 017: undefined symbol "INI_WriteInt"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1700) : error 017: undefined symbol "INI_WriteInt"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1701) : error 017: undefined symbol "INI_WriteInt"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1702) : error 017: undefined symbol "INI_WriteInt"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1703) : error 017: undefined symbol "INI_WriteInt"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1704) : error 017: undefined symbol "INI_Close"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1696) : warning 204: symbol is assigned a value that is never used: "file"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1696 -- 1710) : warning 235: public function lacks forward declaration (symbol "OnPlayerLogin")
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1714) : error 017: undefined symbol "INI_ParseFile"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1714) : warning 215: expression has no effect
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1714) : error 029: invalid expression, assumed zero
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1714) : error 017: undefined symbol "extra"
C:\Documents and Settings\user\Desktop\03e\gamemodes\Stunts.pwn(1714) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
20 Errors.
Don't say "make sure you have YSI include blablabla" or "#Include <YSI\y_ini>"
Re: Help (Y_INI) -
MadeMan - 02.06.2012
Show the code maybe?
Re: Help (Y_INI) -
Ballu Miaa - 02.06.2012
Update your
YSI folder.
Re: Help (Y_INI) -
Flake. - 02.06.2012
looks like it may be a missing bracket, otherwise update your Y_INI