ItsMods

Full Version: Plugin that show the process id of a server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi to all, is possible have a plugin that work with teknogods and write in a file the process id of the server?
I've a server and when crash a server i do the reboot of all, but isn't good, is possible to have this plugin? Thanks.

I have a web panel and ask this:
PID file
If this executable can output it's process ID to a file, enter the path to the file and the panel will use the ID in the file for monitoring the server.
Well most modders (99.9% of them) won't help you since it's not original per say.
Teknogods need the original game to work!
True but modders just choose not to work on it.
Ok thanks. I can give a server 18 slot for free if make me this plugin!
Server is located in france.

I can wait!
(05-30-2012, 01:46)igp_gio Wrote: [ -> ]Ok thanks. I can give a server 18 slot for free if make me this plugin!
Server is located in france.

I can wait!

Teknogods "needs" the original game to work!

Wish you luck to find someone who will do it
Teknogods needs legit game ? Since when ? Dumb Bitch
Yea, just like "NTA's new project" (please no warn for warez oh almighty @SuperNovaAO) which said they added a steam check that was really really really easy to bypass
Stop the endless discussion about Teknogods/4d1.

To build such a plugin would probably be very easy, you can do something like
CSHARP Code
  1. int ProcessID = System.Diagnostics.Process.GetCurrentProcess().Id;

and then write it to a textfile.
@zxz0O0 @igp_gio Basic C# knowledge but alright
Pages: 1 2