Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. Thread: .map to .obj

    by RobsoN
    Replies
    4
    Views
    41,052

    .map to .obj

    Is there any way to convert .map to .obj with all textures?
  2. Thread: Wall-of-shame

    by RobsoN
    Replies
    13
    Views
    124,256

    Sticky: Made my day. ;)

    Made my day. ;)
  3. Replies
    11
    Views
    41,475

    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
  4. Thread: Cod2 fonction

    by RobsoN
    Replies
    1
    Views
    23,127

    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
  5. Replies
    4
    Views
    14,600

    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/
  6. Replies
    4
    Views
    14,600

    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");
    }
  7. Replies
    5
    Views
    23,343

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

    On spawn:


    self thread spawnProtection();

    Somewhere in same file:


    spawnProtection()
    {
  8. Replies
    2
    Views
    16,352

    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...
  9. Replies
    3
    Views
    7,491

    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
    }
  10. Thread: Wall-of-shame

    by RobsoN
    Replies
    13
    Views
    124,256

    Sticky: 10characters

    10characters
  11. Replies
    11
    Views
    16,175

    I meant which version of Direct have you set...

    I meant which version of Direct have you set ingame (graphic rendering engine). Try set it to DirectX7.
  12. Replies
    9
    Views
    69,094

    I think it works like subStr - script gets only 4...

    I think it works like subStr - script gets only 4 last file name chars. If this doesnt equal ".iwd" that means client tried to download non-iwd file.
  13. Thread: Wall-of-shame

    by RobsoN
    Replies
    13
    Views
    124,256

    Sticky: I love Russian players :P

    I love Russian players :P
  14. Thread: key on keyboard

    by RobsoN
    Replies
    25
    Views
    42,872

    you need to bind a player key on connect then ...

    you need to bind a player key on connect then

    bind KEY openscriptmenu -1 BUTTON_PRESSED_5

    (use clientcmd.menu to do that - search forum if you don't know what is it)


    if(response ==...
  15. Replies
    27
    Views
    125,629

    [Q3 FIX] Q3 fake clients fix

    Hello, I want to share my Q3fill fix.
    Script will kick player which tries to connect to the server when other player on server has same IP address.
    The code is not diffucult but it can help to...
  16. Replies
    3
    Views
    6,582

    Please use SEARCH function....

    Please use SEARCH function.
    http://killtube.org/showthread.php?1337-CoD2-Tutorial-How-to-make-your-cracked-server-show-up-in-the-master-list
  17. Replies
    56
    Views
    119,171

    It's returning bad client GUID what f***ed up all...

    It's returning bad client GUID what f***ed up all client permissions and data. It'll be really annoying if they wont fix this finally.
  18. Replies
    1
    Views
    6,069

    Netchan_Transmit

    Sys_Error: recursive error after: Netchan_Transmit: length = 16394

    Anyone know what this error mean? I think something about gamestate but I'm not sure.

    Regards RobsoN.

    //I'm sorry, but I...
  19. Thread: AssertMsg

    by RobsoN
    Replies
    12
    Views
    18,046

    Sorry for refreshing, but I found solution which...

    Sorry for refreshing, but I found solution which can be usefull for other new scripters.

    You have to have "developer_script" cvar set to 1 if you want to use assert , assertMSG or assertEx.
  20. Replies
    4
    Views
    10,750

    Plug in your microphone :)

    Plug in your microphone :)
  21. Replies
    6
    Views
    7,057

    I made loop with y -= 1.3 per .1 second, and...

    I made loop with y -= 1.3 per .1 second, and everything is good. Thanks for help.
  22. Replies
    4
    Views
    7,236

    READ WITH UNDERSTANDING. I had same problem...

    READ WITH UNDERSTANDING.

    I had same problem when I was starting to host home servers. I think the problem is, you haven't got forwarded ports in your router. Forward port 28960 in your router...
  23. Thread: hud

    by RobsoN
    Replies
    2
    Views
    5,009

    Cant u read forum posts before you write?...

    Cant u read forum posts before you write? http://killtube.org/showthread.php?1618-Tutorial-Work-in-progress-Hud-elements

    hud.vertAlign = "fullscreen";
    hud.horzAlign = "fullscreen";
  24. Replies
    56
    Views
    119,171

    WTF its offline AGAIN? //Sorry, they fixed it...

    WTF its offline AGAIN?

    //Sorry, they fixed it already.
  25. Replies
    28
    Views
    52,776

    "self" is not defined anymore. Probably some...

    "self" is not defined anymore. Probably some player disconnected, and you have got loop which updates hud value. Before loop add: "self endon("disconnect");" should help.
Results 1 to 25 of 64
Page 1 of 3 1 2 3