Yahoo Search Búsqueda web

Resultado de búsqueda

  1. 25 de sept. de 2021 · Countdown Components: The plugin supports counting down in days, hours, minutes, seconds, and milliseconds. Specific Date & Time Countdown: The plugin supports counting down to a specific date and time.

  2. 21 de feb. de 2018 · Overview Updates (8) Reviews (6) History Discussion. This script has the following options: Mode - set to countup or countdown. Countdown duration (seconds) - instead of minutes with original script. Global - timer is always going even when source is not active.

  3. return "Sets a text source to act as a countdown timer when the source is active.\n\nMade by Lain"

  4. 25 de jul. de 2024 · Seleccione el script countdown.lua y haga clic en Abrir. En la siguiente ventana, configure el valor del tiempo del contador, luego debajo, en el menú Fuente de texto, seleccione el Temporizador que creó en el paso 2.

  5. Lightweight, high-level, multi-paradigm programming language Script used with Open Broadcaster Software®️ (OBS) - midnight-studios/obs-lua

  6. 23 de ago. de 2024 · Luego, selecciona el archivo countdown.lua y personaliza la descripción de la cuenta regresiva en la ventana emergente. Puedes cambiar la duración de la cuenta regresiva y el texto final después de que termine.

  7. A revised version of OBS' countdown plugin. Raw. countdown.lua. obs = obslua. source_name = "" total_seconds = 0. cur_seconds = 0. last_text = "" stop_text = "" activated = false. hotkey_id = obs.OBS_INVALID_HOTKEY_ID. -- Function to set the time text. function set_time_text () local seconds = math.floor (cur_seconds % 60)