04.05.2013, 07:31
Why do you return 0; ??Returning 0 will cause Unknown Command.
Just change return 0 to return 1 which tells the command was performed sucessfuly.
You are just doing the reverse.
1 is for success
0 is for fail
Just change return 0 to return 1 which tells the command was performed sucessfuly.
You are just doing the reverse.
1 is for success
0 is for fail