10.10.2014, 18:30
You don't have to use format function for just setting or copying a string into an array, use strcpy instead.
I don't have any idea about your work, it would be nice if you post some pictures.
pawn Код:
#define strcpy(%0,%1,%2) \
strcat((%0[0] = '\0', %0), %1, %2)