double slash command
#3

You can create it like this
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("//", cmdtext, true, 10) == 0)
    {
     ////command here
     return 1;
    }
    return 0;
}
Reply


Messages In This Thread
double slash command - by Kevinas100 - 01.02.2019, 18:33
Re: double slash command - by DarkBr - 01.02.2019, 18:37
Re: double slash command - by TokicMajstor - 02.02.2019, 10:49
Re: double slash command - by SymonClash - 02.02.2019, 11:09

Forum Jump:


Users browsing this thread: 1 Guest(s)