This. Exactly.
Ok then, no problem. What about inside the SR3 .lua script itself? I would like to try myself but I'm not sure what the correct script action is for the gamepad buttons. I downloaded some .lua scripts for GTA4 and the code for that is -
(IS_BUTTON_PRESSED(0, 9) == 1)and(IS_BUTTON_PRESSED(0, 16) == 1) then-- gamepad Dpad DOWN and X
I tried this inside the SR4 .lua against one of the teleport commands but nothing happened. Maybe its right but I'm doing it wrong...