SA-MP Forums Archive
SA:MP Error Help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: SA:MP Error Help! (/showthread.php?tid=574530)



SA:MP Error Help! - SeanHorror - 18.05.2015

Someone Know How to fix this?

Quote:

C:\Documents and Settings\All Users\Documents\Baidu\gamemodes\zombie.pwn(2920) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\All Users\Documents\Baidu\gamemodes\zombie.pwn(2920) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\All Users\Documents\Baidu\gamemodes\zombie.pwn(2920) : warning 219: local variable "z" shadows a variable at a preceding level
C:\Documents and Settings\All Users\Documents\Baidu\gamemodes\zombie.pwn(5301) : error 027: invalid character constant
C:\Documents and Settings\All Users\Documents\Baidu\gamemodes\zombie.pwn(5301) : error 027: invalid character constant
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.




Re: SA:MP Error Help! - EBook - 18.05.2015

Showing the error lines might help you 100%

Код:
C:\Documents and Settings\All Users\Documents\Baidu\gamemodes\zombie.pwn(2920) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\All Users\Documents\Baidu\gamemodes\zombie.pwn(2920) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\All Users\Documents\Baidu\gamemodes\zombie.pwn(2920) : warning 219: local variable "z" shadows a variable at a preceding level
new x, y ,z

is already existed. remove those !

edit:
Press Ctrl + G while in pawno then enter the line!


Re: SA:MP Error Help! - Michael B - 18.05.2015

Can you post the codes where you encounter errors on compiling?


Re: SA:MP Error Help! - Sithis - 18.05.2015

If you do not provide your code, we cannot help you.