Quote from: FinchDon on Sep 18, 2015, 10:34 AMCode Selectfunction SaveStats( player )
{
// body ..............
pstats[ id ] = null;
// body ..............
}
You're clearing the array so that class object have become vanished . Now , you couldn't retrieve function Update which was member of
that object . You should clear the array after calling the Update function .