Hi,
at first, I dont really know should I post script-things in here or to programmers-side, so please move this thread if its on wrong place.
Anyway, I have a problem with horn-binding.
I really would want to use button on my steeringwheel for switching car lights on, _and_ using horn at the same time.
It works when I bind "button 1", and create script file which handles that.
Like this script file works:
But it doesnt work like this when "B" is binded to horn:
Even I put "/key B horn" before those press-commands, it still doesnt work.
Any advice?
And another thing:
Is it impossible to put like, "/press 3" for 5 times in scriptfile? Like, car would switch lights on and off 5 times. I tried it, but it only switch lights on for once.
Thank you.
at first, I dont really know should I post script-things in here or to programmers-side, so please move this thread if its on wrong place.
Anyway, I have a problem with horn-binding.
I really would want to use button on my steeringwheel for switching car lights on, _and_ using horn at the same time.
It works when I bind "button 1", and create script file which handles that.
Like this script file works:
foobar.lfs:
/press 3
But it doesnt work like this when "B" is binded to horn:
/press 3
/press B
Even I put "/key B horn" before those press-commands, it still doesnt work.
Any advice?
And another thing:
Is it impossible to put like, "/press 3" for 5 times in scriptfile? Like, car would switch lights on and off 5 times. I tried it, but it only switch lights on for once.
Thank you.