Jump to content

pinkamena

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by pinkamena

  1. Could it be possible to make stens be able to reload during the overheating phase? Like on rtcw, atm sten is so useless considering you cant even shoot half your clip before it overheats. So being able to reload during that phase would give a significant boost.

  2. Hi,

    Some of the people connecting to our server are being disconnected with the message "old version". We are currently using Silent Mod 0.8.1 and our server is at 3.00 to accept both 2.55 and 2.60b players.

    Any thoughts on what might be causing this?

  3. It's not possible to force downloads to individual players. The sv_referencedPaks in the engine determine the pk3 files that the clients need to have and that is distributed to all players.

     

     

    Ok and is it possible to create a whitelist of some sort that allows people to have certain named pk3 files without setting our sv_pure to 0?

  4. My question is - why limit it to members only? I would consider it an advantage for everyone to be able to state the rules via quick commands

     

     

    Yes i agree, how ever i don't think people will be very happy about the fact that their quickchat menu has been replaced by our rules. So like i said we would like to be able to give it to people that actually want it without annoying other people that prefer their quickchats.

  5. Hi,

     

    I was wondering if it was possible to alter the wm_ftquickmessage and wm_ftquickmessagealt menu's and make a separate pk3 file on our server. The thing i'd like to make is a complete different quickchat where the options to use voicechats is replaced by our server rules for easier access for our members.

     

    Would it be as easy as to simple replace the lines?:

     

     

    QM_MENU_START( "wm_ftquickmessageAlt" )

        QM_MENU_ITEM_TEAM(     "1. Statements",     close wm_ftquickmessageAlt;     open wm_ftquickstatements_alt,     "1", 0 )
        QM_MENU_ITEM_TEAM(     "2. Requests",         close wm_ftquickmessageAlt;     open wm_ftquickrequests_alt,         "2", 1 )
        QM_MENU_ITEM_TEAM(     "3. Commands",         close wm_ftquickmessageAlt;     open wm_ftquickcommand_alt,         "3", 2 )
     
    QM_MENU_END

     

     

    with:

     

    QQM_MENU_START( "wm_ftquickmessagealt" )

        QM_MENU_ITEM     (     "1. Heavy Spawnkill",     say "Heavy weapon spawnkilling is NOT allowed!";        close wm_ftquickmessagealt

     

    ,          "1", 0 )
        QM_MENU_ITEM_TEAM(     "2. English",         say "Speak English in the main chat!";                 close wm_ftquickmessagealt

     

    ,         "2", 1 )
        QM_MENU_ITEM_TEAM(     "3. Walljumping",     say "Walljumping for objective is NOT allowed!";         close wm_ftquickmessagealt

     

    ,         "3", 2 )

    QM_MENU_END

     

     

    If so, how do we add it to our server without forcing everyone to download this file? We only want our members to download it since other people might want to use their fireteam quickchat. Is there some sort of whitelist we can add?

     

    If it ain't as simply as replacing the lines what can we do to make this work?

  6. Some of our visitors get disconnect almost instantly after joining the server with only a message that says "crash information". They can reconnect instantly but get disconnected soon after. Any idea whats causing this? Its ruining our server :/
  7. i think you must set g_hitsound 9

     

    Well that worked. So does it mean that whenever i want to add multiple options (killingspree options for example.) i need to add up the numbers? (considering 1+8= 9) Or is that just pure concidence?

  8. Greetings,

     

    Pressing escape then clicking on the Silent menu while in my server simply closes the menu's. Any idea what i did wrong?

     

    Also is it possible to create different hitsounds for the body for both team and enemy? I made a soundpack with the body.wav and team.wav but when shooting a teammate i hear the sound of body.wav.

×
×
  • Create New...