18.10.2012, 18:28
(
Last edited by Kimossab; 04/05/2013 at 08:16 PM.
)
Hello all, I've mapped an prison in LS this time.
I've mapped it for a friend, but he decided to retire from samp before I could finish it, than it was for another one, that after a while didn't need it anymore, so I decided to release it, it has cells for 16 players (2 per cell) +1 (segregation cell), a canteen, a outdoor exercise field, a church, an indoor place with tv, snooker and books, a visitors room, a medical room with direct door for the exterior, a staff room, 3 towers, 1 boat entrance and it is also able to escape trough a tunnel under water, or any other way you can find.
Picture:





Code:
http://pastebin.com/DH9KiCku
Doors/gates/cells:
Hope you like it. Please let me know what you think.
I've mapped it for a friend, but he decided to retire from samp before I could finish it, than it was for another one, that after a while didn't need it anymore, so I decided to release it, it has cells for 16 players (2 per cell) +1 (segregation cell), a canteen, a outdoor exercise field, a church, an indoor place with tv, snooker and books, a visitors room, a medical room with direct door for the exterior, a staff room, 3 towers, 1 boat entrance and it is also able to escape trough a tunnel under water, or any other way you can find.
Picture:





Code:
http://pastebin.com/DH9KiCku
Doors/gates/cells:
Code:
Front gate: Closed: CreateObject(2933, 2987.00, -792.14, 11.76, 0.00, 0.00, -90.00); Open: CreateObject(2933, 2985.34, -792.14, 13.33, 90.00, 0.00, -90.00); Doors: Closed:(1) CreateObject(2930, 2985.18, -784.44, 12.69, 0.00, 0.00, 90.00); (2) CreateObject(2949, 3008.65, -750.67, 10.08, 0.00, 0.00, 180.00); (3) CreateObject(2949, 3025.52, -822.66, 10.08, 0.00, 0.00, 0.00); (4) CreateObject(2949, 3012.60, -790.07, 10.08, 0.00, 0.00, 90.00); Open:(1) CreateObject(2930, 2985.18, -784.44, 12.69, 0.00, 0.00, 180.00); (2) CreateObject(2949, 3008.65, -750.67, 10.08, 0.00, 0.00, -90.00); (3)CreateObject(2949, 3025.52, -822.66, 10.08, 0.00, 0.00, 90.00); (4) CreateObject(2949, 3012.60, -790.07, 10.08, 0.00, 0.00, 180.00); Segregation cell: Closed: CreateObject(2949, 3059.12, -817.42, 10.08, 0.00, 0.00, -90.00); Open: CreateObject(2949, 3059.12, -817.42, 10.08, 0.00, 0.00, 0.00); Cells: Closed:(1) CreateObject(19303, 3035.69, -804.29, 11.33, 0.00, 0.00, 0.00); (2) CreateObject(19303, 3044.31, -804.29, 11.33, 0.00, 0.00, 0.00); (3) CreateObject(19303, 3037.40, -817.06, 11.33, 0.00, 0.00, 0.00); (4) CreateObject(19303, 3044.31, -817.06, 11.33, 0.00, 0.00, 0.00); (5) CreateObject(19303, 3037.44, -804.29, 15.21, 0.00, 0.00, 0.00); (6) CreateObject(19303, 3044.31, -804.29, 15.21, 0.00, 0.00, 0.00); (7) CreateObject(19303, 3037.42, -817.06, 15.21, 0.00, 0.00, 0.00); (8) CreateObject(19303, 3044.31, -817.06, 15.20, 0.00, 0.00, 0.00); Open:(1) CreateObject(19303, 3037.37, -804.29, 11.33, 0.00, 0.00, 0.00); (2) CreateObject(19303, 3042.63, -804.29, 11.33, 0.00, 0.00, 0.00); (3) CreateObject(19303, 3035.76, -817.06, 11.33, 0.00, 0.00, 0.00); (4) CreateObject(19303, 3042.63, -817.06, 11.33, 0.00, 0.00, 0.00); (5) CreateObject(19303, 3035.76, -804.29, 15.21, 0.00, 0.00, 0.00); (6) CreateObject(19303, 3042.63, -804.29, 15.21, 0.00, 0.00, 0.00); (7) CreateObject(19303, 3035.74, -817.06, 15.21, 0.00, 0.00, 0.00); (8) CreateObject(19303, 3042.61, -817.06, 15.20, 0.00, 0.00, 0.00); Boat Gates: Closed:(left) CreateObject(971, 3003.36, -747.90, 2.81, 0.00, 0.00, 0.00); (right) CreateObject(971, 3012.24, -747.90, 2.86, 0.00, 0.00, 0.00); Open:(left) CreateObject(971, 2998.58, -747.90, 2.81, 0.00, 0.00, 0.00); (right) CreateObject(971, 3017.06, -747.90, 2.86, 0.00, 0.00, 0.00);