SA-MP Forums Archive
[Map] LS Restaurant - with Texture! - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] LS Restaurant - with Texture! (/showthread.php?tid=558850)



LS Restaurant - with Texture! - DawidziorePL - 19.01.2015

Hello!

I want to show my little restaurant in Los Santos.
It's isn't my first map but i think it's better than other my interiors.

Screenshot:

http://i.imgur.com/lfvQgXW.jpg
http://i.imgur.com/R6RlpHv.jpg
http://i.imgur.com/FNfrPPU.jpg

Location:



Code:

Code:
new LSRestaurant[106];

LSRestaurant[0] = CreateObject(19377, 1038.550292, -1265.658935, 20.374298, 0.000000, 90.000000, 0.000000);
SetObjectMaterial(LSRestaurant[0], 0, 14771, "int_brothelint3", "gb_nastybar12", 0);
LSRestaurant[1] = CreateObject(19377, 1038.550292, -1275.289306, 20.374298, 0.000000, 90.000000, 0.000000);
SetObjectMaterial(LSRestaurant[1], 0, 14771, "int_brothelint3", "gb_nastybar12", 0);
LSRestaurant[2] = CreateObject(971, 1043.683105, -1272.648071, 21.320232, 0.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[2], 2, 1649, "wglass", "carshowwin2", -16742401);
LSRestaurant[3] = CreateObject(19445, 1043.639648, -1272.684326, 24.850217, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[3], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[4] = CreateObject(19445, 1043.639648, -1272.684326, 19.570211, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[4], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[5] = CreateObject(19353, 1043.716918, -1267.609375, 22.150238, 90.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[5], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[6] = CreateObject(19353, 1043.716918, -1277.678466, 22.150238, 90.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[6], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[7] = CreateObject(19445, 1038.899780, -1277.574829, 19.570211, 0.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[7], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[8] = CreateObject(19353, 1041.896118, -1277.638427, 22.150238, 90.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[8], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[9] = CreateObject(19445, 1038.899780, -1277.574829, 24.860216, 0.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[9], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[10] = CreateObject(19353, 1038.416381, -1277.638427, 22.150238, 90.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[10], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[11] = CreateObject(19445, 1036.709716, -1282.014404, 19.570211, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[11], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[12] = CreateObject(19445, 1036.709716, -1273.094848, 24.860210, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[12], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[13] = CreateObject(19353, 1036.634887, -1275.828002, 22.150238, 90.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[13], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[14] = CreateObject(19353, 1036.634887, -1272.357910, 22.150238, 90.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[14], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[15] = CreateObject(19445, 1036.709716, -1263.485107, 24.860210, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[15], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[16] = CreateObject(19445, 1036.709716, -1270.874877, 19.570211, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[16], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[17] = CreateObject(19353, 1036.634887, -1268.868041, 22.150238, 90.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[17], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[18] = CreateObject(19353, 1036.634887, -1265.398193, 22.150238, 90.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[18], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[19] = CreateObject(1533, 1036.755737, -1277.211425, 20.310216, 0.000000, 0.000000, 90.000000);
LSRestaurant[20] = CreateObject(18762, 1037.226928, -1274.876831, 21.530235, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[20], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[21] = CreateObject(18762, 1038.227050, -1274.876831, 19.100233, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[21], 0, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[22] = CreateObject(18762, 1039.227416, -1274.876831, 19.100225, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[22], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[23] = CreateObject(18762, 1040.227416, -1274.876831, 19.100233, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[23], 0, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[24] = CreateObject(18762, 1041.227661, -1274.876831, 21.530235, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[24], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[25] = CreateObject(18762, 1041.227661, -1277.267700, 21.530235, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[25], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[26] = CreateObject(1720, 1037.256469, -1273.652465, 20.430213, 0.000000, 0.000000, 180.000000);
LSRestaurant[27] = CreateObject(2644, 1037.269165, -1272.772827, 20.860223, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[27], 2, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[28] = CreateObject(1720, 1037.236450, -1271.892822, 20.430213, 0.000000, 0.000000, 0.000000);
LSRestaurant[29] = CreateObject(2644, 1037.269165, -1269.722290, 20.860223, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[29], 2, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[30] = CreateObject(1720, 1037.256469, -1270.522216, 20.430213, 0.000000, 0.000000, 180.000000);
LSRestaurant[31] = CreateObject(1720, 1037.236450, -1268.992187, 20.430213, 0.000000, 0.000000, 0.000000);
LSRestaurant[32] = CreateObject(2800, 1037.240112, -1272.802612, 21.110237, 0.000000, 0.000000, 0.000000);
LSRestaurant[33] = CreateObject(2800, 1037.240112, -1269.762573, 21.110237, 0.000000, 0.000000, 0.000000);
LSRestaurant[34] = CreateObject(19445, 1033.148437, -1264.944946, 19.570211, 0.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[34], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[35] = CreateObject(19445, 1036.709716, -1261.255249, 19.570211, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[35], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[36] = CreateObject(1720, 1037.256469, -1267.692016, 20.430213, 0.000000, 0.000000, 180.000000);
LSRestaurant[37] = CreateObject(1720, 1037.236450, -1265.912109, 20.430213, 0.000000, 0.000000, 0.000000);
LSRestaurant[38] = CreateObject(2800, 1037.240112, -1266.822753, 21.110237, 0.000000, 0.000000, 0.000000);
LSRestaurant[39] = CreateObject(2644, 1037.269165, -1266.791381, 20.860223, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[39], 2, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[40] = CreateObject(19445, 1043.639648, -1263.054565, 19.570211, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[40], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[41] = CreateObject(19445, 1043.639648, -1263.074707, 24.850217, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[41], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[42] = CreateObject(19353, 1043.716918, -1264.139526, 22.150238, 90.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[42], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[43] = CreateObject(19363, 1041.059082, -1264.944946, 19.570211, 0.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[43], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[44] = CreateObject(19426, 1043.469360, -1264.944946, 19.570211, 0.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[44], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[45] = CreateObject(1569, 1037.960571, -1264.973022, 20.440219, 0.000000, 0.000000, 0.000000);
LSRestaurant[46] = CreateObject(19353, 1038.444946, -1264.867675, 22.150238, 90.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[46], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[47] = CreateObject(19353, 1041.915893, -1264.867675, 22.150238, 90.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[47], 0, 4002, "cityhall_lan", "lacityhwal1", 0);
LSRestaurant[48] = CreateObject(19445, 1038.779785, -1264.944458, 24.860218, 0.000000, 0.000000, 90.000000);
SetObjectMaterial(LSRestaurant[48], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[49] = CreateObject(18981, 1031.128906, -1271.782958, 24.460248, 0.000000, 90.000000, 90.000000);
SetObjectMaterial(LSRestaurant[49], 0, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[50] = CreateObject(18762, 1040.227416, -1274.876831, 25.590232, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[50], 0, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[51] = CreateObject(18762, 1039.227416, -1274.876831, 25.590238, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[51], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[52] = CreateObject(18762, 1038.227050, -1274.876831, 25.590255, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[52], 0, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[53] = CreateObject(18762, 1038.226928, -1266.706054, 26.390243, 0.000000, 0.000000, 24.899999);
SetObjectMaterial(LSRestaurant[53], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[54] = CreateObject(18762, 1041.393676, -1266.713623, 26.390243, 0.000000, 0.000000, 79.000022);
SetObjectMaterial(LSRestaurant[54], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[55] = CreateObject(18762, 1040.293945, -1269.689697, 26.390243, 0.000000, 0.000000, -28.900003);
SetObjectMaterial(LSRestaurant[55], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[56] = CreateObject(18762, 1038.340820, -1269.375122, 26.390243, 0.000000, 0.000000, -13.600002);
SetObjectMaterial(LSRestaurant[56], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[57] = CreateObject(18762, 1042.570190, -1269.018066, 26.390243, 0.000000, 0.000000, -21.900001);
SetObjectMaterial(LSRestaurant[57], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[58] = CreateObject(18762, 1041.921142, -1271.947265, 26.390243, 0.000000, 0.000000, 29.100006);
SetObjectMaterial(LSRestaurant[58], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[59] = CreateObject(18762, 1039.235351, -1272.192749, 26.390243, 0.000000, 0.000000, 17.100000);
SetObjectMaterial(LSRestaurant[59], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[60] = CreateObject(18762, 1042.646240, -1275.868286, 26.390243, 0.000000, 0.000000, 74.000007);
SetObjectMaterial(LSRestaurant[60], 0, 14777, "int_casinoint3", "gb_midbar01", 0);
LSRestaurant[61] = CreateObject(1734, 1041.909790, -1271.938842, 23.890228, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[61], 0, 2964, "k_pool", "pool_table_cloth", 0);
LSRestaurant[62] = CreateObject(1734, 1042.630004, -1275.880493, 23.890228, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[62], 0, 2964, "k_pool", "pool_table_cloth", 0);
LSRestaurant[63] = CreateObject(1734, 1040.269897, -1269.668823, 23.890228, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[63], 0, 2964, "k_pool", "pool_table_cloth", 0);
LSRestaurant[64] = CreateObject(1734, 1042.570434, -1269.038818, 23.890228, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[64], 0, 2964, "k_pool", "pool_table_cloth", 0);
LSRestaurant[65] = CreateObject(1734, 1039.200439, -1272.189086, 23.890228, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[65], 0, 2964, "k_pool", "pool_table_cloth", 0);
LSRestaurant[66] = CreateObject(1734, 1038.319824, -1269.359008, 23.890228, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[66], 0, 2964, "k_pool", "pool_table_cloth", 0);
LSRestaurant[67] = CreateObject(1734, 1038.210205, -1266.717895, 23.890228, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[67], 0, 2964, "k_pool", "pool_table_cloth", 0);
LSRestaurant[68] = CreateObject(1734, 1041.400024, -1266.737915, 23.890228, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[68], 0, 2964, "k_pool", "pool_table_cloth", 0);
LSRestaurant[69] = CreateObject(2269, 1037.204711, -1273.413940, 22.130245, 0.000000, 0.000000, 90.000000);
LSRestaurant[70] = CreateObject(2268, 1037.224731, -1271.973999, 21.880241, 0.000000, 0.000000, 90.000000);
LSRestaurant[71] = CreateObject(2267, 1036.754272, -1270.293945, 21.960239, 0.000000, 0.000000, 90.000000);
LSRestaurant[72] = CreateObject(2266, 1037.214721, -1268.473388, 21.960239, 0.000000, 0.000000, 90.000000);
LSRestaurant[73] = CreateObject(2265, 1037.214721, -1267.392944, 21.610233, 0.000000, 0.000000, 90.000000);
LSRestaurant[74] = CreateObject(2264, 1037.224731, -1266.572265, 22.070240, 0.000000, 0.000000, 90.000000);
LSRestaurant[75] = CreateObject(2263, 1037.224731, -1265.661376, 21.770235, 0.000000, 0.000000, 90.000000);
LSRestaurant[76] = CreateObject(2256, 1040.883544, -1264.974121, 22.210239, 0.000000, 0.000000, 0.000000);
LSRestaurant[77] = CreateObject(2254, 1042.769653, -1264.975341, 22.190250, 0.000000, 0.000000, 0.000000);
LSRestaurant[78] = CreateObject(2270, 1037.308715, -1265.446777, 21.880241, 0.000000, 0.000000, 0.000000);
LSRestaurant[79] = CreateObject(2277, 1043.132324, -1265.457031, 22.310237, 0.000000, 0.000000, 270.000000);
LSRestaurant[80] = CreateObject(2276, 1043.132324, -1266.807617, 21.610225, 0.000000, 0.000000, 270.000000);
LSRestaurant[81] = CreateObject(2275, 1043.132324, -1267.918579, 21.460222, 0.000000, 0.000000, 270.000000);
LSRestaurant[82] = CreateObject(2274, 1043.132324, -1267.648315, 22.440235, 0.000000, 0.000000, 270.000000);
LSRestaurant[83] = CreateObject(2273, 1043.132324, -1268.838378, 22.150228, 0.000000, 0.000000, 270.000000);
LSRestaurant[84] = CreateObject(2272, 1043.132324, -1265.777343, 21.410234, 0.000000, 0.000000, 270.000000);
LSRestaurant[85] = CreateObject(2644, 1043.029052, -1266.791381, 20.860223, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[85], 2, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[86] = CreateObject(1720, 1043.037353, -1265.912109, 20.430213, 0.000000, 0.000000, 0.000000);
LSRestaurant[87] = CreateObject(2800, 1043.040649, -1266.822753, 21.110237, 0.000000, 0.000000, 0.000000);
LSRestaurant[88] = CreateObject(1720, 1043.026489, -1267.682006, 20.430213, 0.000000, 0.000000, 180.000000);
LSRestaurant[89] = CreateObject(1720, 1043.016967, -1268.992187, 20.430213, 0.000000, 0.000000, 0.000000);
LSRestaurant[90] = CreateObject(2644, 1043.030029, -1269.722290, 20.860223, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[90], 2, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[91] = CreateObject(1720, 1043.037353, -1270.522216, 20.430213, 0.000000, 0.000000, 180.000000);
LSRestaurant[92] = CreateObject(2800, 1043.012695, -1269.770019, 21.110231, 0.000000, 0.000000, 0.000000);
LSRestaurant[93] = CreateObject(2644, 1040.719970, -1266.791381, 20.860223, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[93], 2, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[94] = CreateObject(1720, 1040.727294, -1265.912109, 20.430213, 0.000000, 0.000000, 0.000000);
LSRestaurant[95] = CreateObject(1720, 1040.737304, -1267.692016, 20.430213, 0.000000, 0.000000, 180.000000);
LSRestaurant[96] = CreateObject(2800, 1040.703735, -1266.816772, 21.110227, 0.000000, 0.000000, 0.000000);
LSRestaurant[97] = CreateObject(1720, 1040.716918, -1268.992187, 20.430213, 0.000000, 0.000000, 0.000000);
LSRestaurant[98] = CreateObject(2644, 1040.739379, -1269.722290, 20.860223, 0.000000, 0.000000, 0.000000);
SetObjectMaterial(LSRestaurant[98], 2, 2208, "CJ_OFFICE", "cj_wood5", 0);
LSRestaurant[99] = CreateObject(1720, 1040.746826, -1270.522216, 20.430213, 0.000000, 0.000000, 180.000000);
LSRestaurant[100] = CreateObject(2800, 1040.750488, -1269.760498, 21.100227, 0.000000, 0.000000, 0.000000);
LSRestaurant[101] = CreateObject(2253, 1039.193359, -1274.880126, 21.820238, 0.000000, 0.000000, 0.000000);
LSRestaurant[102] = CreateObject(1514, 1040.235229, -1275.066528, 21.850242, 0.000000, 0.000000, 180.000000);
LSRestaurant[103] = CreateObject(1514, 1038.224487, -1275.066528, 21.850242, 0.000000, 0.000000, 180.000000);
LSRestaurant[104] = CreateObject(7709, 1039.2568, -1274.3647, 23.6302, 0.0000, 0.0000, -89.9402);
SetObjectMaterialText(LSRestaurant[104], "LS", 0, 140, "Arial", 150, 1, -1, 0, 1);
LSRestaurant[105] = CreateObject(7709, 1039.2392, -1274.3461, 23.2102, 0.0000, 0.0000, -90.0604);
SetObjectMaterialText(LSRestaurant[105], "RESTAURANT", 0, 140, "Arial", 30, 1, -1, 0, 1);
Teleport Coordinate:

Code:
1038.7657,-1265.9236,21.4602
Im from Poland and sorry for my bad English.
Have fun!



Re: LS Restaurant - with Texture! - Tellken - 19.01.2015

I like it, very clean


Re: LS Restaurant - with Texture! - Alex Magaсa - 19.01.2015

Good job thx for sharing!


Re: LS Restaurant - with Texture! - mitchellfunny1069 - 19.01.2015

nice


Re : LS Restaurant - with Texture! - Chris53340 - 19.01.2015

WOW! +rep! Do you need a project? :P


Re: LS Restaurant - with Texture! - DawidziorePL - 19.01.2015

Thanks for all rep points. I'll add a couple of new objects in the future.

@Chris53340

What kind of project you have in mind?


Re: LS Restaurant - with Texture! - Ghost110 - 21.01.2015

WOW Nice!!!


Re: LS Restaurant - with Texture! - OneHundredOne - 21.01.2015

Great!