Thread
:
Bomypet problem.
View Single Post
#
2
08-28-2006, 05:21 PM
xXziroXx
Malorian
Join Date: May 2004
Posts: 5,289
The only time I recived that error, was when I accidentily had two loops using the same var. Example:
PHP Code:
for (
i
=
0
;
i
<
whatever
;
i
++) {
for (
i
=
0
;
i
<
whatever2
;
i
++) {
}
}
__________________
Follow my work on social media post-Graal:
https://bsky.app/profile/serith.maloria.org
Maloria Discord
-
IN ACTIVE DEVELOPMENT
Updated august 2025.
xXziroXx
View Public Profile
View GraalOnline Profile
Visit xXziroXx's homepage!
Find all posts by xXziroXx