Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. COD2: objective_add Objective_Team...

    COD2:
    objective_add
    Objective_Team
    Objective_Delete
  2. Replies
    6
    Views
    1,983

    1. Run php script from gsc 2. Write in DataBase...

    1. Run php script from gsc
    2. Write in DataBase from .php
    3. Read db-query in gsc
    My example realisation:
    1703
    system libcod:
    1704
    You can try use return 1/0 or -1 in php script from...
  3. Replies
    6
    Views
    1,983

    system("php vpn.php "+self getIP()+" "+self.id); ...

    system("php vpn.php "+self getIP()+" "+self.id);
    <?php
    $ip = $argv[1];
    $id = $argv[2];
    $ch = curl_init('http://proxycheck.io/v2/'.$ip.'?key=mykey&vpn=1&asn=1&risk=1');
    curl_setopt($ch,...
  4. Replies
    6
    Views
    1,983

    i use too vpn api. Codextended .php + database...

    i use too vpn api. Codextended .php + database mysql
  5. Replies
    1
    Views
    1,353

    Skin Changer System

    https://youtu.be/OkoMBVrsloI
  6. Replies
    1
    Views
    1,282

    setdvar ui_background "background_american_w";...

    setdvar ui_background "background_american_w";
    main.menu:
    soundloop "music_mainmenu_mp"
  7. Replies
    38
    Views
    169,119

    Will result in an error: Unauthenticated client...

    Will result in an error: Unauthenticated client detected - invalid IWD files! path - All files on the server and on the client are compared. If some file is not in the mods or maps on the server to...
  8. Replies
    0
    Views
    1,542

    CALL OF DUTY 2 All 3rd Person Animations

    I show every one of Call of Duty 2 3rd Person animations in sequential order. COD2 has 3669 animations(xanim), I'l sorted & indexed from 1 to 2808. Not added: talking-heads anims, anims 1rd person,...
  9. Replies
    5
    Views
    4,640

    + CL_ParseServerMessage: illegible server...

    + CL_ParseServerMessage: illegible server message( 0 byte / 0 byte ) when length symbols Info string >1020. Rename iwd to short name & use Library for maps.
  10. Replies
    4
    Views
    27,782

    Save as .dds with option: DXT5. Choose...

    Save as .dds with option: DXT5. Choose Framebuffer operation: blendFunc from asset_manager
    1375
  11. Replies
    5
    Views
    5,123

    duplicate topic...

    duplicate topic
    https://killtube.org/showthread.php?2662-Banip-from-game-to-FairWall&highlight=banip
  12. Replies
    2
    Views
    4,476

    little businessman

    little businessman
  13. Thread: Lib error

    by Paho
    Replies
    14
    Views
    18,324

    ask Letlev...

    ask Letlev
    http://cloud-3.steamusercontent.com/ugc/93850558424225537/157C20E9E6EC59AD0D5E6C6C7EE604403883BFB6/
  14. Thread: server Attack

    by Paho
    Replies
    49
    Views
    160,257

    fix by libcod. Sending a packet from the client...

    fix by libcod.
    Sending a packet from the client to the server over the size 1024x16 = 16384 bytes.
    ///////delete/////////
  15. Replies
    36
    Views
    33,531

    Let's live in peace. Do not swear, Chief. All...

    Let's live in peace. Do not swear, Chief. All same we are people.
    Different views.

    NovoseL:
    pickups()
    {
    self endon("disconnect");
    self endon("killed_player");
    self endon("spawned_player");...
  16. Replies
    2
    Views
    19,405

    Install 8.5 version * link removed *...

    Install 8.5 version
    * link removed *
    Instruction:

    1. Create a folder name is "Flexlm" to "C" hard drive, even if you are installing to a different drive
    2. Copy both files (aw.dat and...
  17. Replies
    39
    Views
    25,607

    Every single day - single hour I can see your...

    Every single day - single hour
    I can see your face - single day
  18. Replies
    29
    Views
    21,123

    if(current=="iwx_sprint_mp") current=Sprint();...

    if(current=="iwx_sprint_mp")
    current=Sprint();
    Sprint()
    {
    self endon("disconnect");
    self notify("start_sprinting");
    sprint_weap="iwx_sprint_mp";
    slot="";
    if(self getcurrentweapon()==self...
  19. Replies
    29
    Views
    21,123

    test() { slot="kot"; return slot; }...

    test()
    {
    slot="kot";
    return slot;
    }
    if(args[0]=="test")
    {
    iprintlnbold(test());//output: kot
    return;
    }
  20. Replies
    29
    Views
    21,123

    I'm tested it's working

    I'm tested it's working
  21. Replies
    29
    Views
    21,123

    AHahAhahHaha

    AHahAhahHaha
  22. Replies
    29
    Views
    21,123

    CodeCallback_PlayerCommand(args) { self...

    CodeCallback_PlayerCommand(args)
    {
    self endon("disconnect");
    bingband=test();
    }
    test()
    {
    slot=3;
    return slot;
    }
  23. Replies
    29
    Views
    21,123

    This visible within a given function Use level...

    This visible within a given function
    Use level or self or return;
    return slot;

    test()
    {
    //... use if()
    slot="kot";
    //... use if()
    slot="pog";
  24. Replies
    5
    Views
    6,185

    Cmd_ExecuteString( "say welcome to our server!"...

    Cmd_ExecuteString( "say welcome to our server!" );
    output in chat:
    console: welcome to our server!
  25. Thread: FastRestart

    by Paho
    Replies
    9
    Views
    5,820

    Fast restart not work script runtime warning:...

    Fast restart not work
    script runtime warning: potential infinite loop in script. ...
Results 1 to 25 of 37
Page 1 of 2 1 2