| Property | Value |
|---|---|
| Native Name | SET_PLAYER_ARRESTED_IN_REGION |
| Hash | 0xE0FA74AA3CCE650B |
| Return Type | void |
| Build | 1207 |
| Parameters | player (Player), lawRegionHash (Hash) |
Parameters
player(Player)lawRegionHash(Hash)
Usage
Lua (Direct):
SetPlayerArrestedInRegion(player, lawRegionHash)
Lua (Hash):
Citizen.InvokeNative(0xE0FA74AA3CCE650B, player, lawRegionHash)