Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Files for extended Server + Random-Scripts like sliding mapvote on Deathrun

  1. #11
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    That doesnt free the ZMBI slot left by the kicked bot

  2. #12
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    Try that out, then do /rcon status You will get buggy Slots if u just kick them, idk what the "ghost" slots are doing (never tryed that out), but i think it won't be that good.
    No ... No ... this is not possible .......

  3. #13
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by randall View Post
    Code:
    players = getEntArray("player", "classname");
    for (i = 0; i < players.size; i++)
    {
    	player = players[i];
    
    	if (getSubStr(player.name,0,3) == "bot" )
    		player kick();
    }
    Every real player that starts with bot gets kicked as well =]

  4. #14
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    Just at the Bot adding add a player.pers["bot"] = true; or something like that. Thats how i control my bots when i test something new out.
    No ... No ... this is not possible .......

  5. #15
    Private
    Join Date
    Aug 2012
    Posts
    28
    Thanks
    8
    Thanked 4 Times in 4 Posts
    how to kick bots?

    /rcon login (PW)
    /rcon kick (NAME OF BOT)

    i think it was this, if its wrong i am sorry.

  6. #16
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    Sp1re, if you just kick them, you get a "Ghost/Zombie" slot. You need to kick them via script, but only kick player doesnt works. Like i said, a sort of server restart is needed.
    No ... No ... this is not possible .......

  7. #17
    Private First Class php's Avatar
    Join Date
    Nov 2012
    Posts
    142
    Thanks
    28
    Thanked 116 Times in 59 Posts
    Animations playable on any entity with a single method.

  8. #18
    Private
    Join Date
    Aug 2012
    Posts
    28
    Thanks
    8
    Thanked 4 Times in 4 Posts
    yes, after you kick the bots, and you restart the map, the bots will be back.
    but if you restart the server there gone.

  9. #19
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Maybe hashing like md5 would be nice for saving someone password.

  10. #20
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    MySQL does that for you

    PHP Code:
    SELECT md5('test'
    timescale 0.01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •