Looking for a unique bot plugin
GreyFlcn
Join Date: 2006-12-19 Member: 59134Members, Constellation
<div class="IPBDescription">Merely till we get enough live crew ingame.</div>What I want is to make it so that it's alien bots up to the point where there's 6 people on the server.
(Where human players cannot join the alien team)
Then make it so that the round doesn't automatically end when that 7th person gets on.
Rather, the round plays out until it finishes.
Then the map cycles.
And THEN we get into player versus player.
_
Note this would be for a classic only server.
_
Just wondering how I could do that, and what all I'd need for it.
(Where human players cannot join the alien team)
Then make it so that the round doesn't automatically end when that 7th person gets on.
Rather, the round plays out until it finishes.
Then the map cycles.
And THEN we get into player versus player.
_
Note this would be for a classic only server.
_
Just wondering how I could do that, and what all I'd need for it.
Comments
I'd like to make it so that if there's less than 5 people
People get kicked to Ready Room
And then the server automatically starts a vote for CO maps.
If the server gets 6+ people on at the end of the CO round, it then goes to ready room
And starts a vote for NS maps.
Is that possible?
Registration is required first.
You can request a plugin <a href="http://www.nsmod.org/forums/index.php?showforum=2" target="_blank">here</a> to accomplish that, but you'll need to have AMXX installed on your server.
Registration is required first.
<!--QuoteEnd--></div><!--QuoteEEnd-->
Huh, doesn't seem to allow me to post in that forum even after I registered.
"Too few players on. Switching to CO."
Just having a bit of trouble getting to code to follow orders ;D
Even resorted to hard coding it, and it still won't work.
For instance, why does:
amx_marine 1
Keep telling me "Client with that name or userid not found"
Cause when I type in Status in the console, thats what it says it is.
_
Anyways, I posted it over in your forum
And I could use a hand getting it to work through the last stretch.
<a href="http://www.nsmod.org/forums/index.php?showtopic=7147" target="_blank">http://www.nsmod.org/forums/index.php?showtopic=7147</a>
I can't quite seem to get the mp_joincheck Cvar to work for the JoinCheck code.
<a href="http://www.nsmod.org/forums/index.php?showtopic=7147" target="_blank">http://www.nsmod.org/forums/index.php?showtopic=7147</a>
Yeah got that, now I'm looking for that plugin which says something like:
"Too few players on. Switching to CO."
<!--QuoteEnd--></div><!--QuoteEEnd-->
how about my server?
My sever has plece at korea.
And running plguin what editing crab's map mannger, and bot control plugin.
bot control plugin
<a href="http://www.nsmod.org/forums/index.php?showtopic=1906&hl=control" target="_blank">http://www.nsmod.org/forums/index.php?show...&hl=control</a>
crab's mapmannger edited plugin
<a href="http://www.nsmod.org/forums/index.php?showtopic=7196" target="_blank">http://www.nsmod.org/forums/index.php?showtopic=7196</a>
my server ip : 203.238.151.72:27015
visit and view my server system.
Now I don't feel to stupid using a set_task to check.
Second thought, back on track with the first idea.
Just having a bit of trouble getting to code to follow orders ;D
Even resorted to hard coding it, and it still won't work.
For instance, why does:
amx_marine 1
Keep telling me "Client with that name or userid not found"
Cause when I type in Status in the console, thats what it says it is.
_
Anyways, I posted it over in your forum
And I could use a hand getting it to work through the last stretch.
<a href="http://www.nsmod.org/forums/index.php?showtopic=7147" target="_blank">http://www.nsmod.org/forums/index.php?showtopic=7147</a>
<!--QuoteEnd--></div><!--QuoteEEnd-->
As far as I recall, amx_marine uses the format "amx_marine <username, playernumber or SteamID>" using "amx_marine 1" looks for a player called "1" to utilise the plugin on. correct usgae would be "amx_marine #1"