30.06.2018, 16:11
Reset variables (arrays per-player) in OnPlayerConnect. Otherwise new registered players will have the stats of previous player.
It seems you forgot these two:
It seems you forgot these two:
pawn Код:
// OnPlayerConnect:
CosminInfo[playerid][Kills] = 0;
CosminInfo[playerid][BestKillingSpree] = 0;