08.07.2012, 11:05
Remove 'return 0;'
Here is what is happening.
Here is what is happening.
- Loop starts at zero.
- ID 0 is admin, and the code continues to the clientmessage code.
- The clientmessage code is run, and the loop stops running because returning a value instantly stops a block of code.