Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local Territory = Territories:New("Strada_sette", TERRITORY_TYPE_PUBLIC, "rp_evocity2_v5p")
  2. Territory.coords = {
  3. [1] = Vector(2972.7241210938, -1021.1561889648, 76.03125),
  4. [2] = Vector(2967.9975585938, -3072.2158203125, 76.03125),
  5. [3] = Vector(1175.96875, -3079.2841796875, 76.161964416504),
  6. [4] = Vector(1162.3052978516, -1020.0235595703, 76.03125)
  7. }
  8. Territory.printName = "Concessionario"
  9. Territory.height = 500
  10. Territory.propSpawn = TERRITORY_PROPSPAWN_ALLOWED_EVERYONE
  11. Territory.lockDoors = TERRITORY_DOOR_ACTION_DEFAULT
  12. Territory.peace = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement