Problem that i cant solve... [Ysi / Sscanf] - 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: Problem that i cant solve... [Ysi / Sscanf] (
/showthread.php?tid=415820)
Problem that i cant solve... [Ysi / Sscanf] -
Hade. - 14.02.2013
Hey, so i transfered my GM to 0.3 and upgraded all the plugins and stuff, but YSI an sscaf are the ones that i cant solve, i get errors on placec where i have Createobject or something like that :S
Errors:
Код:
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(740) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(761) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(806) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(834) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(954) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(1027) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(1048) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(1067) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(1089) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(1121) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(1157) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(1185) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\pawno\include\YSI\y_ini.inc(1218) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\gamemodes\NF-1.pwn(8729) : warning 219: local variable "file" shadows a variable at a preceding level
C:\Users\ilmar\Desktop\Nebuloss Fun\gamemodes\NF-1.pwn(8891) : warning 203: symbol is never used: "ret_memcpy"
They came out of nowhere and i dont have anything like ret whatever in my gm...
Re: Problem that i cant solve... [Ysi / Sscanf] -
PaulDinam - 14.02.2013
you've got a new file somewhere else already.
Re: Problem that i cant solve... [Ysi / Sscanf] -
Hade. - 14.02.2013
Yeah sorry, got all the file stuff fixed but one remaind:
Код:
C:\Users\ilmar\Desktop\Nebuloss Fun\gamemodes\NF-1.pwn(8892) : warning 203: symbol is never used: "ret_memcpy"
Re: Problem that i cant solve... [Ysi / Sscanf] -
PaulDinam - 14.02.2013
Look for "ret_memcpy" by pressing CTRL + F and delete it.