13.02.2013, 09:15
Remove #if, #else, #endif lines if you have them. They are a source of problems.
Also you don't need to use MAX_PLAYERS+1. That's stupid and unnecessary. Playerid goes from 0 to 499. Not 1 to 500.
Also you don't need to use MAX_PLAYERS+1. That's stupid and unnecessary. Playerid goes from 0 to 499. Not 1 to 500.