09.06.2009, 18:48
You keep asking the same questions over and over again, and making the same mistakes repeatedly...just look through your code and you'll realise that your { and } are non-existent or misplaced.
If clauses need to look like this:
and elses need to look like that as well but "else" instead of "if(something)"
Add:
to the top of those commands to sort your undefined error out.
If clauses need to look like this:
Код:
if(something) { }
Add:
Код:
new cmd[128];