Faui 0 Posted August 22, 2018 Hello is there a way to handle a null exception in c# to avoid servercrashes and kick the player which made this exception come Or smthg like that? Users Are so damn stupid sometimes that You cant handle 100% of their dumbness. I Hope You Unterstand what i am asking. thanks Share this post Link to post Share on other sites
AxE 0 Posted August 22, 2018 if (!isNull) you can also make the project handle these excepcions in a diferent maneer than just crashing Share this post Link to post Share on other sites
Faui 0 Posted August 22, 2018 Yeah pls tell me more bro perfect way would be logging and not crahsing srv How can i tell project to not crash the srv? Share this post Link to post Share on other sites