20.02.2014, 19:02
Don't use assignment (=) for copying a string to another. Use strcat instead.
Change the 'SIZE_HERE' with the size the index oName have in the enum.
For example, if it's:
then change 'SIZE_HERE' to 32.
pawn Код:
strcat((ObjectInfo[i][oName][0] = '\0', ObjectInfo[i][oName]), example, SIZE_HERE);
For example, if it's:
pawn Код:
oName[32],