13.01.2014, 18:50
If I try applying this code:
it won't work, it prins me nothing.
pawn Код:
stock CopyVehiclePlates(src, dest) {
strcpy(VehicleInfo[dest][vPlate], VehicleInfo[src][vPlate], 32);
printf("%s", VehicleInfo[dest][vPlate]);
}