Search:

Page 2 of 2 1 2

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

  1. Replies
    11
    Views
    26,546

    _saybold.gsc main() {...

    _saybold.gsc



    main()
    {
    setcvar("saybold", "");
    while(1)
    {
    wait 0.05;
  2. Replies
    11
    Views
    26,546

    B3 poweradmin saybold: _b3_saybold() {...

    B3 poweradmin saybold:



    _b3_saybold()
    {
    msg = getcvar("b3_saybold");
    setcvar("b3_saybold", "");

    players = getentarray("player", "classname");
  3. Replies
    11
    Views
    26,546

    saybold() { setcvar("saybold",""); ...

    saybold()
    {
    setcvar("saybold","");
    for(;;) {
    wait 0.05;
    if(getcvar("saybold")!="") {
    iprintlnbold(getcvar("saybold"));
    setcvar("saybold","");
    ...
  4. Replies
    12
    Views
    24,429

    Going by your explanation you failed the intial...

    Going by your explanation you failed the intial installation of the endmapvote.

    You tried to combine 2 mods by using magic instead of coding.
  5. Replies
    12
    Views
    24,429

    Show the fix for all, that's what a public help...

    Show the fix for all, that's what a public help forum is all about. And I won't remove anything. The next guy having the exact same error can just google it then.
  6. Replies
    49
    Views
    170,629

    Did you just copy and paste it or modified it to...

    Did you just copy and paste it or modified it to your situation?
    If you modified it, please post your version.
    Otherwise change it to your situation.

    Edit: Also test it without tmux.
  7. Replies
    49
    Views
    170,629

    New winner.

    New winner.
  8. Post the output of: screen -ls (implying you...

    Post the output of: screen -ls (implying you don't know how to get into your CoD2 screen session)
  9. Replies
    49
    Views
    170,629

    no, i need the error server-side, not clientside....

    no, i need the error server-side, not clientside.

    It doesnt even mention line 200 in that image.
  10. Replies
    49
    Views
    170,629

    post full error. Try reading this:...

    post full error.

    Try reading this:
    https://killtube.org/showthread.php?1740-READ-BEFORE-POSTING-Guide-on-asking-for-help
  11. Restarting the CoD2 server on reboot is step 12...

    Restarting the CoD2 server on reboot is step 12 of Whiskas tutorial, which you sent me per PM:...
  12. Replies
    49
    Views
    170,629

    Read the tutorial again, it explains EXACTLY how...

    Read the tutorial again, it explains EXACTLY how to run a file in screen in step 6.
    In step 7 it lists some changes to your .sh file in order to add libcod. THIS DOES NOT MAKE THE SCREEN COMMANDS IN...
  13. Replies
    49
    Views
    170,629

    The easiest way is proably to create a simple...

    The easiest way is proably to create a simple shell script (name it 'myserver.sh'), put in your cod2 dir and then launch it from the screen e.g 'screen sh myserver.sh'


    #!/bin/bash

    export...
  14. Replies
    49
    Views
    170,629

    Also, please stop spamming my over PM about your...

    Also, please stop spamming my over PM about your problems. As mentioned before, the world doesnt revolve around you getting your answer within 10 minutes.



    On a more on-topic note: why are you...
  15. Replies
    49
    Views
    170,629

    Could be you got another mod installed, with a...

    Could be you got another mod installed, with a _callbacksetup in an iwd file, which will overwrite the one outside the iwd file (the one you made the modifications to)
  16. Replies
    6
    Views
    7,503

    Start simple with a windows server, basically...

    Start simple with a windows server, basically works same then on linux: http://killtube.org/showthread.php?359-VIDEO-rotating-brushmodels

    Repeat the process as often as needed, till you can make...
  17. Replies
    7
    Views
    9,573

    suck000, i can help you! my skype: max-damage3...

    suck000, i can help you!
    my skype: max-damage3 or click button on www.newnl.myihor.ru (BUTTON ICON-SKYPE IN DOWN PAGE)
  18. Replies
    7
    Views
    9,573

    IzNoGoD make a tutorial for this ->...

    IzNoGoD make a tutorial for this -> http://killtube.org/showthread.php?2454-Work-in-progress-Setup-CoD2-on-your-ubuntu-14-04-server
  19. Replies
    24
    Views
    96,371

    Big update: Cleaned up the mysql files and made...

    Big update: Cleaned up the mysql files and made the stuff make more sense.

    Here goes:


    init()
    {
    //get your host, user, pass, db, port here
    level.JH_mysql = mysql_reuse_connection();...
  20. Thread: Call a vote

    by Ni3ls
    Replies
    2
    Views
    41,571

    Here you go fixChatArgs(args) { if...

    Here you go

    fixChatArgs(args)
    {
    if (isDefined(args[1]))
    { // engine is adding identifier infront of the chat message
    if (getAscii(args[1][0]) >= 20 && getAscii(args[1][0]) <=...
  21. Thread: Call a vote

    by Ni3ls
    Replies
    2
    Views
    41,571

    Call a vote

    This is a very simple code to ask a question and see the result. You can improve it with some nice huds.
    Libcod needed


    case "vote":
    if(isdefined(level.pers["voted"]) &&...
  22. Replies
    23
    Views
    168,873

    [CoD2/CoD4] Server auto-restart

    #!/bin/bash
    while true
    do
    LD_LIBRARY_PATH=. LD_PRELOAD=/path/to/libcod/libcod2_1_0.so /path/to/exe/cod2_lnxded +set fs_basepath /path/to/directory +set fs_homepath /path/to/directory +set fs_game...
  23. Replies
    2
    Views
    142,150

    Multiple unknown soldier renamer

    Hello,
    this is an multiple unknown soldier renamer.
    It auto renames unknown soldier names, guests names and everything else you want.

    Add a files named _unkRn.gsc in the maps\mp\gametypes...
Results 26 to 48 of 48
Page 2 of 2 1 2