29.07.2011, 15:42
You should avoid using format() to copy strings. A better way would be to use strcat:
pawn Код:
strcat(Vehicleinfo[vehicleid][owner], pName, MAX_PLAYER_NAME);