1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Bot Balance (classic) [Bot vs Players] Server - *Help me*

Discussion in 'Server Help' started by MikolajG, May 5, 2014.

  1. MikolajG

    MikolajG Catapult Fodder

    Messages:
    3
    I have server "Policja i Złodzieje" and i want to set something like this:

    If in team 2 (red) is 1 player do:
    addbotx ( 0, 0, 'SWAT' ); *5
    If in team 2 are 2 players do:
    addbotx ( 0, 0, 'SWAT' ); *10
    ETC.

    How to write it in KAG Classic?

    Please Help Me.
     
    Last edited: May 6, 2014
  2. Chumind

    Chumind Bison Rider

    Messages:
    185
     
  3. MikolajG

    MikolajG Catapult Fodder

    Messages:
    3
    I want to add bot balance in this file using: If one player in team red do: Addbotx( 0, 0, 'SWAT' ); Addbotx( 0, 0, 'SWAT' ); Addbotx( 0, 0, 'SWAT' ); Addbotx( 0, 0, 'SWAT' ); Addbotx( 0, 0, 'SWAT' ); etc.

    PS.: Sorry for format .cfg but this site don't see files .gm
     

    Attached Files:

  4. Yantex

    Yantex :^)) Donator
    1. Angels of Death - [AoD]

    Messages:
    148
  5. Kouji

    Kouji Cold, Uncaring, Sadistic, Evil and Cruel Meanie Administrator Global Moderator Forum Moderator Tester
    1. MOLEing Over Large Estates - [MOLE]
    2. REKINS OF SEAS: Super Crew of Ultimate Havoking 2: Return of King of KAG: Chapter 420blazeit - REKIN

    Messages:
    2,910
    moved to classic
     
  6. miniu

    miniu Haxor

    Messages:
    765
    You will need Kscript. And write IF Like:
    IF
    Newplayer JOIN
    Ks.server.rcon print file.txt
    Else IF
    Player.left
    Ks.server.rcon print file2.txt

    File1 would have 5x add BOT command
    File 2 would have 5x kick BOT command
    @MikolajG IF u still need this then reply, i can write it for you