This commit is contained in:
VegaZ
2019-03-06 17:57:27 +01:00
parent c2f7123d26
commit 9bf92231c9
2 changed files with 1 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ mp.events.add("render", () => {
scale: [0.5, 0.5], scale: [0.5, 0.5],
outline: true outline: true
}) })
mp.game.graphics.drawText("~r~Datum: ", [0.89, 0.381], mp.game.graphics.drawText("~r~MoinDatum: ", [0.89, 0.381],
{ {
font: 4, font: 4,
color: [255, 255, 255, 255], color: [255, 255, 255, 255],

View File

@@ -267,7 +267,6 @@ namespace reallife_gamemode.Server.Commands
[Command("duty", "~m~Benutzung: ~s~/duty")] [Command("duty", "~m~Benutzung: ~s~/duty")]
public void CmdFactionDuty(Client player) public void CmdFactionDuty(Client player)
{ {
player.SendChatMessage("Jo");
} }
#endregion #endregion
} }