Search:

Type: Posts; User: RobsoN

Page 1 of 10 1 2 3 4

Search: Search took 0.00 seconds.

  1. Thread: .map to .obj

    by RobsoN
    Replies
    4
    Views
    29,177

    3d ripper doesn't seem to work with cod2 in my...

    3d ripper doesn't seem to work with cod2 in my case. I just wanted to have cod2 maps in model structure to run them in other engines e.g. Unity. Anyways, thanks for that radiant export tip it could...
  2. Thread: .map to .obj

    by RobsoN
    Replies
    4
    Views
    29,177

    .map to .obj

    Is there any way to convert .map to .obj with all textures?
  3. Oh.. thanks you, I've completely forgotten about...

    Oh.. thanks you, I've completely forgotten about that. I've been just wondering why this error didn't debug(no error details).
  4. ERROR: function called with too many parameters

    Hi I've tried to run my old Deathrun mod, and I got this error:



    -----------------------------------
    ----- Server Shutdown -----
    Resolving cod2master.activision.com
    cod2master.activision.com...
  5. Replies
    7
    Views
    6,774

    Enough for me....

    Enough for me.
    http://www.speedtest.net/result/3745196963.png
  6. Thread: Wall-of-shame

    by RobsoN
    Replies
    13
    Views
    65,846

    Sticky: Made my day. ;)

    Made my day. ;)
  7. Replies
    11
    Views
    25,749

    OVH VPS Classic 3 Price: 9,9 EUR Cores: 3...

    OVH VPS Classic 3

    Price: 9,9 EUR
    Cores: 3
    RAM: 4
    HDD: 50 GB
    +anty ddos, no traffic
  8. Thread: Cod2 fonction

    by RobsoN
    Replies
    1
    Views
    17,513

    pls use SEARCH function sometimes.. ...

    pls use SEARCH function sometimes..

    http://killtube.org/showthread.php?1702-key-on-keyboard

    mod edit: changed size from 7 to 10
  9. [Debian without GUI] Executing a .exe program with interface

    Hello, as in title: How to run an .exe program (with window interface) on linux without GUI ? is it even possible? Or I have to install GUI ?
    I run linux without GUI to save some RAM resources. Any...
  10. Replies
    8
    Views
    18,518

    BTW Tally is hud.hideWhenInMenu = true; built-in...

    BTW Tally is hud.hideWhenInMenu = true; built-in engine function?
  11. Replies
    4
    Views
    8,803

    So you simply can do it by calling an function...

    So you simply can do it by calling an function stringToFloat(str)

    more info at: http://znation.nl/cod4script/
  12. Replies
    4
    Views
    8,803

    If you haven't got libcod, you may try this: ...

    If you haven't got libcod, you may try this:



    strToFloat(str)
    {
    setCvar("temp",str);
    return GetCvarFloat("temp");
    }
  13. Thread: Code color

    by RobsoN
    Replies
    2
    Views
    14,010

    Same as Loveboy said, but you can get color...

    Same as Loveboy said, but you can get color easier from http://www.colorpicker.com/
    You need to take the last 3 ones R, G , B .
  14. Thread: Flashing lights

    by RobsoN
    Replies
    9
    Views
    6,238

    Use effects (you can create them by...

    Use effects (you can create them by CoD2_EffectsEd).

    Then http://znation.nl/cod4script/playfx
  15. Replies
    1
    Views
    19,877

    I've got Debian 6, and I couldn't update...

    I've got Debian 6, and I couldn't update openssl..

    apt-get update (nothing special happens)


    [...]
    Fetched 453 kB in 4s (107 kB/s)
    Reading package lists... Done
  16. Replies
    5
    Views
    16,686

    On spawn: self thread spawnProtection(); ...

    On spawn:


    self thread spawnProtection();

    Somewhere in same file:


    spawnProtection()
    {
  17. Replies
    2
    Views
    10,558

    1. The solution is simple if you got libcod...

    1. The solution is simple if you got libcod extension. You can execute console command by Cmd_ExecuteString. You can find manual in Mitch's script wiki. (https://znation.nl/cod4script/)
    2. If you...
  18. Replies
    2
    Views
    18,321

    WTF.. I tried about 20 libcod versions (including...

    WTF.. I tried about 20 libcod versions (including newiest) and I had same error, but it WORKS NOW :D.
    I was very tired or you are a god, Kung :cool:.
    Sorry for mess on forum, and thanks you!
  19. Thanks a lot!

    Thanks a lot!
  20. Replies
    2
    Views
    18,321

    libcod won't start

    Hi, my libcod can't run



    ******* script compile error *******
    unknown function: (file _mysql.gsc', line 375)
    mysql_free_result(result);
    *
    ************************************
  21. [SQL] Getting client names from other table knowing only theirs ids

    Hello, Im new in SQL. I want to get in one query: reason, banned NAME, admin NAME (thats missing in my query - i need this :P), ban type, time_add, time_expire, type. My current query looks like...
  22. Replies
    3
    Views
    9,563

    GetTime() -...

    GetTime() - http://zeroy.com/script/level/gettime.htm
    psOffsetTime - Im not sure about that but it's used for killcam, damage etc.
  23. Replies
    3
    Views
    11,855

    Gamefront has very limited access to download...

    Gamefront has very limited access to download from different countries. More info http://www.gamefront.com/file-hosting-faq/
  24. Replies
    3
    Views
    3,719

    This should work: level.rank[0] = 0;...

    This should work:


    level.rank[0] = 0;
    max_rank = 20;

    for(i = 1; i <= max_rank; i++)
    {
    level.rank[i] = level.rank[i-1] + 50*i
    }
  25. Replies
    4
    Views
    30,527

    Oh.. I fixed it. It was really my mistake. I was...

    Oh.. I fixed it. It was really my mistake. I was using my old .css which has something like

    #content a{background:#fff; ... }

    which was inadvertently omitted by me :cool:

    Thanks you Kung,...
Results 1 to 25 of 233
Page 1 of 10 1 2 3 4