Create a dialog-table
#4

pawn Код:
CMD:weaponids(playerid, params[])
{
    if(PlayerDate[playerid][pAdmin] >= 5)
    {
        ShowPlayerDialog(playerid, use_ur_own_dialog_id, DIALOG_STYLE_MSGBOX, "Weapon ids!", "ID: 1 = Fists, ID: 2 = Golf Club.... and so on", "Exit", "");
    }
    else SendClientMessage(playerid, COLOR_WHITE, AdminOnly);
    return 1;
}
Something like that, just continue by that order and when you want to get a line down you will need to use \n
( eg.: "ID: 1 = Fists\nID: 2 = Golf Club" )
Reply


Messages In This Thread
Create a dialog-table - by cotyzor - 17.03.2013, 08:16
Re: Create a dialog-table - by Frede - 17.03.2013, 08:23
Respuesta: Create a dialog-table - by Parka - 17.03.2013, 08:25
Re: Create a dialog-table - by Denying - 17.03.2013, 08:25

Forum Jump:


Users browsing this thread: 1 Guest(s)