11.01.2012, 11:33
Quote:
Doing it for you now.
EDIT: See if this works, I cba. to download the includes and try compiling. http://pastebin.com/JzVfpEHv |
Код:
C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_utils.inc(326) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_utils.inc(470) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_utils.inc(502) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_utils.inc(520) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_timers.inc(292) : error 021: symbol already defined: "@yH_ScriptInit1" C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_timers.inc(293) : error 021: symbol already defined: "@yH_ScriptInit1" C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(930) : warning 209: function "CheckLoginKeys" should return a value C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(931) : error 010: invalid function or declaration C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(937) : error 010: invalid function or declaration C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(975) : warning 209: function "loadUserData_basic" should return a value C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(1371) : error 017: undefined symbol "usefile" C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(1395) : error 017: undefined symbol "userFile" C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(1443) : warning 203: symbol is never used: "Query" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.
EDIT: after updating to YSI R2:
Код:
C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_utils.inc(326) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_utils.inc(470) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_utils.inc(502) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\pawno\include\YSI\y_utils.inc(520) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(930) : warning 209: function "CheckLoginKeys" should return a value C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(931) : error 010: invalid function or declaration C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(937) : error 010: invalid function or declaration C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(975) : warning 209: function "loadUserData_basic" should return a value C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(1371) : error 017: undefined symbol "usefile" C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(1395) : error 017: undefined symbol "userFile" C:\Users\Michael2\Downloads\GTA\Destruction Derby 0.3d\filterscripts\S32_Register&Login.pwn(1443) : warning 203: symbol is never used: "Query" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.