C
C#13mo ago
KRY_

❔ (OXIDE FOR RUST) void issues etc..

Currently trying to merge refrence code from making a bubble and such into my KOTH event plugin im developing but i keep getting issues, can someone help me with integrating this void? I need to post the whole public class as this public void of creating a bubble refrences items inside it, i only need the
public void CreateBubble(Vector3 position, float initialRadius, string grid, int time)
public void CreateBubble(Vector3 position, float initialRadius, string grid, int time)
im attempting to integrate it into this section here
private void SpawnCrate()
{
var crate = GameManager.server.CreateEntity(CratePrefab, cratePosition);
if (crate != null)
{
crate.Spawn();
crateSpawned = true;
Puts($"Koth started at position: {cratePosition}");
}
}
private void SpawnCrate()
{
var crate = GameManager.server.CreateEntity(CratePrefab, cratePosition);
if (crate != null)
{
crate.Spawn();
crateSpawned = true;
Puts($"Koth started at position: {cratePosition}");
}
}
basically when running the private void
SpawnCrate()
SpawnCrate()
it should create the bubble that is listed in the following txt file at the section of which creates the bubble (
CreateBubble
CreateBubble
) when the crate is spawned
3 Replies
JakenVeina
JakenVeina13mo ago
what's a bubble? what's KOTH?
Anchy
Anchy13mo ago
you havent actually specified what the issue is i dont know what a void issue is
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ How to work with channel sinks in NET 3.5I'm attempting to reverse engineer how an application written in NET 3.5 gets data from a server by ❔ Visual Studio Code being weird.I just got back into coding using Visual Studio Code and I do a test to see if there's any extension❔ Hey all, looking for some help with Microsoft Graph.I can access an account on office 365, download a message and attachments, etc... but having troubleDebugger Breaks to External Files and Exception Handling Issue in C# .NET 8.0 with VS 2022I am coding my project in .NET 8.0 in the new Visual Studio 2022 Preview version. Whenever there is❔ ✅ Using sound in C#Could someone help me with adding a sound to my program. I'm trying to make a very basic timer which✅ Issues with method not being availableHello, I'm running latest version of .NET and latest version of EF Core and i'm trying to use bulk o✅ Content of .txt into LabelHello, I'm a beginner with C#, actualy i'm trying to past the content of a txt file into a Label or ❔ Blazor generic component "Type or namespace could not be found"Hello, In my blazor app, i have a generic component (with the use of `@typeparam T`). I have a page ❔ System.IO.FileLoadException for Microsoft.SqlServer.TypesI am working on an old project (.net 4.8) and updating the dependencies. One of these is `Microsoft.❔ blazor wont build from solution template riderhello everyone 🙂 noob here, i've been building blazor webassembly apps for a week it's been fine a