Posts: 701
Threads: 91
Joined: Mar 2012
Guys, How to solve this error :
Код:
C:\Documents and Settings\User\Desktop\savi server\pawno\include\YSI\internal\y_version.inc(193) : warning 219: local variable "code" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Hope you will tell me
Thanks
Posts: 701
Threads: 91
Joined: Mar 2012
see carefully its not a GM/FS its Something about YSI
Posts: 1,166
Threads: 44
Joined: Sep 2009
Reputation:
0
well open include\YSI\internal\y_version.inc then ctrl g and search 193 and remove the line.. same thing the variable has been defined twice
Posts: 701
Threads: 91
Joined: Mar 2012
I dont have YSI in Include
Posts: 19
Threads: 3
Joined: May 2012
Or, if you don't have YSI.inc in the pawno/include folder, download the files. If the error still comes, and you have the YSI, get all the plugins, if possible, not all, just the important ones. If it is a scripting problem, let the Pros handle this. As far as errors come in pawno, some of it is because of missing files
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Look at the error:
pawno\include\YSI\internal\y_version.inc(193)
that indicates that y_version.inc IS included in your script. If it wasn't, you wouldn't get this error, would you?
Posts: 84
Threads: 8
Joined: Dec 2011
Reputation:
0
open team viewer i can help you :
Posts: 651
Threads: 103
Joined: Feb 2012
Reputation:
0
just change variable "code" in this script to another one, because this variable is already uesd in one of includes