Y_ini loop loading question
#3

Quote:
Originally Posted by Jefff
Посмотреть сообщение
pawn Код:
public LoadTest_data(id, name[], value[])
{
    new str[20];
    for(new a; a < 20; a++)
    {
        format(str, sizeof(str),"Test%d%d", id, a);
        INI_Float(str, gSomeVar[id][a]);
    }
    return 1;
}
My bad :/, the variable is actually:
- Edited the main topic.
pawn Код:
new Float: gSomeVar[20][20][20];
Reply


Messages In This Thread
Y_ini loop loading question - by Loot - 28.11.2013, 19:39
Re: Y_ini loop loading question - by Jefff - 28.11.2013, 21:19
Re: Y_ini loop loading question - by Loot - 28.11.2013, 21:26
Re: Y_ini loop loading question - by Jefff - 28.11.2013, 22:21
Re: Y_ini loop loading question - by Loot - 28.11.2013, 22:33
Re: Y_ini loop loading question - by Jefff - 28.11.2013, 22:41
Re: Y_ini loop loading question - by Loot - 28.11.2013, 22:49

Forum Jump:


Users browsing this thread: 2 Guest(s)