Jump to content

VolticHD

Member
  • Posts

    72
  • Joined

  • Last visited

Posts posted by VolticHD

  1. am adaugat asta
    new string2[256];
                    format(string2, sizeof(string2), "~w~Hours played: ~g~+%0.2f~w~~n~Paycheck: ~g~+$%s~w~~n~Tax: ~r~-$%d~n~~w~Rent: $%d~n~New balance: $%s", PlayerInfo[pSeconds]/3600, FormatNumber(checks), FormatNumber(TaxValue), HouseInfo[PlayerInfo[pHouse]][hRent], FormatNumber(PlayerInfo[pAccount]));
                    PlayerTextDrawSetString(i, PaydayTD[2], string2);
                    PlayerTextDrawShow(i, PaydayTD[0]);
                    PlayerTextDrawShow(i, PaydayTD[1]);
                    PlayerTextDrawShow(i, PaydayTD[2]);
                    PlayerTextDrawShow(i, PaydayTD[3]);

     

    si cand se da payday imi da eroarea https://pastebin.com/3L7YBES8

×
×
  • Create New...