Dillon Skaggs
Dillon Skaggs
This is likely related to https://forum.cfx.re/t/heartlands-world-origin-client-freeze-when-moving-quickly/5182328 The coordinates this is at is 0, 0, 0 
> For the js example it's > > ```js > SetIkTarget(PlayerPedId(), 4, 0, 0, -1849.0, -1231.0, 13.0, 0, 0, 10000); > ``` > > and c# it's > > ```cs...
Also not sure on the preferred way to do enums is, most use `enum eCamelCase` and its enum variables are `UpperCamelCase` (though this varies from native to native, making it...
I'm a bit confused on how this actually fixes ownership (at least in the case of routing buckets), the logic is already handled via `relevantTo` See: https://github.com/citizenfx/fivem/blob/96dec18b3b375cfa2cfa17f867aff052daa828e9/code/components/citizen-server-impl/src/state/ServerGameState.cpp#L1200-L1206
This isn't related to Cfx, and "outside of the us" -> "uk citizens". Just search `imgur uk` and you'll probably get the gist.
Don't use imgur to host your images, setup your own CDN.
I think the ship has sailed on this one. We cannot change expected behavior, even if it's not obvious what this is doing, most users that use this know its...
The answer is.. its complicated. You can add a new name to the entity_rpc but we would need a way to link it to the `CREATE_PED` native so when doc...
This is very cool, but also Client ID is *not* their client id its their slot id, iirc some of the other ui has something to convert from slot ->...
I was going to say "why not just add a native that returns the raw version" just to realize that there is already a pr that returns the raw version...