What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Easy fix for negative GPH display.

Savion

New Member
Joined
Jun 9, 2012
Messages
27
Reaction score
0
Simply put in a check to check if(gold >= 0). That should stop the negative -7460252 gold per hour displays.
(It's only a few seconds while loading it does it, you could even just add if(!isLoading && isInGame) if you haven't already.
 
Back
Top