MrSecreto07 Posted June 11, 2017 Share Posted June 11, 2017 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 ) 1 Link to comment
Administrators Lpsd Posted June 11, 2017 Administrators Share Posted June 11, 2017 https://wiki.multitheftauto.com/wiki/Animations Where are you seeing the "SEX" group as shown in your code (argument 2 - setPedAnimation)? Link to comment
Hale Posted June 12, 2017 Share Posted June 12, 2017 The animation group (SEX) you're trying to access to is not existent. Link to comment
MrSecreto07 Posted June 12, 2017 Author Share Posted June 12, 2017 (edited) 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 June 12, 2017 by MrSecreto07 Link to comment
Hale Posted June 12, 2017 Share Posted June 12, 2017 (edited) 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 June 12, 2017 by Hale Link to comment
Administrators Lpsd Posted June 12, 2017 Administrators Share Posted June 12, 2017 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
MrSecreto07 Posted June 12, 2017 Author Share Posted June 12, 2017 it does not work I tried with each one of the anim of "sex" found in this blog:Http://forum.sa-mp.com/showthread.php?t=153659 In that list are found those that mentioned but when trying them did not work. Link to comment
xeon17 Posted June 12, 2017 Share Posted June 12, 2017 Sex animations were removed from MTA long time ago. I don't know the reason. I remember this resource worked fine before Link to comment
Administrators Lpsd Posted June 13, 2017 Administrators Share Posted June 13, 2017 @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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now