help me please
#1

When i can switch the "unknown command" when someone write wrong.
Sorry for my bad english.
Reply
#2

Lemme clear what he say:
For example when someone types an unknown command for example:
/hello
Server:Unknown Command
How can I replace the message.
Reply
#3

Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
	if(success == 0)
	{
        //text
	    return 1;
	}
	return 1;
}
+REP If you found your answer.
Reply
#4

Resolved.Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)