26.09.2015, 16:34
(
Последний раз редактировалось RIDE2DAY; 01.11.2015 в 11:55.
)
Hello, I made a house system and I extracted all these coordinates which are from the single player safehouses. So, you're free to use them if you need. Many safehouses share the same interior.
PD: The Four Dragons Casino and save points aren't included, only houses.
http://gta.wikia.com/wiki/Save_Point...TA_San_Andreas
PHP код:
enum e_Interiors {
iInt,
Float:iX,
Float:iY,
Float:iZ
};
new g_InteriorInfo[13][e_Interiors] = {
{1, 2207.6660, -1075.4729, 1050.4844}, /* The Camel's Toe, The Clown's Pocket */
{2, 2237.4875, -1076.0233, 1049.0234}, /* Old Venturas Strip, The Pirates in Men's Pants */
{3, 2495.5078, -1700.7537, 1014.7422}, /* Grove Street */
{5, 1300.1019, -790.3085, 1084.0078}, /* Mulholland (Madd Dogg's Mansion) */
{5, 2233.3081, -1109.3021, 1050.8828}, /* Hotel Vank Hoff in the Park */
{6, 2193.2417, -1202.6016, 1049.0234}, /* Mulholland, Doherty, Calton Heights, */
{6, 2334.1479, -1064.9392, 1049.0234}, /* Blueberry, Dillimore, Palomino Creek, Angel Pine, Whetstone, El Quebrados, Tierra Robada, Fort Carson */
{6, 2312.9792, -1209.4229, 1049.0234}, /* Creek, Chinatown, Paradiso */
{8, 2365.2576, -1130.4613, 1050.8750}, /* Redsands West, Rockshore West, Whitewood Estates, Verdant Bluffs, Verona Beach, Santa Maria Beach */
{9, 2319.5112, -1024.4088, 1050.2109}, /* Prickle Pine */
{10, 2256.4766, -1209.6136, 1049.0234}, /* Hashbury */
{10, 418.5927, 2537.2952, 10.0000}, /* Verdant Meadows */
{11, 2283.1919, -1137.0828, 1050.8984} /* Jefferson, Willowfield */
};
http://gta.wikia.com/wiki/Save_Point...TA_San_Andreas