24.09.2009, 18:33
Quote:
Originally Posted by Shinzei_Banzai
Well. What about the /enter code. It's disabled somehow..?
|
Tests the first 10 characters, for /enter. What will not work.
In general this: if (strcmp("/enter", cmdtext, true) == 0)
will do the trick.
But consider to create your commands with a proper solution like dcmd or the new zcmd.
- Draco