Functions
The function created by exports is to make it easier for you to use several functions in kc_garage
👮 Job Impound
You can use in client
Code Block
Value
Explanation
ImpoundName
Impound key name
Your impound code name
Vehicle
Vehicle ID
you can use GetVehiclePedIsIn()
Identifier
Identifier
Player identifier
Example:
🅿️ Get Parking Zone
You can use this to find out whether the player is in the garage zone or not
Example:
🗒️ Get Garage Name
You can get garages or impounds name in client or server
Code Block
Value
Explanation
GaragesKeyName
Garage key name
Your garage code name
ImpoundsKeyName
Impound key name
Your impound code name
Example for find garages name:
Example for find impounds name:
Last updated