arkadaşlar öncelikle merhaba ben bu sistemi yaparken herşey oldu fakat 1 yerde sorun alıyorum constans.cpp den
//Arat;
şunu ekliyorum
#ifdef METIN_BOSS_BONUSES
{ POINT_ATTBONUS_METIN,},
{ POINT_ATTBONUS_BOSS, },
#endif
ama şöyle bir hata alıyorum
constants.cpp:711:1: error: too many initializers for 'const TApplyInfo [99]' {aka 'const SApplyInfo [99]'}
711 | };
| ^
gmake: *** [Makefile:159: .obj/constants.o] Error 1
//Arat;
şunu ekliyorum
#ifdef METIN_BOSS_BONUSES
{ POINT_ATTBONUS_METIN,},
{ POINT_ATTBONUS_BOSS, },
#endif
ama şöyle bir hata alıyorum
constants.cpp:711:1: error: too many initializers for 'const TApplyInfo [99]' {aka 'const SApplyInfo [99]'}
711 | };
| ^
gmake: *** [Makefile:159: .obj/constants.o] Error 1