Saug wrote: ↑Sat Feb 11, 2023 4:58 pm
For the update time It changes every second while standing in the same place doing nothing.
I've had a TeamViewer session with @
lincsyboi and I saw what's going on. The pointer and offset are fine, but.. ONCE YOU ARE IN OPEN WORLD, that timer will change constantly. It's basically a ticker, where every second gets an UpdateTime value. See it as a
timestamp. Now.. the fact that you double-click this value and copy-paste it in your statements at moment A.. and at moment A+1 the value changes.. won't affect your SQL statements. It doesn't matter if you achieved something NOW or NOW-20 seconds ago
Just copy-paste it as is in your statements and you're good to go.
I'll update my remarks in main post.
P.S.: Reason why it's fixed for me is I'm in a mission. When you have a mission active, the WORLD timer stops. It's like you're in a sandbox while doing the mission. I am assuming you can abort it, which returns you to open world. And that's when the timer will start ticking again. A thing I've not experimented yet (same as the multiple characters/multiple slots feedback I got about the dumper).