19.05.2018, 15:47
Check all accesses to the pName array. If this is permanent for each player, there must be place where you accidently alter the array. Maybe a strcat with mixed up arguments?
MAX_PLAYER_NAME cannot be the cause, as he stated that it works for a certain time. It cannot magically change sizes during run time. Also it has the same size for each player, so how would it be smaller for one player but not the other?
MAX_PLAYER_NAME cannot be the cause, as he stated that it works for a certain time. It cannot magically change sizes during run time. Also it has the same size for each player, so how would it be smaller for one player but not the other?