Dialog
#1

How to add something in dialog...

here is the cmd:

pawn Код:
SendClientMessage(playerid, RYDER,":: GENERAL :: (/wi)ndows /coin /trunk (/inv)entory /knock /knockout /give /otvorikapiju /sid /smoke");
            SendClientMessage(playerid, RYDER,":: CHAT :: (/p)me (/cw)hisper (/o)oc (/s)hout /low (/b) (/f)action /me /do /togooc /tognews /togfam /togpm /togphone");
            SendClientMessage(playerid, RYDER,":: BANK :: /balance /withdraw /deposit /wiretransfer /bwithdraw /bdeposit /bbank /bhelp");
            if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 1)
            {
                SendClientMessage(playerid, RYDER, ":: POLICE :: (/r)adio (/d)epartments (/m)egaphone (/su)spect /mdc /arrest /duty /wanted /cuff /tazer /undercover");
                SendClientMessage(playerid, RYDER, ":: POLICE :: /bk /bkc /gov /area51 /ram /drag ");
                SendClientMessage(playerid, RYDER, ":: POLICE :: /roadblock /uklonisveblokade /roadunblock /tracelastcall(/tlc) /opengate");
            }
And so one how to add this only for read...
Reply
#2

bump
Reply
#3

pawn Код:
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Help", "/r)adio (/d)epartments (/m)egaphone (/su)spect /mdc /arrest\n/duty /wanted /cuff /tazer /undercover); // change the dialogid to any id you want
Reply
#4

pawn Код:
ShowPlayerDialog( playerid, 9900, DIALOG_STYLE_MSGBOX, "This is a title", "This is inside the black box", "Button1", Button2" );
9900 - ID of the dialog, can be any number! > 0
DIALOG_STYLE_MSGBOX - The style of the box, MSGBOX means just a message, INPUT it's a box with an input and LIST is a box with lists!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)