01.01.2012, 21:17
Use strcat to copy strings:
I also recommend using "strcpy" by ******. Can be found on his Optimization thread.
pawn Код:
strcat(carinfo[carid][owner], "name", MAX_PLAYER_NAME);