View Single Post
Old 12-30-2008, 08:35 PM   #163
MonoXideAtWork
Pub Allstar!
Beta Tester
 
Join Date: Aug 2008
Class/Position: under en kvinna
Gametype: Capture the Flag
Affiliations: Eternal Order, Must be h4x, Mono's happy funtime.
Posts Rated Helpful 0 Times
I'm glad you liked the toggle script!


General troubleshooting:

If a button does not work, replace the controller, and test. If the issue continues, it is script or engine related.

Things that work well on lan may not work online without using "wait".

Specific troubleshooting:

Test your commands! Try each command by itself in console. This will help you determine if you are using improper functions, syntax, or cvars.

the toggle script "+engy" will only map those keys while you are holding down the C key. This is the "is your computer plugged in" question.

This is what I use.

Code:
// Engineer easydet.

alias +engy detdispenser
alias -engy  dispenser

bind c +engy
MonoXideAtWork is offline   Reply With Quote