public Action Timer_StartCountDown(Handle timer) { g_Timer = CreateTimer(1.0, Timer_CountDown); return Plugin_Stop; }
public Action Timer_StartCountDown(Handle timer) { g_Timer = CreateTimer(1.0, Timer_CountDown, _, TIMER_REPEAT); return Plugin_Stop; }