Scripting/Squirrel/Functions/Vehicle.Locked: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "== Syntax == <pre>Vehicle.Locked = false; Vehicle.Locked = true;</pre>") |
No edit summary |
||
Line 1: | Line 1: | ||
This functions locks or unlocks a defined car. | |||
== Syntax == | == Syntax == | ||
<pre>Vehicle.Locked = false; | <pre>Vehicle.Locked = false; | ||
Vehicle.Locked = true;</pre> | Vehicle.Locked = true;</pre> |
Revision as of 13:26, 7 November 2016
This functions locks or unlocks a defined car.
Syntax
Vehicle.Locked = false; Vehicle.Locked = true;