Jump to content

Let Admins add extra players


Guest

Recommended Posts

Posted

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

Posted
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.

Check out my recent work:

ZDay - a zombie script

Slothbot - an AI deathmatch bot

my community profile (all my resources)

Posted
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
 }
}

"Never argue with an idiot. They bring you down to their level and beat you with experience."

"Arguing on the internet is like the Special Olympics. Even if you win, you're still retarded."

signature.gif

Posted
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

tantsusaali astun ja naudin seda biiti,

ilusad naised versus hunnik tselluliiti

Posted
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

Great vass , you just HAVE to break the fun hum .. :D

Steam ID: Linkage CSS/HL2DM

XBL TAG: Linkage155 (please identify yourself)

-=- Member of the GTA Hoodz Team -=- Member of TmM -=- Member of the U.C.F Team -=-

(last updated like 2 years ago, links don''t work anymore, but I''ll keep it original)

Posted

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.

The artist formerly known as [MTA]MrBump

Posted
oops, i meant aeron :oops:

im an idiot, and in my defence, it was 9 am, so i was kinda tired from not going to bed

Awww damn. I almost though i did something for once :P

sigedit5gs.png
  • Recently Browsing   0 members

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