yToPzz Posted July 2, 2022 Share Posted July 2, 2022 other animations with the same functions as this one play normally but this one doesn't want to play can someone tell me what's wrong? function sexomen (source) setElementPosition(source, 952.6279296875, -44.8916015625, 1001.8737792969) setElementInterior(source, 3) setElementRotation(source,0,0,0) setCameraTarget(source,source) setPedAnimation ( source,"sex", "sex_1_cum_p", -1, true, false, false ) end addEventHandler("onMarkerHit",markermen,sexomen) Link to comment
Mr.Hugin Posted July 2, 2022 Share Posted July 2, 2022 30 minutes ago, yToPzz said: other animations with the same functions as this one play normally but this one doesn't want to play can someone tell me what's wrong? function sexomen (source) setElementPosition(source, 952.6279296875, -44.8916015625, 1001.8737792969) setElementInterior(source, 3) setElementRotation(source,0,0,0) setCameraTarget(source,source) setPedAnimation ( source,"sex", "sex_1_cum_p", -1, true, false, false ) end addEventHandler("onMarkerHit",markermen,sexomen) Do you want to make a marker? Link to comment
yToPzz Posted July 3, 2022 Author Share Posted July 3, 2022 1 hour ago, Mr.Hugin said: Do you want to make a marker? yes Link to comment
Mr.Hugin Posted July 3, 2022 Share Posted July 3, 2022 7 minutes ago, yToPzz said: yes Ok, this is easy for a minute, please Link to comment
Mr.Hugin Posted July 3, 2022 Share Posted July 3, 2022 (edited) addEventHandler("onResourceStart", resourceRoot, function() marker = createMarker(, 'cylinder', 1.0, 255, 255, 255, 255) --Don't forget to set the marker's coordinates setElementInterior(marker, 6) end) try this I don't understand what you want, but this will help you This is just an example you can complete it Edited July 3, 2022 by Mr.Hugin Link to comment
yToPzz Posted July 3, 2022 Author Share Posted July 3, 2022 19 minutes ago, Mr.Hugin said: tente isso Não entendi o que você quer, mas isso vai te ajudar Este é apenas um exemplo, você pode completá-lo Thanks Link to comment
Mr.Hugin Posted July 3, 2022 Share Posted July 3, 2022 (edited) 14 minutes ago, yToPzz said: Thanks you are welcome Edited July 3, 2022 by Mr.Hugin Link to comment
yToPzz Posted July 3, 2022 Author Share Posted July 3, 2022 23 minutes ago, Mr.Hugin said: you are welcome I ended up finding out that the animation can't be played because it was blocked by the game but thanks anyway Link to comment
Mr.Hugin Posted July 3, 2022 Share Posted July 3, 2022 16 minutes ago, yToPzz said: I ended up finding out that the animation can't be played because it was blocked by the game but thanks anyway you are welcome man 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