SmoothRotateTo


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