Several Commands?
#2

Like above, with a trialling } bracket. You missed a bracket out.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        // Do something here
        return 1;
    }
    if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        // Do something here
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Several Commands? - by DeltaAirlines12 - 16.09.2009, 21:59
Re: Several Commands? - by Calgon - 16.09.2009, 22:05
Re: Several Commands? - by Adil - 16.09.2009, 22:08
Re: Several Commands? - by DeltaAirlines12 - 16.09.2009, 22:13
Re: Several Commands? - by Adil - 16.09.2009, 22:15
Re: Several Commands? - by DeltaAirlines12 - 16.09.2009, 22:16
Re: Several Commands? - by DeltaAirlines12 - 16.09.2009, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)