andreixd23 Posted December 2, 2018 Report Posted December 2, 2018 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); 1
Whitney Posted December 26, 2020 Report Posted December 26, 2020 (edited) +1 Edited December 29, 2020 by Asterisk