Hi everyone,im hoping some of you have been able to enable the resting arm on low speeds on more vehicles,or maybe addon ones.
Anybody knows how to make more vehicles do this?
Having your arm rest on the window on low speeds.
Cant seem to figure out how to make this possible and havent really found any helpfull info around it.
This is by default on some vehicles like buccaneer2 and some other lowrider cars,but i would love to be able to add it to more vehicles.
Thanks!
most likely its just vehicle flags in the meta files
looked through vehicle.meta flags but i dont see anything that stands out..im really curious about it. same with the one hand driving with some motorcycles.
give me model names that has and doesnt this animation, i might have an idea
buccaneer2 does this.
im reading the base gta metas now trying to find differences but i dont see anything standing out atm.
iirc this is hardcoded, similar to how the muscle class has the wheelie when using the handbrake to start driving.
i was thinking the same but its only on specific vehicles,so it must be hidden somewhere ![]()
I make a lot of custom lowrider cars and i would love to include it in all the cars
it doesnt do that for me somehow at all even in buccaneer2
Thanks
Hey, I actually “discovered” this a few years back while testing ped flags.
Tl;dr for years this was a misnamed ped flag (something like, pedbehaveslikeaircraft or something) so no one really knew what it did at the time, to activate it you need to apply:
SetPedConfigFlag 424
And under the below conditions:
- constant speed
- below ~50 mph
- No major turns
Your character will enter relaxed riding positions while driving on both cars and motorcycles.
you are a legend
… would i apply that on vehicle flags or somewhere else?
im guessing somewhere client side..not sure how to go with this ![]()
this is a ped flag, so you’re applying it to the player ped:
Not sure why the preview is “createped” but if you click you can see all the flags, I would just look up “SetPedConfigFlag” on github some examples of how people apply it.
made a quick test script with a command and it seems to work,but only with bikes…with the cars it seems to only recognise vehicles without a roof like the buccaneer2,but havent been able to make it work with any of my addon cars…again,thanks for the help!
In that case I’d start playing around with vehicle flags.
Chino2/buccanner2 have:
<flags>FLAG_EXTRAS_CONVERTIBLE FLAG_EXTRAS_STRONG FLAG_AVERAGE_CAR FLAG_HAS_INTERIOR_EXTRAS FLAG_CAN_HAVE_NEONS FLAG_HAS_LOWRIDER_HYDRAULICS</flags>
And layout:
<layout>LAYOUT_LOW_LOWRIDER</layout>
This will obviously affect animations in general for the car and may cause clipping or other issues, so you’d need to play around and see what happens, possibly do some custom layouts, modifying this.
But I think it’s a good start, good luck!
its the layout on the meta!! The rest of the flags i already had applied in the cars.
Looks a bit off but it works!
appreciate the help!!!

