mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
add some more garbage to mess around with mvp count
This commit is contained in:
parent
935f316b65
commit
3155e3c15f
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user