Closed SamVanheer closed 2 years ago
Add support for adding up to 64 weapons to the game.
In addition to the code changes, delta.lst needs to be updated to change this line for the clientdata_t structure:
delta.lst
DEFINE_DELTA( m_iId, DT_INTEGER, 5, 1.0 ),
To this:
DEFINE_DELTA( m_iId, DT_INTEGER, 6, 1.0 ),
Add support for adding up to 64 weapons to the game.
In addition to the code changes,
delta.lst
needs to be updated to change this line for the clientdata_t structure:To this: