strcpy problem
#1

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


Forum Jump:


Users browsing this thread: 1 Guest(s)