Jail coord?
#1

Whats the Interior id and the coords of the jail (i mean the closed jail)
Reply
#2

http://files.sa-mp.com/interiors.txt
Reply
#3

Here's from my script.

Код:
enum Prison { Float:P_COORDS[ 4 ], P_INTERIOR };

static const
	Float:PrisonCells[ 4 ][ Prison ] = {

   //--[    X    ]-[    Y    ]-[    Z    ]-[  Angle  ]------[ Interior ]
	
	{ { 215.1584, 109.1307, 999.0156, 355.5503 },           10  },
	{ { 219.5809, 109.9572, 999.0156, 1.8170 },             10  },
	{ { 224.6048, 110.4680, 999.0156, 0.8770 },             10  },
	{ { 227.3555, 108.7302, 999.0156, 359.6236 },           10  }
	
};
These are located in police station interior. You can add more here, just adjust the array size.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)