Search:

Type: Posts; User: guiismiti

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds; generated 42 minute(s) ago.

  1. Replies
    1
    Views
    3,595

    Summer sale... most CODs on 50% again Already...

    Summer sale... most CODs on 50% again

    Already spent some money with Assetto Corsa - if you like racing, I recommend it.

    Ends on July 5th
  2. Replies
    1
    Views
    3,595

    Steam store - good discount for CoDs

    Not sure if this is the appropriate board, but anyway

    Discounts ranging from 33% to 66% for CoDs right now.
    Most of them are at 50%.

    Ends on Monday
  3. Thread: Press F

    by guiismiti
    Replies
    7
    Views
    5,036

    You can also bind some key when player connects,...

    You can also bind some key when player connects, to open the client command menu and execute some command.
    Might be the best libcod-free way, and will work when played presses the key you want,...
  4. Replies
    30
    Views
    73,763

    Which compiler do you use? I'm trying to add...

    Which compiler do you use?
    I'm trying to add missing functions.
  5. Replies
    34
    Views
    35,941

    How hard-coded is vote calling? I checked menu...

    How hard-coded is vote calling?
    I checked menu kickplayer and the response of the "Ok" button is "uiScript voteTempBan".
    Is it possible to edit vote calling? I may be wrong, but, a few years ago, I...
  6. Replies
    8
    Views
    7,049

    Which function is this? I'm trying to find it.

    Which function is this? I'm trying to find it.
  7. Thread: Kicking bots

    by guiismiti
    Replies
    27
    Views
    44,109

    1 - I tried using getAddressType() but my version...

    1 - I tried using getAddressType() but my version of libcod is a little old :) so, whenever I'm not using .isbot I'm using getIP() == 0.
    .isbot works well because it is defined when the test client...
  8. Thread: Kicking bots

    by guiismiti
    Replies
    27
    Views
    44,109

    I'm getting some weird errors when kicking...

    I'm getting some weird errors when kicking meatbots.

    Basically, I created a monitor (code below) to add a bot if team size < 6, and remove a bot if team size > 6 && there is at least one bot in...
  9. Replies
    2
    Views
    3,289

    Just don't feed the troll

    Just don't feed the troll
  10. Replies
    26
    Views
    42,767

    for(i = 0; i < libcod.functions.size; i++) {...

    for(i = 0; i < libcod.functions.size; i++)
    {
    if(isUseful(libcod.function[i]))
    {
    useLibcod = true;
    break;
    }
    }
  11. Replies
    2
    Views
    20,888

    Much simpler, thank you (although it's not...

    Much simpler, thank you (although it's not libcod-free, it shouldn't be a problem for most people).
    Here is the code


    botdelay = 150;
    extrapolationfactor = botdelay / 1000;
    velocity =...
  12. Replies
    2
    Views
    20,888

    Increase meatbot difficulty

    Hi again,
    Today I thought of a way to increase the difficulty of meatbot. I know there are people here who use it in their servers.

    If you run around bots, they will keep shooting at the position...
  13. Instead of playSoundOnPlayers(sound,...

    Instead of


    playSoundOnPlayers(sound, team)("playercon.mp3");

    use


    playSoundOnPlayers("playercon.mp3", team);
  14. Replies
    3
    Views
    4,564

    Thank you izno. I got it working like this: ...

    Thank you izno.
    I got it working like this:


    mouseEnter
    {
    setItemColor "window_name" backcolor 1 0.6 0.3 .3;
    setItemColor "window_name" bordercolor 0 1 0 1;
    }
    mouseExit
  15. Replies
    3
    Views
    4,564

    Menus - change window background onFocus

    Hello again
    Like the title says, I'm trying to change the background of a menu window onFocus.

    I did it successfully by making two windows - unfocus_window and focus_window, with the desired...
  16. read what I posted and try doing it as I said

    read what I posted and try doing it as I said
  17. In the game type script (tdm.gsc, dm.gsc, sd.gsc,...

    In the game type script (tdm.gsc, dm.gsc, sd.gsc, ...), use playSoundOnPlayers(sound, team) on Callback_PlayerConnect() and Callback_PlayerDisconnect()
  18. Replies
    2
    Views
    132,048

    Anybody else using Notepad++ ?

    :S

    https://wikileaks.org/ciav7p1/cms/page_26968090.html
  19. Replies
    34
    Views
    35,941

    What is the name of the grenade hud? 1306 I...

    What is the name of the grenade hud?
    1306
    I need to hide it and disableWeapon() doesn't do it.
    I've been looking for a way to do it, but couldn't find it.
  20. Replies
    19
    Views
    27,764

    Change hud.fadeovertime for hud fadeovertime and...

    Change hud.fadeovertime for hud fadeovertime and it works fine.
  21. Replies
    19
    Views
    27,764

    I will try it later. The other purpose I had...

    I will try it later.

    The other purpose I had with it was to print variable messages to everyone (iprintln):


    iprintln(&"BATTLEFIELD_MONSTERKILL", player);


    Localized string:
  22. Replies
    19
    Views
    27,764

    Looks like it works for player names only, not...

    Looks like it works for player names only, not custom strings.
    It will be useful for another purpose, though.

    Anyway, I'm just gonna add a lot of spaces to the "Headshot:" string and add the "m"...
  23. Replies
    19
    Views
    27,764

    Does anybody know if it is possible to change the...

    Does anybody know if it is possible to change the position of the .label, from left to right?
  24. Replies
    68
    Views
    77,597

    https://killtube.org/showthread.php?1746-Hardware-...

    https://killtube.org/showthread.php?1746-Hardware-bans&p=8627&viewfull=1#post8627

    It uses the clientside files method - the player can simply delete the .cfg file.
    Edited: I still use it because...
  25. Replies
    4
    Views
    5,178

    Or just perform a search, here on killtube, of...

    Or just perform a search, here on killtube, of the function you have doubts about.


    Edit: I just found this...
Results 1 to 25 of 245
Page 1 of 10 1 2 3 4