GetSafeCoordForPed — FiveM Natives
0xB61C8E878A4199CA · PATHFIND · all
`` Flags are: 1 = 1 = B02_IsFootpath 2 = 4 = !B15_InteractionUnk 4 = 0x20 = !B14_IsInterior 8 = 0x40 = !B07_IsWater 16 = 0x200 = B17_IsFlatGround When onGround == true outPosition is a position located on the nearest pavement. When a safe coord could not be found the result of a function is false and outPosition == Vector3.Zero. In the scripts these flags are used: 0, 14, 12, 16, 20, 21, 28. 0 is most commonly used, then 16. 16 works for me, 0 crashed the script. ``
Parameters
| Name | Type |
|---|---|
| x | float |
| y | float |
| z | float |
| onGround | BOOL |
| outPosition | Vector3* |
| flags | int |
Returns
BOOL