Looking for a unique bot plugin

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

Comments

  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Whichbot could add your 6 as needed. "Then the map cycles. And THEN we get into player versus player." would be the problem. Were an admin present "wb_remove" would kick them. Otherwise, dunno.... ... .. . <img src="style_emoticons/<#EMO_DIR#>/confused-fix.gif" style="vertical-align:middle" emoid="???" border="0" alt="confused-fix.gif" />
  • GreyFlcnGreyFlcn Join Date: 2006-12-19 Member: 59134Members, Constellation
    Well, how about a more conventional start then.

    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?
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    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.
  • GreyFlcnGreyFlcn Join Date: 2006-12-19 Member: 59134Members, Constellation
    <!--quoteo(post=1591360:date=Dec 22 2006, 09:11 PM:name=Depot)--><div class='quotetop'>QUOTE(Depot @ Dec 22 2006, 09:11 PM) [snapback]1591360[/snapback]</div><div class='quotemain'><!--quotec-->
    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.
  • DepotDepot The ModFather Join Date: 2002-11-09 Member: 7956Members
    Did you receive your Introductory PM?
  • GreyFlcnGreyFlcn Join Date: 2006-12-19 Member: 59134Members, Constellation
    edited December 2006
    Yeah got that, now I'm looking for that plugin which says something like:
    "Too few players on. Switching to CO."
  • GreyFlcnGreyFlcn Join Date: 2006-12-19 Member: 59134Members, Constellation
    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>
  • GreyFlcnGreyFlcn Join Date: 2006-12-19 Member: 59134Members, Constellation
    Hrmm well could use one more looking at it.
    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>
  • superelfsuperelf Join Date: 2003-05-05 Member: 16077Members
    edited December 2006
    <!--quoteo(post=1591471:date=Dec 22 2006, 10:46 PM:name=GreyFlcn)--><div class='quotetop'>QUOTE(GreyFlcn @ Dec 22 2006, 10:46 PM) [snapback]1591471[/snapback]</div><div class='quotemain'><!--quotec-->
    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.
  • GreyFlcnGreyFlcn Join Date: 2006-12-19 Member: 59134Members, Constellation
    Lol, you used the same init style I did <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />

    Now I don't feel to stupid using a set_task to check.
  • Lt_PatchLt_Patch Join Date: 2005-02-07 Member: 40286Members
    <!--quoteo(post=1592543:date=Dec 27 2006, 10:48 AM:name=GreyFlcn)--><div class='quotetop'>QUOTE(GreyFlcn @ Dec 27 2006, 10:48 AM) [snapback]1592543[/snapback]</div><div class='quotemain'><!--quotec-->
    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"
Sign In or Register to comment.