Search:

Page 2 of 13 1 2 3 4 5

Search: Search took 1.00 seconds; generated 72 minute(s) ago.

  1. The cracked binary disables the master server....

    The cracked binary disables the master server.
    The no delay binary changes the minimum required master server offline time before you can connect to a original server (from ~30 minutes to 5...
  2. Replies
    64
    Views
    301,851

    See kicking bots thread with libcod:...

    See kicking bots thread with libcod: https://killtube.org/showthread.php?1940-Kicking-bots&highlight=libcod+bots

    voron's libcod has a custom function for detecting bots:


    self isBot()
    Since...
  3. Try this: ...

    Try this:

    mp_icehen_night.iwd\maps\mp\mp_icehen_night.gsc


    main()
    {
    setCullFog(0, 6000, .32, .33, .40, 0);
    AmbientStop();
  4. Please post the entire script runtime error from...

    Please post the entire script runtime error from the console.
    Which mod are you using?


    1388
  5. Thread: console print

    by Mitch
    Replies
    13
    Views
    46,443

    I use this for showing rcon status without...

    I use this for showing rcon status without leaking the rcon password:


    self connectionlessPacket("rcon " + getcvar("rcon_password") + " status");
    Note: apparently disabled and marked for rewrite...
  6. Thread: console print

    by Mitch
    Replies
    13
    Views
    46,443

    A other libcod function: consoleSay(message)...

    A other libcod function:


    consoleSay(message)
    {
    sendgameservercommand(-1, "h \"console: " + message + "\"");
    }

    tellMessage(message)
    {
  7. Thread: Maps request

    by Mitch
    Replies
    4
    Views
    18,255

    Here are the maps you are missing: ...

    Here are the maps you are missing:

    https://znation.nl/redirect/cod2/main/mp_jarav2.iwd
    https://znation.nl/redirect/cod2/main/mp_zombox_final.iwd
    ...
  8. Replies
    4
    Views
    22,160

    CodeCallback_UserInfoChanged is called every time...

    CodeCallback_UserInfoChanged is called every time the 'userinfo' text has been changed (including your name) and is called before changing the client's user info data.
    So 'self.name' is updated...
  9. Replies
    13
    Views
    38,412

    Your SQL query is wrong. You need a 'INSERT'...

    Your SQL query is wrong. You need a 'INSERT' query.

    See the site below for the SQL basics:
    https://www.w3schools.com/sql/sql_insert.asp

    Full MySQL documentation:...
  10. Replies
    26
    Views
    125,142

    Download bug aka q3dirtrav is fixed. DDOS...

    Download bug aka q3dirtrav is fixed.
    DDOS protection for rcon, getstatus, getinfo.
    Fake name protection (in cod thanks to userinfo event in callback)
  11. Replies
    2
    Views
    230,992

    They already solved this exploit in version...

    They already solved this exploit in version 7.3.3.
    https://notepad-plus-plus.org/news/notepad-7.3.3-fix-cia-hacking-issue.html
  12. Replies
    38
    Views
    148,430

    With Ctrl + A + D, you can disconnect from the...

    With Ctrl + A + D, you can disconnect from the screen and reattach it later using screen -dR.
    With screen -ls you can see your current active screens.

    Edit: ./startup.sh is not running in the...
  13. Replies
    2
    Views
    10,985

    There are many free game panel. ...

    There are many free game panel.

    http://gamepanelx.com/screenshots

    http://www.opengamepanel.org/viewpage.php?page_id=13
    https://sourceforge.net/projects/hldstart/
    ...
  14. Replies
    2
    Views
    8,702

    1.0: no 1.2/1.3: with PB using pb_sv_md5tool

    1.0: no
    1.2/1.3: with PB using pb_sv_md5tool
  15. Replies
    4
    Views
    12,600

    I'm using Windows XP SP3 (Win 10 ofc) and on...

    I'm using Windows XP SP3 (Win 10 ofc) and on 1920x1080 (max) I can make screenshot.
    But on any other resolution I can't.

    It is a Windows 10 compatibility issue.

    You have these options:

    ...
  16. Have you tried lm sensors? ...

    Have you tried lm sensors?

    https://packages.debian.org/jessie/lm-sensors

    sudo sensors-detect
    sensors
    https://wiki.archlinux.org/index.php/lm_sensors
  17. There is no need to run winehq to use this...

    There is no need to run winehq to use this solution.
    There is already a thread with nodelay and other binaries for Linux.

    I think it is wiser not to replace the delay value with two NOPs (90)...
  18. Replies
    4
    Views
    8,290

    Then you can only use the function 'MapExists...

    Then you can only use the function 'MapExists' if the map has been loaded.
  19. Replies
    2
    Views
    8,593

    So far I know you can't manipulate your position...

    So far I know you can't manipulate your position in the server list.

    The server list is sorted by when they were added to the list.
    So the oldest servers are listed first.
    Keeping your server...
  20. There is no libcod support for semi-cracked...

    There is no libcod support for semi-cracked server(s) on Windows.

    Edit: best method for semi-cracked servers is with libcod (Linux) and having sv_cracked to 1.
    Edit 2: The first post only works...
  21. Replies
    39
    Views
    140,995

    You can restrict double values with UNIQUE...

    You can restrict double values with UNIQUE.
    Your problem isn't the database, but how you process the results.
    E.g.


    case "register":
    hasLogin = searchForLogin(username);
    if...
  22. Replies
    5
    Views
    18,489

    You can better use these functions instead of...

    You can better use these functions instead of Cmd_ExecuteString.


    consoleSay(message)
    {
    sendgameservercommand(-1, "h \"console: " + message + "\"");
    }

    tellMessage(message)
    {
  23. Replies
    19
    Views
    69,038

    1117 10 chars^^

    1117

    10 chars^^
  24. Replies
    11
    Views
    34,042

    The website looks very nice with the bootstrap...

    The website looks very nice with the bootstrap framework.
    The prices are indeed cheap and processed by PayPal.

    Maybe you could add the payment options on a FAQ page or on the home page.

    CoD2:...
  25. Thread: questions, help

    by Mitch
    Replies
    6
    Views
    11,157

    What are the specs of your server? So when you...

    What are the specs of your server?
    So when you have 4x (empty) 32 slots server then the ping of all those game servers are very high?

    Edit: i think cod2 allocates a fixed memory size for each...
Results 26 to 50 of 305
Page 2 of 13 1 2 3 4 5