Can this cause a problem?
#1

Код:
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
Reply
#2

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

but no this not cause problem! ..
Reply
#4

Okay Thanks : )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)