Error HELP :) - 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: Error HELP :) (
/showthread.php?tid=570089)
Error HELP :) -
Fantje - 05.04.2015
Hiye
I got this error:
PHP код:
C:\Users\*******\Desktop\ProjectSvT\pawno\include\YSI\y_debug.inc(382) : warning 219: local variable "s" shadows a variable at a preceding level
Re: Error HELP :) -
Affan - 05.04.2015
Do you have any
in your script?
Re: Error HELP :) -
Fantje - 05.04.2015
No I don't
Re: Error HELP :) -
Affan - 05.04.2015
Show me your list of includes.
Re: Error HELP :) -
Fantje - 05.04.2015
Quote:
Originally Posted by Affan
Show me your list of includes.
|
PHP код:
#include <a_samp>
#include <float>
#include <zcmd>
#include <foreach>
#include <AC_Balkan_Security>
Re: Error HELP :) -
Ritzy2K - 05.04.2015
Strange, ur includes doesnt have YSI still it shows a warning from ysi/y_debug..I hope you dont have multiple pawnos? and yeah search for a
pawn Код:
new s; or maybe with a size new s[MAX_PLAYERS]; or maybe new s[28]; or something like that
Re: Error HELP :) -
rajabilal555 - 03.12.2015
Hey @[ND]xXZeusXx. the include can also include some other includes.....
Код:
#include <AC_Balkan_Security>
This might include YSI.....