/drop command.
#3

pawn Код:
command(help, playerid, params[])
{
    new cat[128];
    new defaultinteger;
    if(sscanf(params, "s[128]D(default)", cat))
    {
        SendClientMessage(playerid, 0x66666666, "Usage: /drop [Category]");
        SendClientMessage(playerid, 0x66666666, "Categories: Clothes");
        return 1;
    }
    else
    {
        if(strfind("Clothes", cat, true) != -1)
        {
                  //
        }
    }
    return 1;
}
Reply


Messages In This Thread
/drop command. - by iGetty - 24.05.2012, 22:20
Re: /drop command. - by vIBIENNYx - 24.05.2012, 22:26
Re: /drop command. - by vIBIENNYx - 24.05.2012, 22:30
Re: /drop command. - by iGetty - 24.05.2012, 22:36
Re: /drop command. - by iGetty - 24.05.2012, 22:50
Re: /drop command. - by IceCube! - 24.05.2012, 23:13
Re: /drop command. - by ReneG - 24.05.2012, 23:22

Forum Jump:


Users browsing this thread: 2 Guest(s)