Vehicle locked/unlocked
Triggered when the vehicle lock has been toggled
Event
Parameters
Name | Data Type | Description |
---|---|---|
| int | Vehicle handle |
| bool | If now the vehicle is locked or not |
Example
Where to insert the code?
You can place it in the file integrations/cl_integrations.lua
of the script, at the bottom of the file on new lines
Last updated