Guten Abend !
Ich habe ein Godfather script aber wnn ich es Compile kommen diese erorrs:
:\Website\pawno\pawno\include\utils.inc(1) : warning 219: local variable "string" shadows a variable at a preceding level
E:\Website\pawno\pawno\include\dutils.inc(28) : warning 219: local variable "string" shadows a variable at a preceding level
E:\Website\pawno\pawno\include\dutils.inc(132) : warning 219: local variable "string" shadows a variable at a preceding level
E:\Website\pawno\pawno\include\dutils.inc(172) : warning 219: local variable "string" shadows a variable at a preceding level
E:\Website\pawno\pawno\include\dutils.inc(280) : warning 219: local variable "string" shadows a variable at a preceding level
E:\Website\pawno\pawno\include\dutils.inc(337) : warning 219: local variable "string" shadows a variable at a preceding level
E:\Website\pawno\pawno\include\dutils.inc(379) : warning 219: local variable "string" shadows a variable at a preceding level
E:\Downloads\YVL.pwn(3654) : error 052: multi-dimensional arrays must be fully initialized
E:\Downloads\YVL.pwn(3662) : error 001: expected token: ";", but found "-identifier-"
E:\Downloads\YVL.pwn(3692) : error 025: function heading differs from prototype
E:\Downloads\YVL.pwn(3693) : error 021: symbol already defined: "strtok"
E:\Downloads\YVL.pwn(3708) : error 047: array sizes do not match, or destination array is too small
E:\Downloads\YVL.pwn(6895) : error 017: undefined symbol "Date"
E:\Downloads\YVL.pwn(6897) : error 076: syntax error in the expression, or invalid function call
E:\Downloads\YVL.pwn(7017) : error 076: syntax error in the expression, or invalid function call
E:\Downloads\YVL.pwn(7018) : error 017: undefined symbol "Date"
E:\Downloads\YVL.pwn(17315) : error 017: undefined symbol "Date"
E:\Downloads\YVL.pwn(17317) : error 017: undefined symbol "Date"
E:\Downloads\YVL.pwn(17318) : error 017: undefined symbol "Date"
E:\Downloads\YVL.pwn(17319) : error 017: undefined symbol "Date"
E:\Downloads\YVL.pwn(17320) : error 017: undefined symbol "Date"
E:\Downloads\YVL.pwn(17322) : error 076: syntax error in the expression, or invalid function call
E:\Downloads\YVL.pwn(17324) : error 076: syntax error in the expression, or invalid function call
E:\Downloads\YVL.pwn(17325) : error 076: syntax error in the expression, or invalid function call
E:\Downloads\YVL.pwn(17326) : error 076: syntax error in the expression, or invalid function call
E:\Downloads\YVL.pwn(17327) : error 076: syntax error in the expression, or invalid function call
E:\Downloads\YVL.pwn(26689) : warning 219: local variable "mod" shadows a variable at a preceding level
E:\Downloads\YVL.pwn(31367) : error 047: array sizes do not match, or destination array is too small
E:\Downloads\YVL.pwn(50448) : error 004: function "NameTimer" is not implemented
E:\Downloads\YVL.pwn(58807) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
21 Errors.
Kann mir einer helfen ?
MFG
HELP_ME