[+] Jail System
- add Escape
- add Jail In
- add Jail Timer
[+] Wanted System
- add Escape Timer
This commit is contained in:
@@ -172,6 +172,7 @@ namespace ReallifeGamemode.Server.Finance
|
||||
using (var dbContext = new DatabaseContext())
|
||||
{
|
||||
client.GetUser().GetBankAccount(dbContext).Balance += paycheck.Amount;
|
||||
client.GetUser(dbContext).Wage = 0;
|
||||
dbContext.SaveChanges();
|
||||
}
|
||||
if (paycheck.Amount > 0)
|
||||
|
||||
Reference in New Issue
Block a user