Skip to content

Commit

Permalink
Merge pull request #1070 from mysy00/patch-2
Browse files Browse the repository at this point in the history
Correct the tip for OnPlayerEnterVehicle
  • Loading branch information
midosvt authored Oct 22, 2024
2 parents 879e5c0 + d98b3dc commit d616be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting/callbacks/OnPlayerEnterVehicle.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
:::tip
- This callback is called when a player BEGINS to enter a vehicle, not when they HAVE entered it. See [OnPlayerStateChange](OnPlayerStateChange).
- This callback is still called if the player is denied entry to the vehicle (e.g. it is locked or full).
- This callback is still called if the player is denied entry to a vehicle (e.g. it is locked or full) but only as a passenger.
:::
Expand Down

0 comments on commit d616be2

Please sign in to comment.