@@ -101,6 +101,7 @@ new String:cvars[][] = {"sv_alltalk", "emp_allowspectators", "emp_sv_vote_comman
int NCEnableDisable = 1;
int ncalltalkm;
int ncalltalkdone = 0;
int ncvtpd;
//VoteTime compatibility
int vton = 0;
...
...
@@ -131,6 +132,7 @@ public void OnPluginStart()
nc_howmanytimese = CreateConVar("nc_howmanytimese", "1", "Enable(1)/Disable(0) limited number of possible extending of the vote.");
nc_howmanytimes = CreateConVar("nc_howmanytimes", "6", "How many times to allow extending of the vote. After that it will start the round and if nobody enters the cv in set time it will do nextmap.");
nc_alltalkm = CreateConVar("nc_alltalkm", "1", "Enable(1)/Disable(0) managing alltalk by NCEV.");
nc_vt_pd = CreateConVar("nc_vt_pd", "1", "Enable(1)/Disable(0) If this is enabled and you use VoteTime pause, NCEV will stop extending.");