11.01.2014, 23:02
Two questions:
INI_ParseFile
Let us say you have a function like this:
How can you with INI_ParseFile pass on both a variable a and a variable b?
Can you just add like: "a, b"?
Arrays
Using a 3-dimensional arrays, as I have heard, are heavy when it comes to taking up space. How much, I do not know but I've heard that. Is there anything similar to 3-dimensional arrays that wouldn't take up as much space? Might be a stupid question, but just asking. ^^
INI_ParseFile
Let us say you have a function like this:
pawn Code:
loadsomething(a, b, name[], value[])
{
//code
}
pawn Code:
INI_ParseFile("m.ini", "loadsomething", .bExtra = true, .extra = a);
Arrays
Using a 3-dimensional arrays, as I have heard, are heavy when it comes to taking up space. How much, I do not know but I've heard that. Is there anything similar to 3-dimensional arrays that wouldn't take up as much space? Might be a stupid question, but just asking. ^^

