Commands
#10

pawn Код:
CMD:convoyc(playerid, params[])
}
    new Msg[256];
    format(Msg, 2000, "%s /convoy\n", Msg);
    format(Msg, 2000, "%s /convoycancel\n", Msg);
    format(Msg, 2000, "%s /convoykick\n", Msg);
    format(Msg, 2000, "%s /convoyleave\n", Msg);
    format(Msg, 2000, "%s /convoymembers\n", Msg);
    ShowPlayerDialog(playerid, DialogRules, DIALOG_STYLE_MSGBOX, "Convoy Related Commands", Msg, "Ok", TXT_DialogButtonCancel);
    return 1;
}

CMD:housec(playerid, params[])
}
    new Msg[256];
    format(Msg, 2000, "%s /buyhouse\n", Msg);
    format(Msg, 2000, "%s. /housemenu\n", Msg);
    format(Msg, 2000, "%s /gohome\n", Msg);
    format(Msg, 2000, "%s /getcar\n", Msg);
    format(Msg, 2000, "%s /park\n", Msg);
    ShowPlayerDialog(playerid, DialogRules, DIALOG_STYLE_MSGBOX, "House Related Commands", Msg, "Ok", TXT_DialogButtonCancel);
    return 1;
}

CMD:cmds(playerid, params[])
}
    new Msg[256];
    format(Msg, 2000, "%s /assistance\n", Msg);
    format(Msg, 2000, "%s /bank\n", Msg);
    format(Msg, 2000, "%s /changepassword\n", Msg);
    format(Msg, 2000, "%s /givecash\n", Msg);
    format(Msg, 2000, "%s /flip", Msg);
    format(Msg, 2000, "%s /pm\n", Msg);
    format(Msg, 2000, "%s /rescue\n", Msg);
    format(Msg, 2000, "%s /reclass\n", Msg);
    format(Msg, 2000, "%s /report\n", Msg);
    format(Msg, 2000, "%s /rules\n", Msg);
    format(Msg, 2000, "%s /work\n", Msg);
    format(Msg, 2000, "%s /stats\n", Msg);
    format(Msg, 2000, "%s /detach\n", Msg);
    format(Msg, 2000, "%s /convoyc\n", Msg);
    format(Msg, 2000, "%s /housec\n", Msg);
    ShowPlayerDialog(playerid, DialogRules, DIALOG_STYLE_MSGBOX, "Commands", Msg, "Ok", TXT_DialogButtonCancel);
    return 1;
}
Reply


Messages In This Thread
Commands - by NathNathii - 07.03.2013, 14:59
Re: Commands - by L.Hudson - 07.03.2013, 15:02
Re: Commands - by NathNathii - 07.03.2013, 15:05
Re: Commands - by L.Hudson - 07.03.2013, 15:09
Re: Commands - by Patrick - 07.03.2013, 15:10
Re: Commands - by L.Hudson - 07.03.2013, 15:11
Re: Commands - by NathNathii - 07.03.2013, 15:12
Re: Commands - by Patrick - 07.03.2013, 15:13
Re: Commands - by L.Hudson - 07.03.2013, 15:14
Re: Commands - by NathNathii - 07.03.2013, 15:15

Forum Jump:


Users browsing this thread: 6 Guest(s)