Problem with DIALOG_STYLE_MSGBOX
#3

pawn Код:
CMD:acmds(playerid, params[])
{
    new str[500];
    format(str, sizeof(str), "{336633}Level 1:{FFFFCC} /setskin\n\n");
    strcat(str, "{336633}Level 2:{FFFFCC} No commands\n\n");
    strcat(str, "{336633}Level 3:{FFFFCC} No commands\n\n");
    strcat(str, "{336633}Level 4:{FFFFCC} /setcash\n\n");
    strcat(str, "{336633}Level 5:{FFFFCC} /setadmin");
    if(PlayerInfo[playerid][pALevel] >= 1)
    {
        ShowPlayerDialog(playerid, DIALOG_ACMDS, DIALOG_STYLE_MSGBOX, "{336633}Fri's TDM Admin Commands", str, "Ok", "");
    }
    return 1;
}
Reply


Messages In This Thread
Problem with DIALOG_STYLE_MSGBOX - by friezakinght - 11.07.2014, 13:14
Re: Problem with DIALOG_STYLE_MSGBOX - by KayJ - 11.07.2014, 13:30
Re: Problem with DIALOG_STYLE_MSGBOX - by BroZeus - 11.07.2014, 13:34

Forum Jump:


Users browsing this thread: 2 Guest(s)