SmoothRotateBy

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