| Property | Value |
|---|---|
| Native Name | _SET_GUARD_ZONE_POSITION |
| Hash | 0x7E7BF59F89FC6C6D |
| Return Type | void |
| Build | 1207 |
| Parameters | name (const char*), x (float), y (float), z (float) |
Parameters
name(const char*)x(float)y(float)z(float)
Usage
Lua (Direct):
SetGuardZonePosition(name, x, y, z)
Lua (Hash):
Citizen.InvokeNative(0x7E7BF59F89FC6C6D, name, x, y, z)