IncoCode / AccountInBank-GTA5

This script lets you store your money in bank account and earn interest (0.001% per day by default). Also you can transfer money between characters accounts.
8 stars 3 forks source link

Code optimizations #33

Closed IncoCode closed 7 years ago

IncoCode commented 8 years ago

Use array: https://github.com/IncoCode/AccountInBank-GTA5/blob/dev/Code/AccountInBank/Helper.cs#L28 Remove the second condition: https://github.com/IncoCode/AccountInBank-GTA5/blob/dev/Code/AccountInBank/Helper.cs#L135