iBeiros Posted April 28, 2020 Share Posted April 28, 2020 Weiß vllt jemand weiter? Das Ped führt die gewünschte Animation nicht durch, führt keins durch. Ped Bankangestelltin = NAPI.Ped.CreatePed(0xB7C61032, new Vector3(253.99852, 222.56851, 106.28688), 144, 0); NAPI.Ped.PlayPedAnimation(Bankangestelltin, true, "amb@code_human_wander_clipboard@male@idle_a", "idle_b"); Link to comment Share on other sites More sharing options...
Smileey Posted May 1, 2020 Share Posted May 1, 2020 (edited) Hier bitte, damit sollte es klappen. Ich benutze für NPC's immer Clientside. let Ped1 = mp.peds.new(mp.game.joaat('a_f_y_business_04'), new mp.Vector3(253.99852, 222.56851, 106.28688), 144, (streamPed) => { streamPed.setAlpha(0); }, 0); mp.game.streaming.requestAnimDict("amb@code_humand_wander_clipboard@male@idle_a"); Ped1.taskPlayAnim("amb@code_humand_wander_clipboard@male@idle_a", "idle_b", 1.0, -1.0, 4000, 0, 1, true, true, true); Edited May 1, 2020 by Smileey 1 Link to comment Share on other sites More sharing options...
Recommended Posts