benank
benank
Good idea, but I don't think it's fit for the `Timer` class. The `Timer` class is specifically for timing things - the changes suggested here do not time anything, but...
Should this be a singleton? EDIT: Added comment in review.
Great addition! I just started using this library and needed `autoPlay`. I was happy to see that it was just added. Works like a charm!
Thanks for this solution. I just tried this out (slightly modified), and it works pretty well, although I've run into a few issues. 1. Transform output doesn't like to be...
Thanks! This is a great idea to implement. I started noticing that we're missing a lot of these server side classes and it'd be great to add them. Will probably...
[Added](https://github.com/Paradigm-MP/oof/commit/60b384dc6dde756c1f17f4cbd3dc134b6e356a02) serverside Ped and Entity classes as a starting point. Will revisit this later once those rpc natives make it into the latest recommended build.
That's a great idea, though it presents an interesting implementation problem. It could be a completely separate module, but then you run the risk of NAPI being modified and the...
Ignore the first two commits.
Hey there, thanks the detailed info! That's really weird that it works on Windows and not Linux - I don't think I'm familiar enough to debug this without access to...
Glad to hear that it worked! I'll keep this issue open though in case I get around to actually fixing this bug in the future.