Errors
#8

pawn Код:
warning 219: local variable "zone" shadows a variable at a preceding level //means you've got the same variable defined twice or more times that conflict with eachother
error 017: undefined symbol "GetPlayer2DZone" //means the function is not defined/doesn't exist
warning 203: symbol is never used: "ret_memcpy" //never had this problem but if you used search it would give you an answer to use #pragma unused ret_memcpy
warning 203: symbol is never used: "zarea" //variable has been created but doesn't get used in the script making it pointless
you haven't giving much information really, just posted a bunch of errors without giving details on how your script is set up or what includes you use.
Reply


Messages In This Thread
Errors - by Chris_Morrison - 30.09.2011, 10:15
Re: Errors - by Xyrex - 30.09.2011, 10:19
Re: Errors - by ettans - 30.09.2011, 10:19
Re: Errors - by Chris_Morrison - 30.09.2011, 10:22
Re: Errors - by Xyrex - 30.09.2011, 10:31
Re: Errors - by Vince - 30.09.2011, 10:33
Re: Errors - by Chris_Morrison - 02.10.2011, 17:30
Re: Errors - by cessil - 03.10.2011, 07:38
Re: Errors - by Chris_Morrison - 03.10.2011, 13:37

Forum Jump:


Users browsing this thread: 2 Guest(s)