I'm using LOTF source (5065), and i know i've seen the command /restart, so that PM's can restart the server if the owner is away. My problem is i dont know how to code such a command just from looking at the other commands. Can someone post how to add it in.
*Well its been proved time and time again. No one here ever tries to really help ppl. Had to find this myself and it makes it worse that none of you couldve sent me this small simple*
if (Splitter[0] == "/restart")
{
General.ServerRestart();
}







