Quote:
Originally Posted by NaS
Do you use strcmp inside OnPlayerCommandText?
if yes, it probably looks like this now:
if(strcmp(cmdtext, "/lock", true, 6) == 0)
but "/lock" is only 5 letters, so instead of 6 put a 5 in there.
|
Well I think you can see the commands over there that he's using DCMD and not the strcmp inside the OnPlayerCommandText.