Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Replies
    12
    Views
    40,699

    This. Exactly this.

    This. Exactly this.
  2. Thread: assemblyes

    by Mitch
    Replies
    2
    Views
    6,230

    In CoD2 there is only one fix to q3dirtrav bug....

    In CoD2 there is only one fix to q3dirtrav bug. You need to run your server with a newer version of libcod that includes a IWD check.
    https://github.com/kungfooman/libcod

    There is a other fix...
  3. Replies
    1
    Views
    19,906

    OpenSSL Heartbleed Update

    Hey all,

    since there is a new bug in OpenSSL, every linux admin should update their root.

    For Debian Wheezy, this did the job:



    apt-get update
    apt-get install openssl
  4. Replies
    25
    Views
    96,056

    Looks like a missing ; in the line before. ...

    Looks like a missing ; in the line before.



    tergetPos = self.origin + (0, 0, -400)
    if(!level.airstrikeIgnoreCeils)


    To
  5. ATM there is no such function, but you could...

    ATM there is no such function, but you could either add that function yourself or test first with getAscii() of libcod:



    getAscii(str) { return closer(902, str); }


    Example from...
  6. Replies
    5
    Views
    5,379

    Insert them using newstring =...

    Insert them using


    newstring = mysql_real_escape_string(mysql, oldstring)
  7. Replies
    2
    Views
    3,373

    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
  8. Thread: Libcod CoD2 1.0

    by Mitch
    Replies
    14
    Views
    14,570

    int __cdecl sub_8106C06(int a1, unsigned int...

    int __cdecl sub_8106C06(int a1, unsigned int seed, int a3, int a4)
    {
    char v4; // ST04_1@10
    char v5; // ST04_1@20
    char v7; // [sp+4h] [bp-834h]@1
    char dest; // [sp+20h] [bp-818h]@10
    ...
  9. Replies
    20
    Views
    22,836

    I decided to use Blender instead Maya xd But I...

    I decided to use Blender instead Maya xd

    But I got an error. I downloaded the last blender version, and when I was trying to export the model, I got an error saying that I couldn't do it.

    I...
  10. Replies
    14
    Views
    14,570

    Ah, it's compiled against version .18 now, but...

    Ah, it's compiled against version .18 now, but you got version .16


    ldd bin/libcod2_1_0.so
    linux-gate.so.1 => (0xf7779000)
    libmysqlclient.so.18 =>...
  11. Replies
    14
    Views
    14,570

    Hey, the "base" is working (e.g. accessing...

    Hey, the "base" is working (e.g. accessing MySQL-functions through stack functions), but many version-dependent functions are not implemented (e.g. functions to query +moveright etc.).

    I've...
  12. Thread: Rotation issue

    by serthy
    Replies
    13
    Views
    9,448

    . ►►►...

    .

    ►►► http://www.youtube.com/watch?v=UOOqMKkkc8o ◄◄◄
  13. Replies
    32
    Views
    137,343

    Sticky: Hi there, Today I want to present to you...

    Hi there,
    Today I want to present to you `nL.Zombies* Servers.
    Official Website: MyNL.pl
    Facebook Funpage: https://www.facebook.com/NoLimitsClan

    Available Versions: 1.0 & 1.2
    Server IPs:...
  14. Replies
    8
    Views
    6,459

    "it dont work"... Ahhh! Now we all know the...

    "it dont work"... Ahhh! Now we all know the problem.
  15. Replies
    18
    Views
    17,855

    port is int (a number), you would be better off...

    port is int (a number), you would be better off just re-using the data/code-separation with cvar's
  16. Thread: CoD4 - basics

    by serthy
    Replies
    23
    Views
    35,046

    raw/info/bullet_penetration_mp i would suggest...

    raw/info/bullet_penetration_mp

    i would suggest to simply spawn a bot behind a wall, and shoot at him and print the iDFlags in callback_playerdamage, if it stays at 0, you have to use bulletTraces...
  17. Thread: CoD4 - basics

    by Tally
    Replies
    23
    Views
    35,046

    4. You cannot disable Deep Impact perk unless you...

    4. You cannot disable Deep Impact perk unless you have a mod, and run unranked server. You can't disable any perks if you run a ranked server. If you have a mod, it would be disabled by the dvar...
  18. Replies
    23
    Views
    35,046

    1) Yea, it's in fs_game but I can't see why it's...

    1) Yea, it's in fs_game but I can't see why it's working in some servers and others not by config :S

    3) set sv_allowDownload 0 isn't enough for CoD4? Only the www-download needs to be enabled on...
  19. Thread: CoD4 - basics

    by Tally
    Replies
    23
    Views
    35,046

    Wow, a lot of questions. Let's try to tackle...

    Wow, a lot of questions. Let's try to tackle them:

    1. To create console_mp.log file, put this in your server config file:


    set logfile "2"

    2. fastfiles are the compression format used by...
  20. Replies
    18
    Views
    17,855

    Do you have a mysql database? if not then here we...

    Do you have a mysql database? if not then here we go.

    Before installing Mysql, make sure your repositories are up to date:

    apt-get update

    Now you need Apache:

    apt-get install apache2
  21. Replies
    18
    Views
    17,855

    It might be everything, best is to check always...

    It might be everything, best is to check always for errors and printing them:



    #include std\mysql;

    mysql_test()
    {
    host = getcvar("mysql_host");
    user = getcvar("mysql_user");
  22. Thread: CoD4 - openfile

    by Ni3ls
    Replies
    13
    Views
    595,595

    Lol that guy with the flipflops....

    Lol that guy with the flipflops....
  23. Thread: CoD4 - openfile

    by Tally
    Replies
    13
    Views
    595,595

    The data file is stored client-side, @[COD4...

    The data file is stored client-side, @[COD4 INSTALL]/players/PROFILE NAME/mods/mod_folder name/mpdata

    The data file is encrypted, but the encryption algorithm is now well known, and if you have...
  24. Thread: CoD4 - openfile

    by Tally
    Replies
    13
    Views
    595,595

    Following on from above post: If you want to...

    Following on from above post:

    If you want to create your own stat-finding function similar to IW's, the following is a list of the free stats available. Just put them in a .CSV file and put a...
  25. Thread: CoD4 - openfile

    by Tally
    Replies
    13
    Views
    595,595

    No, setStat() and getStat() only work with...

    No, setStat() and getStat() only work with integers - not strings. If you want to use a string, do what IW themselves did and invent a method which allows you to keep a list of your stats against a...
Results 1 to 25 of 33
Page 1 of 2 1 2