Fatal error; Couldn't find offset for m_flNextUse!!!
After i click ok, the game just closes and visual studio doesn't give any warnings once again. Anyone knows how to fix this error?
Created 2 years ago2022-05-31 20:07:01 UTC by petergriffinxxxtentacion
Fatal error; Couldn't find offset for m_flNextUse!!!
weapon_data_t
is one of those, along with every other structure referenced in delta.lst
and others.weapon_data_t
is only sent to clients if weapon prediction is enabled. Given that you're trying to send data related to the use key i don't think sending it as part of weapon data is the correct solution. The server is responsible for processing use inputs anyway, so it may not even be necessary to send this data to the client.