i cant beat my players getting in the server first to reset it with command.
is there a way to reset it through a file or console?
is there a way to reset it through a file or console?
[ConsoleCommand("kit.resetdata")]
private void cmdkit_resetdata(ConsoleSystem.Arg arg)
{
ResetData();
SendReply(arg, "Resetted all player data");
}