21.10.2009, 03:06
Maximum Security Prison
_________________________________________________
_________________________________________________
Screenshots:
![](http://i228.photobucket.com/albums/ee135/Jonty-M/maxsec.png)
_________________________________________________
Location:
On entering Los Santos Airport - on the far side (lengthwise) you will see 5 closed hangars. It is in line with the middle one heading out to sea.
_________________________________________________
.map given on request
Feedback please
_________________________________________________
pawn Код:
CreateObject(17559, 1722.430176, -2934.758789, -0.894713, 0.0000, 0.0000, 180.0001);
CreateObject(974, 1709.745605, -2918.429443, 3.429902, 0.0000, 0.0000, 0.0000);
CreateObject(974, 1716.128662, -2918.400879, 3.393261, 0.0000, 0.0000, 0.0000);
CreateObject(974, 1722.724609, -2918.447510, 3.383975, 0.0000, 0.0000, 0.0000);
CreateObject(974, 1726.166626, -2921.680908, 3.415706, 0.0000, 0.0000, 270.0000);
CreateObject(974, 1726.145142, -2928.223389, 3.385554, 0.0000, 0.0000, 270.0000);
CreateObject(974, 1729.481445, -2931.525879, 3.416595, 0.0000, 0.0000, 180.0000);
CreateObject(974, 1735.440552, -2931.540527, 3.416303, 0.0000, 0.0000, 180.0000);
CreateObject(974, 1738.719238, -2934.830078, 3.425098, 0.0000, 0.0000, 90.0000);
CreateObject(974, 1738.702026, -2941.377197, 3.422872, 0.0000, 0.0000, 90.0000);
CreateObject(974, 1738.692139, -2948.002441, 3.420772, 0.0000, 0.0000, 90.0000);
CreateObject(974, 1738.686768, -2954.633057, 3.429902, 0.0000, 0.0000, 90.0000);
CreateObject(974, 1738.722412, -2957.882324, 3.429902, 0.0000, 0.0000, 90.0000);
CreateObject(974, 1735.380615, -2961.190186, 3.429902, 0.0000, 0.0000, 0.0000);
CreateObject(974, 1728.743530, -2961.194580, 3.429902, 0.0000, 0.0000, 0.0000);
CreateObject(974, 1722.116943, -2961.209473, 3.420689, 0.0000, 0.0000, 0.0000);
CreateObject(974, 1715.543213, -2961.209473, 3.418113, 0.0000, 0.0000, 0.0000);
CreateObject(974, 1709.599731, -2961.220947, 3.429902, 0.0000, 0.0000, 0.0000);
CreateObject(974, 1706.308838, -2957.899902, 3.429902, 0.0000, 0.0000, 270.0000);
CreateObject(974, 1706.361084, -2951.275879, 3.429902, 0.0000, 0.0000, 270.0000);
CreateObject(974, 1706.343994, -2944.679199, 3.422492, 0.0000, 0.0000, 270.0000);
CreateObject(974, 1706.329712, -2938.074219, 3.401218, 0.0000, 0.0000, 270.0000);
CreateObject(974, 1706.323242, -2931.454346, 3.429902, 0.0000, 0.0000, 270.0000);
CreateObject(974, 1706.325439, -2924.861816, 3.429902, 0.0000, 0.0000, 270.0000);
CreateObject(974, 1706.394653, -2921.768311, 3.429902, 0.0000, 0.0000, 270.0000);
CreateObject(3279, 1732.671997, -2923.477295, 0.727779, 0.0000, 0.0000, 0.0000);
pawn Код:
if(strcmp(cmdtext,"/prison",true) == 0)
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid, 1725.5642,-2952.8171,1.6412);
SetPlayerFacingAngle(playerid, 1.3724);
return 1;
}
Screenshots:
![](http://i228.photobucket.com/albums/ee135/Jonty-M/maxsec.png)
_________________________________________________
Location:
On entering Los Santos Airport - on the far side (lengthwise) you will see 5 closed hangars. It is in line with the middle one heading out to sea.
_________________________________________________
.map given on request
Feedback please