PlayElementAnim


local code  = Customui:PlayElementAnim(playerid, uiid, elementid, animid, time, mode)
if code == ErrorCode.OK then
    print('Execution Successful'  )
else
    print('Execution failed')
end