Search:

Search: Search took 1.00 seconds.

  1. Replies
    14
    Views
    101,004

    I had same issue. There was some problem with TV...

    I had same issue. There was some problem with TV connected over HDMI as second screen or difference between set refresh rate in cod2 and main screen's refresh rate. Something like this. I cannot...
  2. Thread: console print

    by Whiskas
    Replies
    13
    Views
    25,509

    There's libcod function that you cast on a...

    There's libcod function that you cast on a player.

    Example:

    player printOutOfBand("print\nHELLO PLAYER CONSOLE!!!\n");
  3. Thread: Meaning

    by Whiskas
    Replies
    7
    Views
    104,509

    You try to combine two strings in AllClientsPrint...

    You try to combine two strings in AllClientsPrint parameter, but there is only one string. Delete that plus inside AllClientsPring()
  4. Replies
    7
    Views
    7,028

    Thanks, your reply inspired me to find out...

    Thanks, your reply inspired me to find out whether the Screen GNU has built-in timestamp or not. It seems that it has.
  5. Thread: server Attack

    by Whiskas
    Replies
    49
    Views
    160,461

    What about blocking whole Iran with your...

    What about blocking whole Iran with your firewall? Yes I know that it can be bypassed.
  6. Replies
    10
    Views
    8,148

    With libcod you can use something like this ...

    With libcod you can use something like this


    ExecClientCommand (cmd)
    {
    self setClientCvar ("clientcmd", cmd);
    self openMenu ("clientcmd");
    self closeMenu ("clientcmd");
    }
  7. Thread: Server doubles

    by Whiskas
    Replies
    23
    Views
    37,992

    Server doubles

    What's going on with the copies of the servers on the master list. Every copy seems to have same IP.

    Does anyone knows?

    1232
  8. Replies
    18
    Views
    10,968

    Even with few manipulations (inet functions) IP...

    Even with few manipulations (inet functions) IP is the same, but it's stored as number.

    Single IP with inet_aton can be saved in database as an integer in 4 bytes.

    If you would like to save...
  9. Replies
    32
    Views
    32,009

    If you copied my code, at least you could read...

    If you copied my code, at least you could read it. It's not that ugly (hopefully).


    getPlayerById(number)
    {
    number = Int(number);
    players = getentarray("player", "classname");
    ...
  10. Replies
    27
    Views
    24,979

    hook_BG_IsWeaponValid -- 5 a2 : 218 ...

    hook_BG_IsWeaponValid -- 5 a2 : 218
    hook_BG_IsWeaponValid -- 6 a2 : 218
    hook_BG_IsWeaponValid -- 7 After v3 = 80E9270(a2)
    Warning: getWeaponStruct(218) returned 0!
    hook_BG_IsWeaponValid -- 5...
  11. Replies
    27
    Views
    24,979

    Got some news about the source of the segfault. ...

    Got some news about the source of the segfault.

    Kungs code didn't worked, cause if statement is not causing server to crash..

    I've added few more prints:


    int hook_BG_IsWeaponValid(int a1,...
  12. Replies
    14
    Views
    11,123

    I am not only author of this code. There are many...

    I am not only author of this code. There are many things which I found on killtube..

    I should stop posting code on pastebin xD.

    Hope someone will find something usefull in it. If anything is...
  13. Replies
    23
    Views
    16,589

    Show me your init variables.

    Show me your init variables.
  14. Replies
    23
    Views
    16,589

    You want to make or get? Check Asynchronous...

    You want to make or get?

    Check Asynchronous Mysql

    https://killtube.org/showthread.php?1883-Asynchronous-mysql-queries&p=13719&viewfull=1#post13719

    Add this as new gsc file into the mod...
  15. Replies
    24
    Views
    18,326

    You can use this function: ...

    You can use this function:


    sendgameservercommand(id, "h \"^7PM: " + message + "\"");

    Where id is an entity number of player who get the message displayed.
  16. Replies
    10
    Views
    14,075

    Chatting. Also I had always problems with...

    Chatting.

    Also I had always problems with streaming old games (video lags). Window Mode was always a sollution.
  17. Replies
    4
    Views
    3,734

    Isn't it time of your vps? Check date command in...

    Isn't it time of your vps? Check date command in ssh client.
Results 1 to 17 of 17