03.09.2016, 05:30
Quote:
|
Despite the fact that you can't have commands that use strcmp as a base, and commands using ZCMD at the same time. You're wrong again. They would have to change it either way.
|
and why you shouldnt use strcmp
i will give eg
PHP Code:
if (!strcmp(cmdtext, "/he"))
{
// Do something
}

