Parsing multiple variable into an array
#1

I'm not even sure if it's possible, but if it is.. would someone reply on this.

pawn Код:
enum Test
{
    Var_1[25],
    Var_2[25],
}

new Array[5][Test];
new var1 = 1;
new var2 = 2;

Array[var1(+var2)][Var_(var1)] = var2; // here's where I'm 'stuck'..
Thanks : ))
Reply


Messages In This Thread
Parsing multiple variable into an array - by Cameltoe - 14.11.2010, 22:30
Re: Parsing multiple variable into an array - by Mauzen - 14.11.2010, 22:37
Re: Parsing multiple variable into an array - by Cameltoe - 14.11.2010, 22:40
Re: Parsing multiple variable into an array - by Mauzen - 14.11.2010, 22:50
Re: Parsing multiple variable into an array - by Cameltoe - 14.11.2010, 22:54
Re: Parsing multiple variable into an array - by Mauzen - 14.11.2010, 23:05
Re: Parsing multiple variable into an array - by Cameltoe - 15.11.2010, 09:51
Re: Parsing multiple variable into an array - by Grim_ - 15.11.2010, 10:13
Re: Parsing multiple variable into an array - by Cameltoe - 15.11.2010, 10:23

Forum Jump:


Users browsing this thread: 1 Guest(s)