We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc646e commit 132ca33Copy full SHA for 132ca33
1 file changed
pages/ox_core/Classes/Server/OxVehicle.mdx
@@ -137,7 +137,7 @@ vehicle.save()
137
Stores a value in the vehicle's metadata, which will be saved to the database (_this behaviour is likely to be removed_).
138
139
```lua
140
-player.set(key, value)
+vehicle.set(key, value)
141
```
142
143
**Parameters**
@@ -208,4 +208,4 @@ vehicle.setStored(value, despawn)
208
209
210
- value?: `string`
211
-- despawn?: `boolean`
+- despawn?: `boolean`
0 commit comments