World::trafficLights.locked

From RAGE Multiplayer Wiki
Revision as of 21:46, 19 January 2018 by Mcfloy (talk | contribs) (Created page with "Locks the traffic lights in their current position. ===Example=== <syntaxhighlight lang="javascript"> mp.world.trafficLights.locked = true // Lock the position mp.world.traffi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Locks the traffic lights in their current position.

Example

mp.world.trafficLights.locked = true // Lock the position
mp.world.trafficLights.locked = false // Unlock the position