Search:

Type: Posts; User: Whiskas

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    100,798

    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: mysql init

    by Whiskas
    Replies
    10
    Views
    40,774

    Directly in init function

    Directly in init function
  3. Thread: mysql init

    by Whiskas
    Replies
    10
    Views
    40,774

    Is it good idea to store those credentials in...

    Is it good idea to store those credentials in .cfg file?
  4. Thread: console print

    by Whiskas
    Replies
    13
    Views
    25,490

    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");
  5. Replies
    8
    Views
    7,748

    Wow, thanks.

    Wow, thanks.
  6. Replies
    8
    Views
    7,748

    Could you show us an example of weapon cookable?...

    Could you show us an example of weapon cookable? Should it be executed on weapon obj?

    Thanks for your work
  7. Thread: Meaning

    by Whiskas
    Replies
    7
    Views
    104,485

    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()
  8. Replies
    7
    Views
    7,023

    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.
  9. Replies
    7
    Views
    7,023

    I was rather talking about adding current...

    I was rather talking about adding current timestamp before printed text.
  10. Replies
    7
    Views
    7,023

    I like it! Is there any known hook to add text...

    I like it!

    Is there any known hook to add text to every printf generated by the server?
  11. Replies
    34
    Views
    35,941

    I believe that you misunderstood my question. For...

    I believe that you misunderstood my question. For example: I used "magic function" on player object and I would like to get back something like this:


    Object (
    [name] => "Whiskas"
    ...
  12. Replies
    34
    Views
    35,941

    Is there a way to print/display a structure of an...

    Is there a way to print/display a structure of an object (self, level etc.) like it is made for example in PHP (vardump()/print_r()) ?
  13. Thread: server Attack

    by Whiskas
    Replies
    49
    Views
    160,228

    What about blocking whole Iran with your...

    What about blocking whole Iran with your firewall? Yes I know that it can be bypassed.
  14. Replies
    1
    Views
    2,799

    It is related to this thread....

    It is related to this thread. https://killtube.org/showthread.php?2510-assemblyes
  15. Replies
    10
    Views
    8,142

    Thanks for the information. It is never late to...

    Thanks for the information. It is never late to learn. Again..
  16. Replies
    10
    Views
    8,142

    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");
    }
  17. Replies
    34
    Views
    35,941

    NET_SendPacket ERROR: Resource temporarily...

    NET_SendPacket ERROR: Resource temporarily unavailable to 194.27.72.36:-7108
    NET_SendPacket ERROR: Resource temporarily unavailable to 194.27.72.36:-7096
    NET_SendPacket ERROR: Resource temporarily...
  18. Replies
    20
    Views
    22,479

    Someone just sold you stolen cd Keys.

    Someone just sold you stolen cd Keys.
  19. Replies
    5
    Views
    5,578

    You can add "&" at the end of system() parameter...

    You can add "&" at the end of system() parameter to execute php script in background.

    If the script has long execution time, it can lag the server.


    system("/usr/bin/php script.php &");
  20. Replies
    32
    Views
    137,333

    Sticky: Are we even able to set location in GameTracker?...

    Are we even able to set location in GameTracker? Mine is from Germany, but the hosting company is from Italy and that is what GameTrackers display.
  21. Thread: new hardpoint

    by Whiskas
    Replies
    1
    Views
    2,886

    Didn't you miss semicolon line before else if ?

    Didn't you miss semicolon line before else if ?
  22. Thread: crash linux

    by Whiskas
    Replies
    16
    Views
    53,479

    You may ask your hosting company about that....

    You may ask your hosting company about that. Maybe they had some problems.
  23. Replies
    3
    Views
    74,496

    Thanks this is the thing I needed to know. I was...

    Thanks this is the thing I needed to know. I was wrongly thinking that mysqli object was the main problem.



    I wanted to make global user class object that would have functions (with mysql...
  24. Replies
    3
    Views
    74,496

    Double Dependency Injection?

    Maybe someone smart can help figure it out for me.

    I am making some website with accounts etc. On the index page, there is a form to login. After clicking Sign in button, this is executed:
    ...
  25. Replies
    8
    Views
    7,813

    My bad. 10chars

    My bad.
    10chars
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4