19.09.2014, 16:33
Just enter its size.
Also, you should use strcpy for this, not format.
Also, you should use strcpy for this, not format.
pawn Код:
#define strcpy(%0,%1) strcat((%0[0] = '\0', %0), %1)
strcpy(VehicleInfo[vehicleid][vPlaca], numberplate, SIZE HERE);