[Help]Commands
#6

i think he means that he gets the message "SERVER: UNKOWN COMMAND"
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.
}
i hoped this helped
Reply


Messages In This Thread
[Help]Commands - by JetfighterV - 29.01.2010, 13:42
Re: [Help]Commands - by ray187 - 29.01.2010, 14:03
Re: [Help]Commands - by fsnameless - 29.01.2010, 23:56
Re: [Help]Commands - by 02manchestera - 29.01.2010, 23:59
Re: [Help]Commands - by fsnameless - 30.01.2010, 00:05
Re: [Help]Commands - by bluray - 30.01.2010, 01:09
Re: [Help]Commands - by fsnameless - 31.01.2010, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)