Move Waffenschein
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user