mode: number playback mode loop 1 single 2 (VIEDOPLAYMODE) VIEDOPLAYMODE
Return value and type:
code:number succeeded (ErrorCode.OK) ErrorCode
The main purpose of this method: The symbol plays the animation
Specific use cases are as follows:
local code = Customui:PlayElementAnim(playerid, uiid, elementid, animid, time, mode)
if code == ErrorCode.OK then
print('Execution Successful' )
else
print('Execution failed')
end