Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- Entrance Doors
  2. {
  3. textCoords = vector3(434.7, -982.0, 31.5),
  4. authorizedJobs = { 'police', 'offpolice' },
  5. locked = false,
  6. gate = true,
  7. distance = 2.5,
  8. doors = {
  9. {
  10. objName = 'v_ilev_ph_door01',
  11. objYaw = -90.0,
  12. objCoords = vector3(434.7, -980.6, 30.8)
  13. },
  14.  
  15. {
  16. objName = 'v_ilev_ph_door002',
  17. objYaw = -90.0,
  18. objCoords = vector3(434.7, -983.2, 30.8)
  19. }
  20. }
  21. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement