I'm currently trying to solve this problems, but ran out of ideas. In my textbook this problem goes after a series of problems related to variations of this zero-sum problem, but it may or may not be related to them. I tried thinking about reducing the problem to the previously mentioned one by somehow extending the set of $p - 1$ numbers to $2p - 1$ numbers or trying to come up with something related to applying pigeonhole on subsets of $p - 1$ numbers. I've checked this statement with a program for small numbers, and it seems to be true, and $p$ being prime is also important. Code for those interested, though it's irrelevant to the question.
Any help is appreciated.