27.02.2010, 21:32
1. Check this in console because its wrong (printf)
2. U dont need this
Код:
while(fread(ReadFileString, Line, sizeof Line, false)) { CP[CPCount][1] = floatstr(strtok(Line, Index)); CP[CPCount][2] = floatstr(strtok(Line, Index)); CP[CPCount][3] = floatstr(strtok(Line, Index)); CPCount++; }
Код:
CP[WhichCheckpoint[playerid]][1]++; CP[WhichCheckpoint[playerid]][2]++; CP[WhichCheckpoint[playerid]][3]++;