View Single Post
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 01-17-2018 , 21:39   Re: TOGs Jump / Bhop Stats
Reply With Quote #23

Quote:
Originally Posted by Doc View Post
I recently upgraded this plugin from 1.3 to 1.9.2 and I noticed "Flagged: 0" remains 0 now even after a player has flagged:
Weird. The only place that that boolean is set is:
* OnClientPutInServer [off]
* OnClientDisconnect [off]
* When a player is flagged [on]

Are you getting errors that could be interrupting the function when the player is flagged? In an attempt to test something, I changed the formatting for the variable from decimal to integer. Hopefully that helps. I also fixed the text logs indication for "(already logged this map)" so that it functions properly.

Version 1.9.3 uploaded.
Change log:

1.9.3
* Fixed logs indication regarding whether a player has "already been flagged this map".
* Changed console stats output from using %d to use %i for the "flagged" boolean output. Shouldn't make a difference as I can see, but made the change due to a report of the flag not functioning properly.
__________________
ThatOneGuy is offline