Jump to content
andreixd23

Play the texting animation when the phone is open

Recommended Posts

As the title says. I think it would add more realism to it.

 

const animationDictionary = "amb@code_human_wander_texting@male@base";
const animationName = "static";

mp.game.streaming.requestAnimDict(animationDictionary);
while (!mp.game.streaming.hasAnimDictLoaded(animationDictionary)) mp.game.wait(0);
mp.players.local.taskPlayAnim(animationDictionary, animationName, 8.0, 0.0, -1, 0, 0.0, false, false, false);

 

  • Like 1
Link to comment
Share on other sites



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and our Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.