Search:

Search: Search took 1.00 seconds.

  1. Replies
    2
    Views
    3,433

    http://static4.fjcdn.com/comments/Somebody+call+th...

    http://static4.fjcdn.com/comments/Somebody+call+the+sWAT+team+someone+just+broke+the+law+_ee96a5b72089d1478b85c02ec7d1451b.jpg
    http://s3.amazonaws.com/rapgenius/my-mind-is-full-of-fuck.jpg
  2. Replies
    8
    Views
    6,304

    Placeholders (only the &&1) work fine in a hud if...

    Placeholders (only the &&1) work fine in a hud if you .label them with it AND the label is localized, aka it is in inside a .str file
  3. Replies
    5
    Views
    7,707

    Smaller mappacks, less download

    This is a long post about how to create very small mappacks for your server. It relies on a modified version of the extension (...) and allows clients to only download the currently playing map...
  4. Sticky: Server-Extension for Linux CoD2 1.2 / 1.3 and CoD4 1.7 Source/Binaries

    The actual source code (you don't need this, if you don't want to learn/add functions):
    http://dbg.killtube.org/libcod_src/


    The binaries with the memory shell (cod2 memory displayed in web...
  5. Replies
    6
    Views
    6,516

    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.
  6. Replies
    8
    Views
    9,308

    You want to mod it, but want a ready mod first?...

    You want to mod it, but want a ready mod first? ^^

    Why not start your own? That would make you learn to script better
  7. Thread: Time played

    by PatmanSan
    Replies
    19
    Views
    10,756

    It's kinda counter-intuitive, but the time you...

    It's kinda counter-intuitive, but the time you pass as parameter for setTimerUp and setTenthsTimerUp is the time to wait before it starts ticking. There is no way to set the max, so it just ticks...
  8. Thread: Close menu

    by Tally
    Replies
    9
    Views
    7,587

    Answering the question specifically: no, there is...

    Answering the question specifically: no, there is no engine function to close a MenuDef{} if you click outside its rectangle. The closest you will come to this is to close the popup by using the...
  9. Replies
    3
    Views
    7,094

    my one: sqrt( x ) { y = x; for( z = x...

    my one:

    sqrt( x )
    {
    y = x;

    for( z = x *0.25 ; abs( z - y ) >= 0.001 ; y = ( z + ( x / z ) ) * 0.5 )
    {
    z = y;
    }
  10. Replies
    3
    Views
    4,026

    maybe do something alone, then we can help you :)...

    maybe do something alone, then we can help you :)

    Script killing a random player from the selected team.


    player = getRandomPlayer("allies"); //here u can change team to axis :P
    player...
Results 1 to 10 of 10