changed business stuff
This commit is contained in:
@@ -68,7 +68,7 @@ namespace ReallifeGamemode.Server.Entities
|
|||||||
numberplate = "Shop";
|
numberplate = "Shop";
|
||||||
VehicleStreaming.SetLockStatus(veh, false);
|
VehicleStreaming.SetLockStatus(veh, false);
|
||||||
TextLabel label = NAPI.TextLabel.CreateTextLabel("SHOPVEHICLE\n" + "~g~" + sV.Price.ToMoneyString(),
|
TextLabel label = NAPI.TextLabel.CreateTextLabel("SHOPVEHICLE\n" + "~g~" + sV.Price.ToMoneyString(),
|
||||||
veh.Position.Add(new Vector3(0, 0, 1.3)), 10.0f, 1f, 1, new Color(255, 255, 255));
|
veh.Position.Add(new Vector3(0, 0, 1.3)), 15.0f, 1f, 1, new Color(255, 255, 255));
|
||||||
|
|
||||||
veh.SetSharedData("shopVehicleTextLabel", label.Handle.Value);
|
veh.SetSharedData("shopVehicleTextLabel", label.Handle.Value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user