The problem GM
#1

Hello I have a problem when someone writes a wrong command does not write nimik
I want to write like in exempu
Ex say that is wrong command /statss
write:
This command / statss no use / cmds or / help
Reply
#2

pawn Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
    if(!strcmp(cmdtext,"/command",true))
    {
        ...
        return 1;
    }
    else return SendClientMessage(playerid,-1,"Use /cmds");
    return 0;
}
Something like this?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)