Open Juli199696 opened 6 years ago
Yes it's possible but got to find someone that want to do it first :-)
The problem is that some struct was changed and the new offset must be found. If someone is interested on found it and do a pull request I would appreciate it.
Are the features of the clearskies older working binary from 4.3.2 possible to make it work on 4.3.4? Because i am really missing the infiniteAmmo cvar for my server config. I got the binary itself running on 4.3.4 but i cant use any of the more complicated cvars like infiniteammo or icyeverywhere.
Is there any soulution for that? Thank you for reading.
The code for Infinite Ammo should be something like this into the sv_client.c
void SV_ClientThink (client_t cl, usercmd_t cmd) { int i, j; playerState_t * ps;
}