Log in to reply
 

[SCRIPT] Female style sit in car



  • alt text
    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.


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.