Page 1 of 1

cool scripts needed

PostPosted: Mon Jul 30, 2018 10:06 am
by cmoneytheman
only fps i play now is off on pc with a 360 controller
is it a way somebody can give me a hair trigger script not to sensitive just a normal one and is it any other nice scripts that I might like not rapid fire none of that stuff

Re: cool scripts needed

PostPosted: Tue Jul 31, 2018 8:20 am
by J2Kbr
Hair trigger script for Xbox 360 controllers:
Code: Select all
main {
    if(get_val(XB360_RT)) {
        set_val(XB360_RT, 100);
    }
    if(get_val(XB360_LT)) {
        set_val(XB360_LT, 100);
    }
}