[SCRIPT] Female style sit in car
-
looking for a script which could make character sit in a car like this, in female style
-
Put these lines in a fonction (c++):
STREAMING::REQUEST_ANIM_SET("move_f@sexy@a"); PED::SET_PED_MOVEMENT_CLIPSET(PLAYER::PLAYER_PED_ID(), "move_f@sexy@a", 1.0); if (STREAMING::HAS_ANIM_SET_LOADED("move_f@sexy@a")) { PED::SET_PED_MOVEMENT_CLIPSET(PLAYER::PLAYER_PED_ID(), "move_f@sexy@a", 1.0); WAIT(0); }
Unfortunetely i cant try now, my game doesnt work.