AmmoManager: Manipulate weapon stats w/o scripts.

Specially helpfull on CSGO. :D
This commit is contained in:
zaCade
2018-07-27 19:08:23 +02:00
parent 2988c9b464
commit 9205c7fc69
3 changed files with 371 additions and 0 deletions
@@ -0,0 +1,30 @@
"Games"
{
"csgo"
{
"Offsets"
{
"GetMaxClip"
{
"windows" "347"
"linux" "353"
}
"GetMaxReserve"
{
"windows" "351"
"linux" "357"
}
}
}
"cstrike"
{
"Offsets"
{
"GetMaxClip"
{
"windows" "311"
"linux" "312"
}
}
}
}