This worked:
Code:
enum _:list_stats
{
Float:istr = 0,// actual str
Float:iagi, //1 actual agi
Float:iint, //2 actual int
Float:pmp, //3 mp pool
Float:rhp, //4 hp reg
Float:rmp, //5 mp reg
Float:mhp, //6 hp max
Float:mmp, //7 mp max
Float:rap, //8 ap red
Float:pap //9 ap pool
}; new Float:stats[33][list_stats];
Thanks

But I don't understand why it worked, the items from enum should be the 2nd index for the double array, the index should be integer, right?
__________________