Skip to main content

Vehicle::getLayoutHash

Syntax​

```js vehicle.getLayoutHash(); ```

Required Arguments​

Return value​

  • Model hash or name

Example​

```js const vehicle = mp.players.local.vehicle; mp.gui.chat.push(`hash: ${vehicle.getLayoutHash()}`); ```

See also​