stat() {
totalShots = 1;
hits = 1;
self maps\mp\gametypes\_persistence::statSetBuffered("totalShots", totalShots);
self maps\mp\gametypes\_persistence::statSetBuffered("accuracy", int(hits * 10000 / totalShots));
self maps\mp\gametypes\_persistence::statSetBuffered("misses", int(totalShots - hits));
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.