[Help]Commands
#1

Why when I have a server and signatures / thisthis and why it writes that there is no such command? my server normal biski script is blank and the new game modes have
Reply
#2

Great example how ******Translator fails...
Reply
#3

@ray wdf?

and this topic makes no sense at all
Reply
#4

what is the problem i just read a random comment
Reply
#5

im just saying this doesnt make sense on how were susposed to help if it doesnt make sense so its not a comment its a saying that i cant understand it and its not much to go off of for a help topic
Reply
#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
#7

oh yea i didnt read it so good return 1 at the end of the cmd is so the server says ok make this work and return 0 at the end says sorry not there or no such command =) and yes bluray your code will work if he does it in right
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)