I've got an array of 32 elements set up like so: racers[i] = {plCP = 0, plPos = 0}. I'd like to sort this array by the value plCP, and set plPos to be the ...
確定! 回上一頁