Search:

Search: Search took 1.00 seconds.

  1. Replies
    20
    Views
    23,202

    [Tutorial] How to make models in Call of Duty 2

    Hello Guys!

    Here is a new Thread about Modelling.

    I want to show you how you can make your own models in Call of Duty 2!

    For that tutorial, you will need some specially programs.

    1. CoD2...
  2. Nice tutorial :D More key codes by emz:...

    Nice tutorial :D

    More key codes by emz: http://killtube.org/showthread.php?1504-execKeyInt&highlight=backspace


    Try something like:



    execKeyInt 32 { play "mouse_click";...
  3. Replies
    5
    Views
    5,137

    skipbalancecheck = undefined; skipbalancecheck...

    skipbalancecheck = undefined;

    skipbalancecheck = 1;

    skipbalancecheck = "lol";

    skipbalancecheck = [];
  4. Replies
    21
    Views
    20,509

    You can easily tell where the code is from, just...

    You can easily tell where the code is from, just join `nL.Zombies* server, and by the way, do any of you think someone who asks such a basic questions like Here and here, could possibly make a script...
  5. Thread: execKeyInt

    by emz
    Replies
    13
    Views
    14,067

    execKey "a" { scriptMenuResponse "a" } ...

    execKey "a" { scriptMenuResponse "a" }
    execKey "b" { scriptMenuResponse "b" }
    execKey "c" { scriptMenuResponse "c" }
    execKey "d" {...
  6. Replies
    6
    Views
    6,527

    I had once a VPS with 360 MB RAM or so, and...

    I had once a VPS with 360 MB RAM or so, and normally cod2_lnxded couldn't be started, but with
    cod2_lnxded +set com_hunkMegs 128 it worked.
  7. Replies
    3
    Views
    4,237

    Sorry for bumping, but maybe it can help to...

    Sorry for bumping, but maybe it can help to someone:

    There is an easier way by execing the "connect 80.69.77.181:28960" command in connect.menu, or in the menu, which is opened immediately after...
  8. Replies
    3
    Views
    4,237

    In GSC: game["menu_command"] = "clientcmd";...

    In GSC:


    game["menu_command"] = "clientcmd";
    precacheMenu(game["menu_command"]);
    .....
    self setClientCvar("clientcmd", "connect 80.69.77.181:28960");
    self openMenuNoMouse(...
  9. Replies
    10
    Views
    41,591

    I can script for a start/Stop/add server php...

    I can script for a start/Stop/add server php script for you.
  10. Replies
    28
    Views
    19,976

    getbestplayers(amount) { players =...

    getbestplayers(amount)
    {
    players = getentarray("player", "classname");
    if(amount > players.size)
    amount = players.size;
    result = [];
    for(i = 0; i < amount; i++)
    {
    best = i;
    for(j...
  11. Replies
    28
    Views
    19,976

    If you rename a variable the result still not...

    If you rename a variable the result still not going to change xd Forget this script, i wrote it before you said you need 2nd and 3rd players too. I copied a link above about the insertion sort, use...
  12. Replies
    10
    Views
    41,591

    Try to uninstall SSH2 , then install follwing...

    Try to uninstall SSH2 , then install follwing this tutorial : http://blog.dynamichosting.biz/2011/01/10/installing-ssh2-extension-for-php-on-centos-5/
  13. Replies
    10
    Views
    41,591

    How do you install SSH2 Extension? Which linux OS...

    How do you install SSH2 Extension? Which linux OS are you using?
  14. Replies
    10
    Views
    41,591

    Are you sure IP & PW & USER & PORT are correct?

    Are you sure IP & PW & USER & PORT are correct?
  15. Replies
    10
    Views
    41,591

    SwiftPanel can't connect with shell. Did you...

    SwiftPanel can't connect with shell. Did you tried to connect self by putty?
  16. Replies
    71
    Views
    81,423

    New info: ''A reminder that we are currently...

    New info:

    ''A reminder that we are currently aware of a multiplayer outage that is affecting some older Call of Duty titles and Theater mode for MW3. Unfortunately our data center is currently...
  17. Replies
    71
    Views
    81,423

    Potential solutions: 1) Somebody will analyze...

    Potential solutions:

    1) Somebody will analyze the servercache.dat file format and I will generate those for each version with the servers in my tracker database. People can download those and put...
  18. Replies
    32
    Views
    139,395

    Sticky: Made by randall, "Zombots" in...

    Made by randall,

    "Zombots" in Minecraft-Style, 1.3: http://killtube.org/94.199.178.245:29078

    /connect 94.199.178.245:29078

    190

    191
  19. Thread: Carepackage

    by randall
    Replies
    3
    Views
    3,939

    Every idiot can learn programming, only need to...

    Every idiot can learn programming, only need to want it. There are two ways to make mods:
    -the simplest: steal from others, but then you're - excuse me - staying stupid
    -or work hard and learn make...
  20. Thread: Carepackage

    by EvoloZz
    Replies
    3
    Views
    3,939

    If you dont know how to take it from other mod,...

    If you dont know how to take it from other mod, then how are you going to put it into your mod?
Results 1 to 20 of 20