i hope this is the right place/forum to ask, if not please move the thread. thanks.
Question:
I would like to change AmmoGain and ArmorMax in Melee Mode.
Years ago i've done it on the script itself. Is this still possible? Heared there have been a lot of changes in the past years. I am just too lazy to search

Thanks!

Code: Select all
foreach (Player in Players) {
// Spawn
Player.ArmorMax = x;
Player.AmmoGain = x;
if (Player.SpawnStatus == CSmPlayer::ESpawnStatus::NotSpawned && !Player.RequestsSpectate) {
SpawnPlayers(Player);
}
}