Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop

This commit is contained in:
2021-04-07 21:07:36 +02:00
4 changed files with 1220 additions and 1123 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -202,7 +202,7 @@ export default function (globalData: IGlobalData): void {
centre: false
})
mp.game.graphics.drawText(dateString + "\n" + timeString, [0.938, 0.381],
mp.game.graphics.drawText(timeString + "\n" + dateString, [0.938, 0.381],
{
font: 4,
color: [255, 255, 255, 255],
@@ -219,7 +219,7 @@ export default function (globalData: IGlobalData): void {
outline: true,
centre: false
})
mp.game.graphics.drawText("~r~Datum: ", [0.89, 0.381],
mp.game.graphics.drawText("~r~Datum: ", [0.891, 0.411],
{
font: 4,
color: [255, 255, 255, 255],
@@ -227,7 +227,7 @@ export default function (globalData: IGlobalData): void {
outline: true,
centre: false
})
mp.game.graphics.drawText("~r~Uhrzeit: ", [0.891, 0.411],
mp.game.graphics.drawText("~r~Uhrzeit: ", [0.89, 0.381],
{
font: 4,
color: [255, 255, 255, 255],