Jump to content

Help Sex Anim


Recommended Posts

 
Hello Community!

I have a problem, I've been trying to make a sex script for a week but I still can not make it work. The animations within the "SEX" group do not work for me, those of the "SNM" group and "BLOWJOBZ" work perfectly, but the ones that interest me are SEX and I still can not find the reason why they do not work for me.

 

 

function animationCommand ( source ) 
setPedAnimation (source, "SEX", "SEX_1_FAIL_W", -1, true, false, false )
end 
addCommandHandler ( "sex1", animationCommand ) 

function animationCommand ( source ) 
setPedAnimation (source, "SEX", "SEX_1_FAIL_P", -1, true, false, false )
end 
addCommandHandler ( "sex2", animationCommand ) 

 

  • Like 1
Link to comment
19 hours ago, LopSided_ said:

https://wiki.multitheftauto.com/wiki/Animations

Where are you seeing the "SEX" group as shown in your code  (argument 2 - setPedAnimation)?

The group "BLOWJOBZ" and "SNM" also do not exist in the wiki and if they work

Examples:

function animationCommand ( source )
setPedAnimation (source, "BLOWJOBZ", "BJ_COUCH_LOOP_W", -1, true, false, false )
end
addCommandHandler ( "sex1", animationCommand )

function animationCommand ( source )
setPedAnimation (source, "SNM", "SPANKINGP", -1, true, false, false )
end
addCommandHandler ( "sex2", animationCommand )

 

 

Edited by MrSecreto07
Link to comment
1 hour ago, MrSecreto07 said:

The group "BLOWJOBZ" and "SNM" also do not exist in the wiki and if they work

Examples:


function animationCommand ( source )
setPedAnimation (source, "BLOWJOBZ", "BJ_COUCH_LOOP_W", -1, true, false, false )
end
addCommandHandler ( "sex1", animationCommand )

function animationCommand ( source )
setPedAnimation (source, "SNM", "SPANKINGP", -1, true, false, false )
end
addCommandHandler ( "sex2", animationCommand )


 

 

Indeed, it seems that the wiki is missing some of the available animations. Here are the two sex animations I've found:

Block: "sex"
Anims: "SEX_1_Cum_W", "SEX_1_Cum_P"

Edited by Hale
Link to comment
  • Administrators

 

Did some digging and put the following list together. They're most likely not listed anywhere on the wiki due to these animations only being available in certain versions of the SP (compatibility issues) - so whether they'll even work I don't know. I guess you can try.

 

Block: "SEX"

Anims: "SEX_1_P", "SEX_1_W", "SEX_1TO2_P", "SEX_1TO2_W", "SEX_2_P", "SEX_2_W", "SEX_2TO3_P", "SEX_2TO3_W", "SEX_3_P", "SEX_3_W", "SEX_3TO1_P", "SEX_3TO1_W", "SEX_1_P", "SEX_1_W", "SEX_1_CUM_P", "SEX_1_CUM_W"

 

 

Link to comment
  • Administrators

@MrSecreto07 as I said, these animations are only available in certain versions of the SP - so it's most likely the MTA team stopped them being able to work altogether as to avoid any issues with compatibility between clients.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...