add some more garbage to mess around with mvp count

This commit is contained in:
rtldg 2021-09-19 22:01:44 +00:00
parent 935f316b65
commit 3155e3c15f

View File

@ -461,6 +461,15 @@ public Action Timer_MVPs(Handle timer)
}
}
static int mvps_offset = -1;
if (mvps_offset == -1)
{
mvps_offset = GetEntSendPropOffs(GetPlayerResourceEntity(), "m_iMVPs");
}
ChangeEdictState(GetPlayerResourceEntity(), mvps_offset);
return Plugin_Continue;
}