Search:

Type: Posts; User: Kantin

Search: Search took 0.00 seconds.

  1. Replies
    23
    Views
    21,215

    Hey there, What about the xfire client is's...

    Hey there,
    What about the xfire client is's still working, but on the website there is "For this reason, we have decided to sunset the Xfire Client and the social site so we can focus our efforts on...
  2. Replies
    1
    Views
    3,315

    Libcod error on Linux

    Hey guys,

    Im running libcod on my linux server with the original zpam206 (I dont use libcod methods), since Januarry. And two times I got an error I dont remember what was the error msg clearly...
  3. Replies
    6
    Views
    5,338

    Get player console inputs

    Hey guys,

    is it possible to get the clients console inputs like the "say" with CodeCallback_PlayerCommand? I mean I want to know if a player change his clientcvar (com_maxfps, wallhack, ...) via...
  4. My new sendCommand function with libcod (windows)

    Hey,
    So with this function you can send data to another server (tested with cod2 and cod4 servers) (like rcon commands) or you can get data from it. If you want to use it you have to add my source...
  5. Replies
    12
    Views
    12,550

    Thank you man! Its working strlen was a bad...

    Thank you man! Its working strlen was a bad choice, with sizeof its ok!!
  6. Replies
    6
    Views
    4,779

    Seems that the trig variable is undefined and you...

    Seems that the trig variable is undefined and you cant call the waittill func on it. Try to check it so


    main()
    {
    door = getent ("Secret","targetname");
    trig = getent...
  7. Replies
    12
    Views
    12,550

    I tried this too, but the same issue with one sec...

    I tried this too, but the same issue with one sec connection interupted after call :D
  8. Replies
    12
    Views
    12,550

    Yes, in wireshark I can see the sent data and...

    Yes, in wireshark I can see the sent data and after that, the next row is the response with the correct data, but in the dll the response variable still memory trash and the recvfrom func returned...
  9. Replies
    12
    Views
    12,550

    The specified server what u can set ingame (with...

    The specified server what u can set ingame (with ip and port) get the data after the sendto so thats correct
  10. Replies
    12
    Views
    12,550

    in cod foo("1.1.1.1,28960") and your...

    in cod


    foo("1.1.1.1,28960")


    and your method is better, not necessary to convert string to int but this part already working with my case
  11. Replies
    12
    Views
    12,550

    Sure i can, so i append {"foo" ,...

    Sure i can, so i append


    {"foo" , gsc_utils_foo , 0},

    to the Scr_Function scriptFunctions[] array in gsc.cpp, I added also the prototype to the header file.

    and this...
  12. Replies
    12
    Views
    12,550

    Add new function to libcod on windows

    Hey there,

    I want to add my own function to libcod (win version). Its an udp socket communication stuff, and its working in a c console application. But after I copied source inside the dll...
Results 1 to 12 of 12