GetCurrentVanPlate
The GetCurrentVanPlate
export from qs-motorhome
allows you to retrieve the license plate of the currently assigned motorhome. This is useful for tracking or validating the motorhome associated with a player.
How to Use
To get the current van's license plate, use the following code:
This export returns the CurrentVanPlate
as a string (e.g., "ABC123"). Use it to verify ownership, trigger specific actions, or link van-related features in your scripts. If no van is assigned, it will return nil.
Last updated