Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. if isVehicleLocked(vehicle) == true then
  2.     setVehicleLocked(vehicle, false)
  3. else
  4.     setVehicleLocked(vehicle, true)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement