10.06.2009, 15:23
1. Do return 0; in those empty if statements or just do
2. Use switch, instead of thousand IFs for every cp
3. Indent your code
pawn Код:
if (currentState != 6 || currentState != 5) /*means if currentState is not 5 or 6*/
3. Indent your code