float g_flNextTimeleft = 0.0;
int g_flTimeleft = 120;
public void OnPluginStart() {
ConVar hTimeleft = CreateConVar("timeleft", "120", "When timeleft hit this time it will execute the command");
if (hTimeleft == INVALID_HANDLE) {
SetFailState("CreateConVar failed");
}
AutoExecConfig(true);