27.03.2012, 05:30
Okay so I was scripting recently and I came across this error that my good 'ol buddy ****** couldn't help me fix.
Error:
And the line that it is giving me an error on is:
Before you write anything here are some answers to a few questions you have:
1.)Yes I have the "format(file" and enum already made
2.)This is the only thing I get an error on. It seems to be dini_Get that is so picky....
Error:
pawn Код:
Error 47: array sizes do not match, or destination array is too small
pawn Код:
Vehicle[vehicleid][vOwner] = dini_Get(file,"Owner"):
1.)Yes I have the "format(file" and enum already made
2.)This is the only thing I get an error on. It seems to be dini_Get that is so picky....