Move Waffenschein

This commit is contained in:
VegaZ
2021-04-17 03:07:34 +02:00
parent b810797024
commit a5059d2278
3 changed files with 46 additions and 3 deletions

View File

@@ -61,9 +61,9 @@ namespace ReallifeGamemode.Server.Core.Menus
private void CreateVisuals()
{
Position pos = new Position(440.869, -981.045, 30.689);
Position pos = new Position(12.7499, -1105.1168, 29.797);
Api.TextLabel.CreateTextLabel("Polizeirevier\n\nDrücke ~y~E~s~, um das Menü zu öffnen", pos, 20f, 1.3f, Font.ChaletLondon, Color.White);
Api.TextLabel.CreateTextLabel("Waffenschein kaufen\n\nDrücke ~y~E~s~, um das Menü zu öffnen", pos, 20f, 1.3f, Font.ChaletLondon, Color.White);
Api.Marker.CreateMarker(MarkerType.VerticalCylinder, pos.Subtract(new Position(0, 0, 1.7)), new Position(), new Position(), 1f, Color.White);
IColShape colShape = Api.ColShape.CreateSphere(pos, 2f);