10.10.2011, 21:06
If I understand correctly, then what you're trying to do is not possible. At least not in this way. Something like this should work though:
pawn Код:
new idx;
switch(x)
{
case 1: idx = stuff:Variable1;
case 2: idx = stuff:Variable2;
}
Info[idx] = /* your stuff */