Q: Arrays [SOLVED -> Jonny5]
#1

Hey Guys.

I'm Making a System.
I Need to Involve Arrays, So i Was Wondering.
Whats the Best Way to do Arrays.

Straight Formation?
new mArray[] = {
0,
1,
2,
3,
4,
5
};

Or..?



Ezay
\o/
Reply
#2

well the other way is to write an enum

pawn Код:
enum eSomeInfo{
    string[34],
    float:eX,
    someint
}

new aSomearray[eSomeInfo];
or the first way, they both are fine.
Reply
#3

Oh Ok,


Cheers Jonny5!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)