DIALOG_STYLE_MSGBOX help.
#1

Nothing show up, thanks in advance!

PHP код:
if(dialogid == DIALOG_HELP)
    {
        switch(
response)
          {
            case 
1:
              {
                switch(
listitem)
                  {
                    case 
1:
                    {
                         new 
szString[128];
                          
format(szStringsizeof(szString),"/rules /faq /(net)stats /inventory /quickstats /myguns /buylevel /upgrade /changepass /killcheckpoint /resetupgrades(100k)");
                         
format(szStringsizeof(szString),"\n/w(hisper) /o(oc) /s(hout) /l(ow) /b /ad(vertisement)s /f(amily) /me /togooc /tognews /togfam /togwhisper /do /cancelcall");
                         
format(szStringsizeof(szString),"\n/balance /withdraw /deposit /wiretransfer /abalance /awithdraw /adeposit /awiretransfer");
                         
format(szStringsizeof(szString),"\n/pay /writecheck /cashchecks /charity /time /buy /(check)id /music /showlicenses /clothes /mywarrants");
                          
format(szStringsizeof(szString),"\n/apply /skill /stopani /kill /buyclothes /droplicense /calculate /refuel /car /seatbelt /checkbelt, /defendtime");
                          
format(szStringsizeof(szString),"\n/cancel /accept /eject /usepot /usecrack /contract /service /families /joinevent /checkplant /nextpaycheck, /nextgift, /pointtime");
                          
format(szStringsizeof(szString),"\n/speedo /speedopos /viewmotd");
                          
ShowPlayerDialog(playerid,DIALOG_HELP,DIALOG_STYLE_MSGBOX,"Basic commands",szString,"Ok""");
                      } 
PHP код:
CMD:help(playeridparams[])
{
    
ShowPlayerDialog(playerid,DIALOG_HELP,DIALOG_STYLE_LIST,"Help Menu","{33FF66}Basic Commands","Continue""Cancel");
    return 
1;

Reply


Messages In This Thread
DIALOG_STYLE_MSGBOX help. - by N0FeaR - 18.12.2015, 12:54
Re: DIALOG_STYLE_MSGBOX help. - by Sh4d0w2 - 18.12.2015, 13:06
Re: DIALOG_STYLE_MSGBOX help. - by N0FeaR - 18.12.2015, 13:11
Re: DIALOG_STYLE_MSGBOX help. - by Sh4d0w2 - 18.12.2015, 13:15
Re: DIALOG_STYLE_MSGBOX help. - by iKarim - 18.12.2015, 14:51
Re: DIALOG_STYLE_MSGBOX help. - by SilverStand - 18.12.2015, 15:17
Re: DIALOG_STYLE_MSGBOX help. - by Threshold - 18.12.2015, 16:10
Re: DIALOG_STYLE_MSGBOX help. - by ikey07 - 18.12.2015, 16:41
Re: DIALOG_STYLE_MSGBOX help. - by Ahmad45123 - 18.12.2015, 16:42
Re: DIALOG_STYLE_MSGBOX help. - by Threshold - 19.12.2015, 06:32

Forum Jump:


Users browsing this thread: 1 Guest(s)