Search:

Search: Search took 1.00 seconds.

  1. [cod2] Running your own libcod server using WSL2 on windows

    Hello,

    This is a tutorial on how to run a libcod-enabled cod2 server on WSL2, on top of windows 10. This is a very quick and dirty tutorial.

    This tutorial assumes you have a working wsl2...
  2. Replies
    5
    Views
    30,764

    maybe I misunderstood you, but .. ...

    maybe I misunderstood you, but ..



    execute_aCD()
    {
    exec_async_checkdone();
    }

    aExecute_getID()
  3. Replies
    5
    Views
    30,764

    GetEntByNum() is one of those functions with a...

    GetEntByNum() is one of those functions with a developer flag, they only work in a /# ... #/ comments like:



    /#
    entity = clientNumToEntity( int(result[0]));
    if(result[1]=="OK"){
    ...
  4. Replies
    5
    Views
    30,764

    dosomething_result_async(result) { //level...

    dosomething_result_async(result)
    {
    //level notify("stop_async");
    entity = clientNumToEntity( int(result[0]));
    if(result[1]=="OK"){
    entity iprintln("OK");
    }
    else{
    ...
  5. Replies
    8
    Views
    33,719

    Your best option is to create a login system and...

    Your best option is to create a login system and store whatever data you want to associate with login in mysql/sqlite databases....
  6. Replies
    8
    Views
    33,719

    It's possible, however with a little trick that...

    It's possible, however with a little trick that code allows to get player's cd-key and proably shouldn't be posted here.
  7. Replies
    68
    Views
    78,999

    Read below. Still not secure. Ok, release time...

    Read below. Still not secure.

    Ok, release time

    It basically works like this:



    savestuff()
    {
Results 1 to 7 of 7