Skip to content

Commit 132ca33

Browse files
authored
docs(OxVehicle): replace player.set with vehicle.set (#257)
Signed-off-by: zoov <[email protected]>
1 parent 7dc646e commit 132ca33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/ox_core/Classes/Server/OxVehicle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ vehicle.save()
137137
Stores a value in the vehicle's metadata, which will be saved to the database (_this behaviour is likely to be removed_).
138138

139139
```lua
140-
player.set(key, value)
140+
vehicle.set(key, value)
141141
```
142142

143143
**Parameters**
@@ -208,4 +208,4 @@ vehicle.setStored(value, despawn)
208208
**Parameters**
209209

210210
- value?: `string`
211-
- despawn?: `boolean`
211+
- despawn?: `boolean`

0 commit comments

Comments
 (0)