Jump to content

[REZOLVAT] Probema la Paycheck


darkwolf231
 Share

Recommended Posts

format(string3, sizeof(string3), "PAYDAY~n~Ore Jucate: +%0.2f~n~Paycheck $%d~n~Bank: $%s~n~Tax: $%s~n~Rent: $%s~n~Total money: $%d",PlayerInfo[pPayDay]/3600, PlayerInfo[pPayDay]/60, FormatNumber(checks), FormatNumber(PlayerInfo[pAccount]), FormatNumber(TaxValue), FormatNumber(rent), FormatNumber(checks-TaxValue));
PlayerTextDrawSetString(i, PayDayTD, string3);
PlayerTextDrawShow(i, PayDayTD);

Link to comment
Share on other sites

  • L0K3D locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...