Quote:
Originally posted by btedji
strings dont get reset when a playerenters a level, thats why you have to manually reset them
|
what i explained what Lord Helmut did 'if (playerenters) {percentdone=0;}
therefore anyone entering could reset it ... so i told him to do if (playerenters && !actionMining) {percentage=o;}