I have this code:
if ($player->age == '20' && $player->salary > '12000' && $player->skills->potential > '6'){
return true;
}
and this player:
(12158828), and get false...With the players with lower potencial works perfect, but with him not (and I guess with the other All-time greatest potential too, but his owner was the first, who alert me about it).