Search:

Type: Posts; User: feanor

Page 1 of 6 1 2 3 4

Search: Search took 0.00 seconds; generated 43 minute(s) ago.

  1. Replies
    4
    Views
    13,747

    23:23:29.483456 IP 186.216.68.245.61321 >...

    23:23:29.483456 IP 186.216.68.245.61321 > 168.119.35.252.28962: UDP, length 11
    E..'.q..w.....D..w#...q"........getinfo....#..
    23:23:29.483460 IP 185.25.182.77.53727 > 168.119.35.252.28962: UDP,...
  2. Replies
    4
    Views
    13,747

    sudo tcpdump -i any -c100 -nn -A port 28963...

    sudo tcpdump -i any -c100 -nn -A port 28963
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on any, link-type LINUX_SLL (Linux cooked), capture size 262144...
  3. Replies
    4
    Views
    13,747

    block specific packet size

    nowadays some retards are attacking to whole cod2 servers
    they are sending 11 byte - 13 byte - 16 byte ( probably they are about connection to cod2 server) so when i block packets with this way...
  4. Replies
    4
    Views
    3,920

    hi , it is not related to this topic but can i...

    hi , it is not related to this topic but can i ask is there a way to use printOutOfBand for rcon tools?
  5. Replies
    4
    Views
    3,920

    i was not knowing "resettimeout" command, thanks...

    i was not knowing "resettimeout" command, thanks you
  6. Replies
    4
    Views
    3,920

    i edited as : if(fid != -1) ...

    i edited as :
    if(fid != -1)
    closefile(fid);

    Now i have this error :

    ERROR: G_ParseSpawnVars: closing brace without data
  7. Replies
    4
    Views
    3,920

    The first entity isn't 'worldspawn'

    how can i fix this issue on S&D mod . It occurs while round starting


    fid = openfile("xxx.cfg", "read");
    if(fid == -1)
    return;

    argcount = freadln(fid);
    while(argcount >...
  8. Thread: server tracking

    by feanor
    Replies
    1
    Views
    2,948

    server tracking

    hello , how can i track my servers with javascript and make real-time chart ? (score,ping etc.)
  9. Replies
    3
    Views
    39,901

    sorry , i was busy a little bit last week. i...

    sorry , i was busy a little bit last week. i would like to modify punkbuster than can work without clientside updates.. so ppl wont get kick bcs of update files and i will use punkbuster service.....
  10. Replies
    3
    Views
    39,901

    punkbuster source codes

    hello , anyone have punkbuster source codes or never released ?
  11. Replies
    11
    Views
    38,500

    hey , you can see this menu when you connect to...

    hey , you can see this menu when you connect to the server for the first time. you must click to continue. at other times this menu will be passed automatically.you dont have to click something. if...
  12. Replies
    11
    Views
    38,500

    158.58.172.25:28969 played for a while with...

    158.58.172.25:28969

    played for a while with 5-6 players . it was fun :)
  13. Replies
    11
    Views
    38,500

    of course. i will share information today or...

    of course. i will share information today or tomorrow
  14. Replies
    11
    Views
    38,500

    thanks a lot

    thanks a lot <3
  15. Replies
    11
    Views
    38,500

    hide and seek mod

    hello
    does anyone have present hide and seek mod for cod2 ?
  16. Replies
    10
    Views
    9,150

    i figured out if player hits to for example near...

    i figured out if player hits to for example near of boots , bullettrace doesnt stop. it ends on the ground. actually eattacker hits to evictim but it is not same in bullettrace
  17. Replies
    10
    Views
    9,150

    with silent aim if player shoots (x , y , z)...

    with silent aim if player shoots (x , y , z) point , his bullets hits to (r , s , t) point. i am trying to find these points , thats what i am trying to do.

    1380



    check( eVictim , eInflictor...
  18. Replies
    10
    Views
    9,150

    wut?

    wut?
  19. Replies
    10
    Views
    9,150

    compare vpoint - player's looking position

    start = eAttacker getRealEye();
    fw = anglestoforward(self getplayerangles());
    end = start + maps\mp\_utility::vectorscale( fw, 10000 );


    trace = bulletTrace(start, end, true,...
  20. Replies
    4
    Views
    21,285

    may i ask why he specified also 183.6 cm ? i am...

    may i ask why he specified also 183.6 cm ? i am trying to fix silent aim cheat (editing serthy's script) he specified player's height is 64 but i realized its wrong.thats why i asked. also i shot a...
  21. Thread: console print

    by feanor
    Replies
    13
    Views
    25,495

    if i edit like this logprint(Rcon from...

    if i edit like this


    logprint(Rcon from %s:\n%s\n", NET_AdrToString (from), Cmd_Argv(2))

    pretty sure it will not work cuz logprint is not declared. how can i call logprint function in libcod...
  22. Replies
    4
    Views
    21,285

    original cod2 models height

    what is the height of original cod2 models ? (british , german , russian , american) 70 ?
  23. Thread: console print

    by feanor
    Replies
    13
    Views
    25,495

    "SV_remote_command" what does this command ?

    "SV_remote_command" what does this command ?
  24. Thread: console print

    by feanor
    Replies
    13
    Views
    25,495

    it will leak rcon password but already i was...

    it will leak rcon password but already i was trying to find this command

    player printOutOfBand("print\nHELLO PLAYER CONSOLE!!!\n");



    yeah how can i log for example


    32:12 rcon...
  25. Thread: console print

    by feanor
    Replies
    13
    Views
    25,495

    console print

    how can i get prints same as rcon status in console ? does it requires libcod or there is a default function ?

    also how can i make timestamps for rcon commands on log ? not on console log. thx for...
Results 1 to 25 of 128
Page 1 of 6 1 2 3 4