29.04.2012, 08:46
That's the problem, that what i posted, is all i've got, i had that code from IPLEOMAX, but i don't know what to do with it...
The only thing i actually need, is that loop function, and that it reads from the file that holds the given plate...
it uses this to load the vehicles
It uses this to save:
And, maybe also handy, i use Mademan's AVS system..
idk what i can give more on information..
The only thing i actually need, is that loop function, and that it reads from the file that holds the given plate...
it uses this to load the vehicles
pawn Код:
else if(strcmp(line, "NumberPlate=", false, 12) == 0) strmid(VehicleNumberPlate[i], line, 12, sizeof(line));
pawn Код:
format(line, sizeof(line), "NumberPlate=%s\r\n", VehicleNumberPlate[vehicleid]); fwrite(handle, line);
idk what i can give more on information..