Array Query
#4

I just tested this code and it works
pawn Код:
new array[20];
new someinfo[5];

public OnFilterScriptInit()
{
  someinfo[1] = 12;
  array[someinfo[1]] = 20;
  printf("%d",array[12]);
}
And I can guarantee that it works 100% with enumerators since I use examples like that a lot
Reply


Messages In This Thread
Array Query - by [ERP]Snow - 17.10.2009, 15:02
Re: Array Query - by dice7 - 17.10.2009, 15:39
Re: Array Query - by Westie - 17.10.2009, 15:50
Re: Array Query - by dice7 - 17.10.2009, 16:03

Forum Jump:


Users browsing this thread: 2 Guest(s)