30.01.2010, 01:09
i think he means that he gets the message "SERVER: UNKOWN COMMAND"
if that is it this is how to fix it
i hoped this helped
if that is it this is how to fix it
Код:
Public OnPlayerCommandText
{
if(strcmp, /thisthis, cmdtext, true) == 0)
{
blah blah blah
return 1; //put this return here with one at the end.
}
return 0; // put a return 0 here aswell as the return 1 and this should work.
}

