You could use the server booking options and/or limit the tokens on the host to allow only one booking at a time, or possibly limit users to x amount of booking per day/week.
This isn't really ideal, but it may be the best way to handle what you want to do.
This problem is solvable, if you can clarify what you would like to do.
I assume you have 3 servers:
* Server A, B and C
And you want to make it so only one server may be online at a time.
To do this, you could:
* Write a script that uses the GameCreate Web Services (http://doc.gamecreate.com/ManualWebService) to check which servers are online. If more than 1 server out of the group are online, issue a STOP command to the other servers using the Web Service's SetServerRunning method.
This way, you can write an external script that constantly (say, every 5 minutes or so) checks to see what servers are online.
If you find too many servers online, using your script, you can tell GameCreate to please shutdown one of the servers.
This will make starting the servers useless, because they will just shutdown every few minutes.
You could also remove the user's permission to Start/Stop servers entirely, and instead make them access a page on your website to choose what server to run - and then use the Web Services again to start/stop the right server.
Quote:
. Is there a way to remotely configure a servers command line for perm or temp servers?
Yes. See the 'Modify server' Web Service command (http://doc.gamecreate.com/ManualWebService) which allows you to change the configuration of a booking. You can then issue a RestartServer web command to restart the server after you've made changes.
Yes. See the 'Modify server' Web Service command (http://doc.gamecreate.com/ManualWebService) which allows you to change the configuration of a booking. You can then issue a RestartServer web command to restart the server after you've made changes.
Sorry my mistake, I meant permanent servers only. I know this is achievable with bookings, but not permanent?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum