Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
help me put the function, I need an imgui.Button with the code to give the player an animation, example: I press the button and my character starts to urinate
if imgui.Button('Play Animation') then
taskPlayAnim(PLAYER_PED, "WF_FWD", "WAYFARER", 9, false, false, false, false, -1)
end
Ped ped character handle string animation animation name string IFP file animation float framedelta speed bool loop animation repetition (true - yes, false - no) bool lockX, bool lockY blocking positions along X,Y (true - yes, false - no) bool lockF return to the original position (true - return, false - do not return) int time playback time