![]() |
|
Server missing features EP4 - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193) +---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157) +----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128) +----- Thread: Server missing features EP4 (/showthread.php?tid=4747) Pages:
1
2
|
- BayBay - 05-26-2021 14 hours ago, Scura said: doFuncSkill.cpp last function should be what are you looking for Im not good with code but is this the last function you are telling me? maybe where the Array Data Size is? 2 - BayBay - 05-26-2021 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 - Scura - 05-26-2021 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 ! - BayBay - 05-27-2021 15 hours ago, Scura said: hope to have helped you a little then ! Absolutely! thanks for your help it really help alot! |