HEX
HexscriptsVersion 4.0XZMenu

Exports

This section lists all client-side and server-side exports in this script. Exports can be called from other scripts to interact with this script functionality.

Note

If you need additional exports for your implementation, please open a ticket on our Discord server.

Client Exports

IsHandcuffed

Returns whether the player is currently handcuffed.

local isHandcuffed = exports['hex_4_xzmenu']:IsHandcuffed()

CarLock

Locks or unlocks the player's vehicle or a vehicle in the near of the player.

exports['hex_4_xzmenu']:CarLock(state)

Prop

Type

Server Exports

IsPlayerHandcuffed

Returns whether the player is currently handcuffed.

local isHandcuffed = exports['hex_4_xzmenu']:IsPlayerHandcuffed(playerId)

Prop

Type