05-26-2021, 05:41 AM
1 hour ago, BayBay said:
Im not good with code but is this the last function you are telling me? maybe where the Array Data Size is?
2
i did this and it worked:
enum { ARRAY_DATA_SIZE = 6 };
static const int useLevelPoint[ARRAY_DATA_SIZE] = { 0, 50000, 110000, 180000, 250000, 350000 };
static const int useSkill[ARRAY_DATA_SIZE][2] = { {0,0}, {0,0}, {0,0}, {0,0}, {0,0}, {0,0} };
int useLevel = 0;
ignition loads but if u try to use it you can´t ?
and removed ignition button from xml and it works perfect

