J'ai trouvé un problème sans vraiment faire attention, cela vient surement de là.
Le problème, une ligne mal commenté.
Ligne 11301:
/*if(PlayerInfo[i][pPayDay] < 6) */{ PlayerInfo[i][pPayDay] += 1; } //+ 5 min to PayDay anti-abuse
Sans commentaires:
{
PlayerInfo[i][pPayDay] += 1;
}