raus mit chirurg

This commit is contained in:
hydrant
2021-05-09 00:18:04 +02:00
parent 06d49c55b5
commit f6714d1f78
2 changed files with 52 additions and 46 deletions

View File

@@ -15,6 +15,11 @@ namespace ReallifeGamemode.Server.Managers
public const int SURGERY_PRICE = 15000;
public CharacterCreator()
{
//LoadSurgery();
}
private void LoadSurgery()
{
var point = surgeryPoint;
NAPI.Marker.CreateMarker(1, new Vector3(point.X, point.Y, point.Z - 2), new Vector3(point.X, point.Y, point.Z + 1),
@@ -22,7 +27,6 @@ namespace ReallifeGamemode.Server.Managers
NAPI.TextLabel.CreateTextLabel("Chirurg - Dr\u00fccke ~y~E", point, 7, 1, 0, new Color(255, 255, 255), false, 0);
}
[RemoteEvent("creator_GenderChange")]
public void changeGender(Player player, int gender)
{