String to variable
#6

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 */
Reply


Messages In This Thread
String to variable - by whitedragon - 10.10.2011, 19:33
Re: String to variable - by FireCat - 10.10.2011, 19:36
Re: String to variable - by Kush - 10.10.2011, 20:01
Re: String to variable - by grand.Theft.Otto - 10.10.2011, 20:32
Re: String to variable - by whitedragon - 10.10.2011, 20:52
Re: String to variable - by Vince - 10.10.2011, 21:06

Forum Jump:


Users browsing this thread: 4 Guest(s)