Jump to content

Mercman

GC Server Admin
  • Posts

    972
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Mercman

  1. The general idea is to use +/- aliases (which trigger when a key is pressed and released respectively.) Very simply you can do this: alias +mod "bind f11 say shift" alias -mod "bind f11 say normal" bind shift +mod although in advanced configs you might want to use a few intermediary aliases like alias f11_normal "say normal" // Bind for when you're not holding shift alias f11_shift "say shift" // Bind for when you're holding shift alias f11_modded f11_normal // Default if shift never pressed alias +mod "alias f11_modded f11_shift" // Shift key down alias -mod "alias f11_modded f11_normal" // Shift key up bind shift +mod // You can bind other things to +mod if you want to have like ctrl+f11 bind f11 f11_modded // f11 will now do whatever f11_modded is aliased to by +/-mod Thanks for this but im sooooo confused i want to have left shift, keypad 1 for suicide ,how would i do that? I keep pressing the suicide key by accident Thanks ctrlfrk for your help
  2. it waits so many seconds before closing the dialog
  3. Way back in around 2004 tippman was making a propane powered gun. Dont know if the ever came out with it
  4. I have not played for a while but did for 15 years. I have use a lot of guns . From a splatmaster , tippman full auto 62 cal. to an angel with full auto. Get A Budd Orr Sniper (old pump) or Budd Orr auto cocker. Lot maintenance ,accurate . Also a syder (basic 150$) is relatively cheap and a very good gun. It was competing with guns of 1000$ If you are just starting get a good face-mask with a fan. Nothing sucks more then fogging up in the heat of the battle.(imagine being boomed the entire game) Get compressed air instead of Co2 tanks. No freezing http://www.pbreview....od=2697&page=11 feel free to pm with any questions Paintball is the most fun you can have with your clothes on
  5. Bring Swamp fever BACK!!!! I really dont understand all the hate toward Swamp Fever.
  6. Congrats to gcftw newest admin Tsunami
  7. Thanks for this This works great for me.
  8. I was banned from their server on the day we couldnt play because of steams VAC. Join and 2 minutes later perma banned. I appealed it and never heard anything. So now i know why.
  9. Just say NO to Votescramble
  10. bind "KP_END" "laser" bind "KP_DOWNARROW" "pipe" bind "KP_PGDN" "molatov" bind "KP_RIGHTARROW" "ADREN" bind "KP_HOME" "survivorperks" bind "KP_UPARROW" "ammo" bind "KP_PGUP" "pills" bind "KP_MINUS" "defib" bind "KP_PLUS" "healthkit" bind "KP_ENTER" "fullhealth" bind "KP_DEL" "sm_csm" These commands are from the config file in L4D2 I couldnt figure out how to use the keyboard numbers hope that is helpful
  11. I dont think so but i could be wrong You can buy an m60 with expolsive ammo with 2 keypresses.
  12. Thx I see that now how that can be done. When I was learned how to bind keys thats how he learned me. Before I had to type every command and usally died while trying to
  13. eww, you put the whole alias thing in? why not direct bind with the menuselects? eww?? I have had these binds for 2 years now. I dont know if the other method exsisted back then and they work just fine for me
  14. alias "healthkit" "say !buy; menuselect 3; menuselect 1; menuselect 1;" bind "kp_plus" "healthkit" buys a heatlh kit with a keypress of the + on the number pad and alias "fullhealth" "say !buy; menuselect 3; menuselect 5; menuselect 1;" bind "kp_enter" "fullhealth" buys a full heal with a press of the number pad "enter" And bind "ins" "sm_buy" opens the buy menu with the press of the ins key Make a txt file and name it autoexec and place it in your L4D2 config folder and you should be good to go Hope this helps
  15. Hello again I found this on sorcemods about ping masking. https://sourcemod.net/showthread.php?t=98195 Ping masking is done by using an exploit known with the cl_cmdrate CVAR. Adding a character to the rate value causes the rate to be seen improperly to the server and causes the calculation of the players latency to be corrupted. With that i wont mention this again and thanks
  16. Hello I was playing on your L4D2 server today and I noticed a fellow with a ping of 1 (one). I had thought that was hacking. On "our" servers a Ping of 1 will get you banned as a hacker. Thanks for a good server to .It was fun playing on it
×
×
  • Create New...