11.02.2013, 11:26
for ( new i = 0; i < MAX_PLAYERS; i++) {
speedo_status[i] == 1;
}
It highlights the bold bit. I've declared this variable earlier in the script as the following:
new speedo_status[MAX_PLAYERS];
speedo_status[i] == 1;
}
It highlights the bold bit. I've declared this variable earlier in the script as the following:
new speedo_status[MAX_PLAYERS];