28.10.2014, 12:20
Quote:
Try using "break;" at the end of the loop(For the winner).. or try creating a var., which detects if a winner has been chosen( new bool:WinnerChosen; ), and the winner's id( new WinnerID[ MAX_PLAYERS ]; ) ..
If a winner has been chosen, you stop the loop( break; ), if not, then you do the highscore stuff. |
![Smiley](images/smilies/smile.png)