𝔄ℑ𝔇𝔈𝔑
𝔄ℑ𝔇𝔈𝔑
CC#
Created by yeetyoottoot on 1/31/2024 in #help
does this work for choosing a random item in a list then removing it then choosing again
c#
int randomNumber = Random.Range(0, spawnInts.Count - 1); // actually like this so it doesn't go out of index
c#
int randomNumber = Random.Range(0, spawnInts.Count - 1); // actually like this so it doesn't go out of index
10 replies
CC#
Created by yeetyoottoot on 1/31/2024 in #help
does this work for choosing a random item in a list then removing it then choosing again
this might give u the same number u removed for the first time
10 replies
CC#
Created by yeetyoottoot on 1/31/2024 in #help
does this work for choosing a random item in a list then removing it then choosing again
I think it still do what he is trying to do
10 replies
CC#
Created by 𝔄ℑ𝔇𝔈𝔑 on 1/15/2024 in #help
question
So basically players can can create thir own map its so its not static they can build or break blocks etc
6 replies
CC#
Created by 𝔄ℑ𝔇𝔈𝔑 on 1/12/2024 in #help
which is faster
thanks
11 replies
CC#
Created by 𝔄ℑ𝔇𝔈𝔑 on 1/9/2024 in #help
how to check what causes 100% cpu usages ?
yeah ofcourse its weaker but like I wanted to know if the mistake is from my server it self or like the vps cpu is weak and i need to upgrade it
14 replies
CC#
Created by 𝔄ℑ𝔇𝔈𝔑 on 1/7/2024 in #help
✅ which is better ?
Ty
3 replies
CC#
Created by 𝔄ℑ𝔇𝔈𝔑 on 1/3/2024 in #help
is there is a way to make this faster
Yeah all method i use are static, and no i dont think this is the slow part
14 replies
CC#
Created by 𝔄ℑ𝔇𝔈𝔑 on 1/3/2024 in #help
is there is a way to make this faster
like when i host the server on a vps i feel the server is a bit slow so like im trying to boost the performance in general
14 replies
CC#
Created by 𝔄ℑ𝔇𝔈𝔑 on 1/3/2024 in #help
is there is a way to make this faster
yeah it doesnt have async version
14 replies
CC#
Created by 𝔄ℑ𝔇𝔈𝔑 on 1/3/2024 in #help
is there is a way to make this faster
cant remove toArray because its a multithreaded server
14 replies
CC#
Created by JasieK on 12/30/2023 in #help
C# Help.
just create a new console and make sure it uses .NET8.0
16 replies
CC#
Created by JasieK on 12/30/2023 in #help
C# Help.
this require net 8.0
16 replies
CC#
Created by JasieK on 12/30/2023 in #help
C# Help.
what is ur net ?
16 replies
CC#
Created by JasieK on 12/30/2023 in #help
C# Help.
this one is different
16 replies
CC#
Created by JasieK on 12/30/2023 in #help
C# Help.
install this
16 replies
CC#
Created by JasieK on 12/30/2023 in #help
C# Help.
In windows if ur using purple visual studio its inside project tab u can see option for nuget
16 replies
CC#
Created by JasieK on 12/30/2023 in #help
C# Help.
In case ur using linux u just have to run the command dotnet add package System.Management.Automation --version 7.4.0
16 replies
CC#
Created by JasieK on 12/30/2023 in #help
C# Help.
16 replies
CC#
Created by d3adin. on 12/29/2023 in #help
✅ Console Readline accepting empty value.
Im not sure if understood correctly i think u mean if (manticoreDistance == string.Empty) { // handle it }
10 replies