Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. local Territory = Territories:New("Strada_sei", TERRITORY_TYPE_PUBLIC, "rp_evocity2_v5p")
  2. Territory.coords = {
  3. [1] = Vector(-839.68603515625, 3987.6525878906, 68.03125),
  4. [2] = Vector(-850.8876953125, 1794.5859375, 68.03125),
  5. [3] = Vector(791.33093261719, 1791.8616943359, 68.03125),
  6. [4] = Vector(599.96875, 3986.9252929688, 69.073097229004)
  7. }
  8. Territory.printName = "Burger King"
  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