[SOLVED]Race Checkpoints
#3

i asume you initialized the array for the checkpoints in a too small array, like
Код:
new RCP[20][3];
...so the 21st checkpoints cant fit into that array. simply raise the size of it, it wont hurt if it wastes some bytes only:
Код:
new RCP[100][3];
Reply


Messages In This Thread
[SOLVED]Race Checkpoints - by w00tNew - 15.05.2010, 18:04
Re: Race Checkpoints - by w00tNew - 15.05.2010, 18:23
Re: [SOLVED]Race Checkpoints - by Babul - 15.05.2010, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)