for (auto& i : g_SoundEsp->sound) { if (i.time + 800 <= GetTickCount()) { i.time = 0;//sanktum i.origin = { 0.f, 0.f, 0.f }; } xD