Thread: % done
View Single Post
  #25  
Old 10-14-2001, 11:07 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
what it was ....

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;}
Reply With Quote