Description: behaviour: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CLawBehavior__Flags
| Property | Value |
|---|---|
| Native Name | _SET_PED_LAW_BEHAVIOUR |
| Hash | 0x819ADD5EF1742F47 |
| Return Type | void |
| Build | 1207 |
| Parameters | ped (Ped), behaviour (int) |
Parameters
ped(Ped)behaviour(int)
Usage
Lua (Direct):
SetPedLawBehaviour(ped, behaviour)
Lua (Hash):
Citizen.InvokeNative(0x819ADD5EF1742F47, ped, behaviour)
End of LAW natives part 3