#pragma once #ifdef SVQC spawnfunc(trigger_counter); .float counter_cnt; #endif const int COUNTER_FIRE_AT_COUNT = BIT(2); const int COUNTER_PER_PLAYER = BIT(3);