raus mit chirurg
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user