05-26-2021, 10:46 AM
5 hours ago, BayBay said:
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
hope to have helped you a little then !

