18.11.2010, 11:58
Hm, I'm not familair with this problem so I'd like to ask for help.
I've been working with someone on a system for a while. When I decided to add some strings to a file, I had this error:
It's located in an enum:
And they are used here:
I hope you're able to help me to solve this problem.
Thank you,
Biesmen
I've been working with someone on a system for a while. When I decided to add some strings to a file, I had this error:
Код:
error 047: array sizes do not match, or destination array is too small
pawn Код:
EntPUMessage[156],
ExPUMessage[156]
pawn Код:
PickupData[j][EntPUMessage] = dini_Get(file, "EntPUMess");
PickupData[j][ExPUMessage] = dini_Get(file, "ExPUMess");
Thank you,
Biesmen