-
Posts
3,697 -
Joined
-
Last visited
-
Days Won
210
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
Hi, I'll check it out but if there's a problem you're the first to let me know. It'd be worth checking in UI to make sure your rewards/multipliers are still set up correctly, and also checking that player permissions haven't been wiped. Perms are required for each reward category so if server perms got wiped that would effectively disable the plugin.
-
- 31 comments
-
- 2
-
-
- 53 comments
-
- #updates
- #steenamaroo
-
(and 5 more)
Tagged with:
-
Hi, Thanks for the report. The issue is coming from PlayTimeTracker reading its data file OnServerInitialized, which makes it too late for some plugins trying to read playtimes also OnServerInitialized. This timing hasn't changed in PTT, but the latest version directly addresses the (potentially null) storedData object, where previous versions addressed a cache dictionary which did have a default value. I guess PTT could just move LoadData to Init()? Either that or I'll write in a short delay.
- 452 comments
-
- 2
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 7 comments
-
- 1
-
-
- #admin
- #admintool
- (and 6 more)
-
- 452 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 452 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 452 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi David, This should do what you need, combined with a data record of players who have seen the display. void OnNewSave(string filename) { //wipe that record } I keep records for show-only-once in InfoScreens if you want to reference it, although I made the wipe by command rather than OnNewSave hook.