Jump to content

Powed

Membru
  • Posts

    21
  • Joined

  • Last visited

Posts posted by Powed

  1. Linia 7629 incepe cu case DIALOG_BONUS ;

     

    case DIALOG_BONUS ;
            {
                if(!response) return true;
                new  money[180], premium[180];
                switch(listitem) {
                    case 0: {
                        GiveVehicle(playerid, 426, 0, 0, 0, 0, 0);
                        format(money, sizeof(money), "$2.500.000\n");
                        format(premium, sizeof(premium), "25 premium points\n");
                        strcat(money,premium);
                        ShowPlayerDialog(playerid, DIALOG_BONUS+1, DIALOG_STYLE_LIST, "Bonus", money, "OK", "Close");
                    
                        }

    Screenshot_20210516-153250.png

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.