Dillon Skaggs

Results 220 comments of Dillon Skaggs

That probably would be a better example, int should probably be included that if players only need a specific identifier they can use https://docs.fivem.net/natives/?_0xA61C8FC6

Going to close this, C# documentation will be improved later.

This is already apart of the tracker https://github.com/citizenfx/fivem-docs/issues/466, going to close this as it will get rewritten later

This should probably be explained better within the example, given the age of this PR I'm going to close this and add it to the tracking issue https://github.com/citizenfx/fivem-docs/issues/466

Hmm, we used to have this issue all the time but fixed it by disabling collisions on all spawned objects. This also isn't a FiveM Bug (nor a bug in...

> > > i dont see how this is an issue with FiveM? am i missing something? > > > > > > your saying that people should be able...

Names that start with underscore mean that the native name isn't known.

This doesn't seem like an actual issue, you're infinitely looping, this would be expected behavior. It's more curious that you managed to actually crash your system running this, since most...

The OS crashing is from you running out of memory, not from something that FXServer is doing, so I still don't think this is an Cfx issue, more-so an issue...

For an explanation on how this was generated: There's a function in `CloneManagerLocal::SendUpdates` to write chunks to a file, you can enable by setting #define WRITE_BYTEHUNK true (you'll have to...