How can I loop through objects?
#1

Hey guys, I wonder how can I loop through objects.
Example codes
pawn Код:
Object 1 = CreateObject....
Object 2 = CreateObject....
etc.
Reply
#2

I don't get it..
Reply
#3

Like this?
pawn Код:
for(new i;i <sizeof(Object);i++)
    {
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)