Add UserBankAccount
This commit is contained in:
@@ -303,7 +303,7 @@ namespace reallife_gamemode.Server.Commands
|
||||
{
|
||||
var dataSet = new Entities.UserVehicle
|
||||
{
|
||||
UserId = ClientExtension.GetUser(player).Id,
|
||||
UserId = player.GetUser().Id,
|
||||
Model = (VehicleHash) playerVehicle.Model,
|
||||
PositionX = playerVehicle.Position.X,
|
||||
PositionY = playerVehicle.Position.Y,
|
||||
@@ -350,6 +350,7 @@ namespace reallife_gamemode.Server.Commands
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
[Command("restart")]
|
||||
public void CmdAdminRestart(Client player)
|
||||
|
||||
Reference in New Issue
Block a user