Hello , i have this method for counting gp per hour for my proggy in script, but after some time it starts to show negative numbers instead of real gp/hour.
Its working like 15-20minutes and then starts showing negative numbers.
What could be wrong with it?
here is part of proggy:
Simba Code:WriteLn(' Money per Hour: ' +ToStr(((3600000*iTabsMade)/GetTimeRunning)*194));


Reply With Quote



