SA-MP Forums Archive
Can this cause a problem? - 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: Can this cause a problem? (/showthread.php?tid=550564)



Can this cause a problem? - dan40o - 13.12.2014

Код:
Header size:          14196 bytes
Code size:           540224 bytes
Data size:         18997756 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:19568560 bytes
AND THIS

Код:
...\pawno\include\YSI\y_hooks/impl.inc(3119) : warning 219: local variable "rx" shadows a variable at a preceding level
...\pawno\include\YSI\y_hooks/impl.inc(3119) : warning 219: local variable "ry" shadows a variable at a preceding level
...\pawno\include\YSI\y_hooks/impl.inc(3119) : warning 219: local variable "rz" shadows a variable at a preceding level



Re: Can this cause a problem? - UltraScripter - 13.12.2014

change the
pawn Код:
new rx, ry, rz;
to something like this
pawn Код:
new rx2, ry2, rz2;



Re: Can this cause a problem? - UltraScripter - 13.12.2014

but no this not cause problem! ..


Re: Can this cause a problem? - dan40o - 13.12.2014

Okay Thanks : )