03.08.2010, 10:34
Because /fightstyle hasn't got a size of 5 characters, remove it.
Just use:
if(!strcmp("/<command", cmdtext, 1))
Instead of
if(strcmp("/command", cmdtext, true, <sizeof /command>) == 0)
Just use:
if(!strcmp("/<command", cmdtext, 1))
Instead of
if(strcmp("/command", cmdtext, true, <sizeof /command>) == 0)