Results 1 to 7 of 7

Thread: server buffer

  1. #1

    Default server buffer

    i got a server running stalin only i need to make a rebuffer at the end of each map as when the first player get 99 then he got 100 kills the map reloads again not just restart or when also when the time finish like the image below :


  2. #2
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default

    Do you use reborn?

    If yes, you can create a script that will check for players kills and change the map to the same one.

    You can use commands: getkills and stuffsrv

  3. #3

    Default

    my fraglimit is 100 and timelimit is 30min i need this to be done after any one of them ends but i dont know how to make it

  4. #4

    Default

    I think you can also use an intermission script for that.
    Armageddon helped me out with something like that once before.
    I'm sure if you ask him nicely he'll help you too

  5. #5

    Default

    Quote Originally Posted by omarmohaa View Post
    my fraglimit is 100 and timelimit is 30min i need this to be done after any one of them ends but i dont know how to make it
    Do I have this right? Currently you have it setup to restart the map when it reaches 100 kills or 30 minutes?

    But you want it to reload the whole map when either of those happens?

    If this is what you mean, with Reborn you can setup intermission handler. Since you are only running one map, in dm/mohdm6.scr put this in towards the top, before the line:exec global/dmprecache.scr:
    PHP Code:
    local.result registerev "intermission" global/intermissionhandler.scr 
    This make the file global/intermissionhandler.scr and paste this into it:
    PHP Code:
    main local.type:

        if(
    local.type==0)  //local.type 0 = Player intermission screen (scoreboard) 
                
    stuffsrv ("map dm/mohdm6\n"

    end 

  6. #6

    Default

    I thought i had your email, can't find it, so here's the .pk3 you wanted.
    Stalingrad-Reboot-Script.zip

  7. #7

    Default

    thnx alot it works

Posting Permissions

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