Help with a really big bug??
#8

It happens with all of them, here is this one for example:
CMD:donacije(playerid, params[], help)
PHP код:
{
    
JeliLogovan
    SPD
(playeridDIALOG_DONACIJEDIALOG_STYLE_LIST"{FFDF2D}Donacije servera:""{FFFFFF}Level\nNovac\nImanje\nOrganizacija\nNick\n{FFDF2D}POMOC""{ffdf2d}Izaberi""{ffdf2d}Zatvori");
    return 
1;

And here it is in OnDialogResponse:
PHP код:
        case DIALOG_DONACIJE:
        {
            if(
response)
            {
                switch(
listitem)
                {
                    case 
0:
                    {
                        
SPD(playeridDIALOG_DLEVELDIALOG_STYLE_MSGBOX"{FFDF2D}Donacije - Level""{ffd2fd}|     LEVEL     |\n{FFFFFF}Cijena: {ffdf2d}1 Level = 0.50 KM""{ffdf2d}Zatvori""");
                    }
                    case 
1:
                    {
                        
SPD(playeridDIALOG_DNOVACDIALOG_STYLE_MSGBOX"{FFDF2D}Donacije - Novac""{ffdf2d}|     NOVAC     |\n{ffffff}Cijena: {ffdf2d}$100.000 = 1 KM""{ffdf2d}Zatvori""");
                    }
                    case 
2:
                    {
                        
SPD(playeridDIALOG_DIMANJEDIALOG_STYLE_MSGBOX"{FFDF2D}Donacije - Privatno imanje""{ffdf2d}|     PRIVATNO IMANJE     |\n{ffdf2d}|     (mapano)     |\n{ffffff}Cijena: 2 KM (+ vase ime napisano na znaku)""{ffdf2d}Zatvori""");
                    }
                    case 
3:
                    {

                    }
                    case 
4:
                    {
                        
SPD(playeridDIALOG_DNICKDIALOG_STYLE_MSGBOX"{FFDF2D}Donacije - Specijalan nick""{ffdf2d}|    SPECIJALAN NICK     |\n{ffffff}Cijena: {ffdf2d}1.50 KM""{FFDF2D}Zatvori""");
                    }
                    case 
5:
                    {
                        
SPD(playeridDIALOG_DPOMOCDIALOG_STYLE_MSGBOX"{FFDF2D}Donacije - Pomoc""{ffdf2d}|     POMOC     |\n{FFFFFF}Napisite poruku na ******** profil 'Elliot Alderson' sa porukom '{ffdf2d}DONACIJA'""{ffdf2d}Zatvori""");
                    }
                }
            }
            return 
1;
        } 
Reply


Messages In This Thread
Help with a really big bug?? - by AmarPlayer - 27.11.2017, 19:12
Re: Help with a really big bug?? - by Riddick94 - 27.11.2017, 19:50
Re: Help with a really big bug?? - by AmarPlayer - 27.11.2017, 19:55
Re: Help with a really big bug?? - by Riddick94 - 28.11.2017, 11:17
Re: Help with a really big bug?? - by Sithis - 28.11.2017, 13:26
Re: Help with a really big bug?? - by AmarPlayer - 12.03.2018, 12:57
Re: Help with a really big bug?? - by Sew_Sumi - 12.03.2018, 13:57
Re: Help with a really big bug?? - by AmarPlayer - 12.03.2018, 14:08
Re: Help with a really big bug?? - by Sew_Sumi - 12.03.2018, 14:35
Re: Help with a really big bug?? - by Sithis - 13.03.2018, 09:04

Forum Jump:


Users browsing this thread: 1 Guest(s)