datum und uhrzeit vertauscht
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user