Skip to content

Commit d616be2

Browse files
authored
Merge pull request #1070 from mysy00/patch-2
Correct the tip for OnPlayerEnterVehicle
2 parents 879e5c0 + d98b3dc commit d616be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripting/callbacks/OnPlayerEnterVehicle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
3535
:::tip
3636
3737
- This callback is called when a player BEGINS to enter a vehicle, not when they HAVE entered it. See [OnPlayerStateChange](OnPlayerStateChange).
38-
- This callback is still called if the player is denied entry to the vehicle (e.g. it is locked or full).
38+
- 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.
3939
4040
:::
4141

0 commit comments

Comments
 (0)