Advertisement
Oneless

Untitled

Jun 26th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. float GetSimulationTime()
  2. {
  3. static int m_flSimulationTime = GET_NETVAR(XorStr("DT_BaseEntity"), XorStr("m_flSimulationTime"));
  4. return GetFieldValue<float>(m_flSimulationTime);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement