DESCRIPTION
Returns the Vehicle handle of the last Vehicle that the local Player was in. Note that if the Player is currently in a vehicle, their current vehicle is returned.
CODE EXAMPLE
vehicleHandle = GET_PLAYERS_LAST_VEHICLE(); if (DOES_ENTITY_EXIST(vehicleHandle)) { ...
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.