mirror of
https://github.com/BeamMP/Docs.git
synced 2025-07-01 15:35:56 +00:00
Update docs/en/scripting/server/latest-server-reference.md
This commit is contained in:
parent
099548fdad
commit
f7b2b0ade6
@ -1192,7 +1192,7 @@ Triggered when a player deletes their vehicle.
|
|||||||
Arguments: `player_id: number`, `vehicle_id: number`, `data: string`
|
Arguments: `player_id: number`, `vehicle_id: number`, `data: string`
|
||||||
Cancellable: NO
|
Cancellable: NO
|
||||||
|
|
||||||
Triggered when a player resets their vehicle. `data` is the car's updated position and rotation however does **not** include the vehicles configuration.
|
Triggered when a player resets their vehicle. `data` is the car's updated position and rotation however does **not** include the vehicles configuration. You can use [MP.GetPlayerVehicles](#mpgetplayervehiclesplayer_id-number-table) to get the vehicles configuration.
|
||||||
|
|
||||||
##### `onFileChanged`
|
##### `onFileChanged`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user