SA-MP Forums Archive
YSI problem o.O - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: YSI problem o.O (/showthread.php?tid=358223)



YSI problem o.O - Coder_ - 09.07.2012

i got 13 errors for something :O
pawn Код:
pawno\include\YSI\y_debug.inc(276) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_debug.inc(338) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_debug.inc(343) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_amx.inc(442) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_amx.inc(892) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_amx.inc(914) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_utils.inc(237) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_utils.inc(360) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_utils.inc(387) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_utils.inc(466) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_malloc.inc(458) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_malloc.inc(582) : warning 219: local variable "str" shadows a variable at a preceding level
pawno\include\YSI\y_ini.inc(1071) : warning 219: local variable "str" shadows a variable at a preceding level
i typed only "#include <YSI\y_ini>"
Please help me and tell what give me these erros


Re: YSI problem o.O - Coder_ - 09.07.2012

Anyone?


Re: YSI problem o.O - Speed++ - 09.07.2012

variable str is already definied, change it ?


Re: YSI problem o.O - Coder_ - 09.07.2012

Quote:
Originally Posted by Speed++
Посмотреть сообщение
variable str is already definied, change it ?
not work


Re: YSI problem o.O - Ranama - 09.07.2012

Quote:
Originally Posted by Coder_
Посмотреть сообщение
not work
Probably you've defined a variable with a name str in one of your codes, or any of the other includes have made a str variable in the local scope. you'll have to find and delete it.