void worldesp::molotov_timer(entity_t* entity)
{
if (!g_cfg.esp.molotov_timer)
return;
auto inferno = reinterpret_cast<inferno_t*>(entity);
auto origin = inferno->GetAbsOrigin();
auto spawn_time = inferno->get_spawn_time();
auto factor = (spawn_time +...