SA-MP Forums Archive
Jail coord? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Jail coord? (/showthread.php?tid=307993)



Jail coord? - Gooday - 01.01.2012

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


Re: Jail coord? - [HiC]TheKiller - 01.01.2012

http://files.sa-mp.com/interiors.txt


Re: Jail coord? - FTLOG - 01.01.2012

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.