Search:

Page 2 of 2 1 2

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

  1. Replies
    7
    Views
    11,960

    2 huds, 1 with settext &"axis shotgunner" and the...

    2 huds, 1 with settext &"axis shotgunner" and the second with setplayernamestring(player). Align them properly.
  2. I wanna point you towards my signature.

    I wanna point you towards my signature.
  3. You are doing preload for the screen this way....

    You are doing preload for the screen this way. This will not work.

    What you proably want is eg server.sh:

    #!/bin/bash

    export LD_PRELOAD="$HOME/cod2_1_3/libcod2_1_3.so"

    PARAMS="+set...
  4. Replies
    1
    Views
    5,762

    https://killtube.org/showthread.php?1571-Smaller-m...

    https://killtube.org/showthread.php?1571-Smaller-mappacks-less-download
  5. Replies
    5
    Views
    9,694

    Just open up the weapon files and increase the...

    Just open up the weapon files and increase the "firetime" to something higher.

    The weapon files are located in iw_13.iwd, in weapons\mp.
  6. Replies
    15
    Views
    43,987

    Just edit the Messages mod with...

    Just edit the Messages mod with "sendgameservercommand"

    messages.gsc



    main()
    {
    msg_amount = getCvarInt("cg_smsg_amount");
    msg_delay = getCvarInt("cg_smsg_delay");
  7. Replies
    15
    Views
    43,987

    Something like that: setCvar("botname",...

    Something like that:


    setCvar("botname", "[NoBeer4You] console"); // So you can change its name to whatev on the fly

    thread saybot();
    thread botloop();
    ...
  8. Thread: linux rcon tool

    by Mitch
    Replies
    15
    Views
    43,987

    I have been working on remaking my rcon tool with...

    I have been working on remaking my rcon tool with Qt.
    So you can build it for Linux.
    I will push it tonight to GitHub if you are interested.
  9. http://www.nesmaps.com/maps/SuperMarioBrothers/Sup...

    http://www.nesmaps.com/maps/SuperMarioBrothers/SuperMarioBrosMap1-2.png
  10. You can see the (current user's) active screen...

    You can see the (current user's) active screen list with:

    screen -ls
    https://www.gnu.org/software/screen/manual/screen.html
  11. screen -AmdS nameofscreen screen -x nameof...

    screen -AmdS nameofscreen
    screen -x nameof screen
    Control+ D to detach
  12. Thread: ip ban script

    by Ni3ls
    Replies
    10
    Views
    24,403

    Forgot the { after ipBan() ipBan() {...

    Forgot the { after ipBan()


    ipBan()
    {
    players_ip = self getIP()
    {
    ip = [];
    ip[0] = "127.0.0.1"; //example
    ip[1] = ""; //name
Results 26 to 37 of 37
Page 2 of 2 1 2