error 018: initialization data exceeds declared size
#5

One of your defines such as:
pawn Код:
#define RegisterCommand "yoloyoloyolo"
has more 11 characters (you made an array to hold 12 characters (11 + the null character)).

To get rid of this error, either shorten your defined strings or increase your "sCommand" array inside of your enumerator to hold the length of the string + the null character.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)