Guest User

Untitled

a guest
Apr 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. --Garaż Pogotowia
  2. pogotowie_garaz = createObject ( 980, -339.30285644531, 1053.9429931641, 21.512559890747, 0, 0, 270 )
  3.     function opengarage1()
  4.         moveObject (pogotowie_garaz, 3500,  -339.30285644531, 1046.9429931641, 21.512559890747  )
  5.     end
  6. addCommandHandler("pogotowie.o", opengarage1)
  7.     function closegarage1()
  8.         moveObject (pogotowie_garaz, 3500,  -339.30285644531, 1053.9429931641, 21.512559890747  )
  9.     end
  10. addCommandHandler("pogotowie.z", closegarage1)
Add Comment
Please, Sign In to add comment