Jump to content

Let Admins add extra players


Guest

Recommended Posts

Yeah, I agree, but personally, I think the admin should be able to change all of the parameters in the config file on the fly.

couldn't agree more, except that would probably force the server to reboot every time, cause some things like stunt mode/DM would require server resets.

Link to comment
kinda wheelmans suggestion to be fair, but the admin should be able to subtract/add to the player limit on the server as appropriate

Can be scripted.

Make a server with 26 slots

This example limits the server to 15 players:

alias mta.join {
 if ($mta.players($1) == 16) {
   mta.msg $1 $2 Server is full
   mta.kick $1 $2
 }
}

Link to comment
kinda wheelmans suggestion to be fair, but the admin should be able to subtract/add to the player limit on the server as appropriate

Can be scripted.

Make a server with 26 slots

This example limits the server to 15 players:

alias mta.join {
 if ($mta.players($1) == 16) {
   mta.msg $1 $2 Server is full
   mta.kick $1 $2
 }
}

LMAO

u dont get disconnected when its full, u get kicked :P

oh and for server hosting is paid for slots so it would be unfair if u order a 10slot server nad change it to a 26 one

Link to comment

I'm not aware of any other online games that allow you to change max-players without a restart. I really dont see any advantages other than saving 20 seconds, and many disadvantages security and access level wise.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...