Skip to content

Call Vote Manager

lechuga edited this page Dec 10, 2023 · 2 revisions

Descripcion

  • Escucha las llamadas a votaciones emitidas, procesa los datos y ejecuta acciones.
  • Captura y fuerza los comandos que se utilizan en las votaciones
  • Permite guardar registro local o SQL.
  • Imprime las votaciones y sus argumentos compatibles con traducciones.

libreria

  • callvotemanager.inc

Incluciones

  • manager_sql
  • manager_convar

ConVar

  • sm_cvm_debug

  • sm_cvm_enable Habilita las votaciones (esto fuerza el comando sv_allow_votes)

  • sm_cvm_log

  • sm_cvm_builtinvote

  • sm_cvm_specvote

  • sm_cvm_announcer

  • sm_cvm_progress

  • sm_cvm_progressanony

  • sm_cvm_creationtimer

  • sm_cvm_voteduration

  • sm_cvm_difficulty

  • sm_cvm_restart

  • sm_cvm_mission

  • sm_cvm_lobby

  • sm_cvm_chapter

  • sm_cvm_alltalk

  • sm_cvm_kick

  • sm_cvm_banduration

  • sm_cvm_admininmunity

  • sm_cvm_vipinmunity

  • sm_cvm_stvinmunity

  • sm_cvm_selfinmunity

  • sm_cvm_botinmunity

CommandListener

  • callvote

HookEvent

  • Event_VoteCastYes
  • Event_VoteCastNo

Nativos

  • CallVote_Reject

Clone this wiki locally