sm-plugins/AmmoManager/gamedata/AmmoManager.games.txt
zaCade 9205c7fc69 AmmoManager: Manipulate weapon stats w/o scripts.
Specially helpfull on CSGO. :D
2018-07-27 19:08:23 +02:00

30 lines
280 B
Plaintext

"Games"
{
"csgo"
{
"Offsets"
{
"GetMaxClip"
{
"windows" "347"
"linux" "353"
}
"GetMaxReserve"
{
"windows" "351"
"linux" "357"
}
}
}
"cstrike"
{
"Offsets"
{
"GetMaxClip"
{
"windows" "311"
"linux" "312"
}
}
}
}