Guest User

Untitled

a guest
Oct 22nd, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.05 KB | None | 0 0
  1. // Help!!
  2. #define FILTERSCRIPT
  3.  
  4. #include <a_samp>
  5. #include <streamer>
  6. #if defined FILTERSCRIPT
  7.  
  8. public OnFilterScriptInit()
  9. {
  10. print("\n--------------------------------------");
  11. print(" Blank Filterscript by your name here");
  12. print("--------------------------------------\n");
  13. return 1;
  14. }
  15.  
  16. public OnFilterScriptExit()
  17. {
  18. return 1;
  19. }
  20.  
  21. #else
  22.  
  23. main()
  24. {
  25. print("\n----------------------------------");
  26. print(" Blank Gamemode by your name here");
  27. print("----------------------------------\n");
  28. }
  29.  
  30. #endif
  31.  
  32. public OnPlayerConnect(playerid)
  33. {
  34. //interior
  35. new Cybercore_Wall[15];
  36. new Cybercore_Red[31];
  37. new Cybercore_Table[4];
  38. new Cybercore_VGA[29];
  39. new Cybercore_FootMouse[28];
  40. new Cybercore_Mouse[28];
  41. new Cybercore_Chair[27];
  42. new Cybercore_Reception;
  43. new Cybercore_PS4[2];
  44. new Cybercore_Door[7];
  45. new Cybercore_Light[6];
  46. new Cybercore_Air[8];
  47. new Cybercore_Floor;
  48. new Cybercore_Roof[3];
  49. new Cybercore_Picture[4];
  50. //exterior
  51. new Cybercore_Wall2[4];
  52. new Cybercore_Grass[13];
  53. new Cybercore_House;
  54.  
  55. RemoveBuildingForPlayer(playerid, 6071, 1087.9844, -1682.3281, 19.4375, 0.25);
  56. RemoveBuildingForPlayer(playerid, 6063, 1087.9844, -1682.3281, 19.4375, 0.25);
  57. RemoveBuildingForPlayer(playerid, 647, 1051.8750, -1680.5156, 14.4609, 0.25);
  58. RemoveBuildingForPlayer(playerid, 647, 1055.6172, -1692.6484, 14.4609, 0.25);
  59. RemoveBuildingForPlayer(playerid, 647, 1058.3125, -1695.7656, 14.6875, 0.25);
  60. RemoveBuildingForPlayer(playerid, 647, 1097.4297, -1699.4219, 14.6875, 0.25);
  61. RemoveBuildingForPlayer(playerid, 647, 1101.6563, -1699.5625, 14.6875, 0.25);
  62. //------------------------------------------------------------------------------------------------------------------------
  63. Cybercore_House = CreateDynamicObjectEx(6063,1087.9844, -1682.3281, 19.4375,0.000,0.000,0.000,500.000,500.000);
  64. SetDynamicObjectMaterial(Cybercore_House, 1, 18996, "mattextures", "sampblack", 0x00000000);
  65. SetDynamicObjectMaterial(Cybercore_House, 3, 9106, "vgeamun", "hirisedoor1_256", 0x00000000);
  66. SetDynamicObjectMaterial(Cybercore_House, 4, 6869, "vegastemp1", "vgnbarbwall7_256", 0x00000000);
  67. SetDynamicObjectMaterial(Cybercore_House, 6, 18646, "matcolours", "red-4", 0x00000000);
  68. SetDynamicObjectMaterial(Cybercore_House, 8, 18996, "mattextures", "sampblack", 0x00000000);
  69. SetDynamicObjectMaterial(Cybercore_House, 9, 18646, "matcolours", "red-4", 0x00000000);
  70. SetDynamicObjectMaterial(Cybercore_House, 10, 18646, "matcolours", "red-4", 0x00000000);
  71. SetDynamicObjectMaterial(Cybercore_House, 11, 18996, "mattextures", "sampblack", 0x00000000);
  72. SetDynamicObjectMaterialText(Cybercore_House, 7, "CYBERCORE", 40, "courier new", 24, 1, -1, -65536, 1);
  73.  
  74. Cybercore_Wall2[0] = CreateDynamicObject(19361, 1070.63513, -1697.66211, 14.59263, 0.00000, 0.00000, -90.00000);
  75. Cybercore_Wall2[1] = CreateDynamicObject(19361, 1075.15466, -1697.63074, 14.59263, 0.00000, 0.00000, -90.00000);
  76. Cybercore_Wall2[2] = CreateDynamicObject(19361, 1116.06482, -1696.71521, 14.85260, 0.00000, 0.00000, -70.00000);
  77. Cybercore_Wall2[3] = CreateDynamicObject(19361, 1124.13806, -1689.86365, 14.85260, 0.00000, 0.00000, -30.22000);
  78. SetDynamicObjectMaterial(Cybercore_Wall2[0], 0, 6354, "sunset03_law2", "billLA01", 0x00000000);
  79. SetDynamicObjectMaterial(Cybercore_Wall2[1], 0, 2362, "rc_shop_figure", "CJ_RC_9", 0x00000000);
  80. SetDynamicObjectMaterial(Cybercore_Wall2[2], 0, 14859, "gf1", "mp_apt1_pos2", 0x00000000);
  81. SetDynamicObjectMaterial(Cybercore_Wall2[3], 0, 14859, "gf1", "mp_apt1_pos4", 0x00000000);
  82.  
  83. new Cybercore_Text = CreateDynamicObjectEx(19863, 1080.7618, -1698.0952, 20.7628, 0.0000, 0.0000, -0.0198, 300.000, 300.000);
  84. SetDynamicObjectMaterialText(Cybercore_Text, 0, "GAMING", 60, "arial", 34, 1, -1, 0, 1);
  85.  
  86. new Cybercore_Alienware = CreateDynamicObjectEx(19353, 1077.6793, -1698.0292, 19.7268, 0.0000, 0.0000, 90.0134, 300.000, 300.000);
  87. SetDynamicObjectMaterialText(Cybercore_Alienware, 0, "…", 140, "Webdings", 1000, 1, -1, 0, 1);
  88.  
  89. new Cybercore_Alienware2 = CreateDynamicObjectEx(19863, 1095.4390, -1699.1080, 23.1228, 0.0000, 0.0000, 0.0433, 300.000, 300.000);
  90. SetDynamicObjectMaterialText(Cybercore_Alienware2, 0, "…", 50, "Webdings", 72, 0, -65536, 0, 1);
  91.  
  92. Cybercore_Grass[0] = CreateDynamicObject(819, 1110.78284, -1698.57642, 13.16130, 0.00000, 0.00000, 0.00000);
  93. Cybercore_Grass[1] = CreateDynamicObject(819, 1105.99390, -1698.61316, 13.16130, 0.00000, 0.00000, 0.00000);
  94. Cybercore_Grass[2] = CreateDynamicObject(819, 1102.09314, -1698.51868, 13.16130, 0.00000, 0.00000, 0.00000);
  95. Cybercore_Grass[3] = CreateDynamicObject(819, 1097.91614, -1698.48572, 13.16130, 0.00000, 0.00000, 0.00000);
  96. Cybercore_Grass[4] = CreateDynamicObject(819, 1094.57886, -1698.61633, 13.16130, 0.00000, 0.00000, 0.00000);
  97. Cybercore_Grass[5] = CreateDynamicObject(819, 1091.03198, -1698.79370, 13.16130, 0.00000, 0.00000, 0.00000);
  98. Cybercore_Grass[6] = CreateDynamicObject(819, 1064.76953, -1698.65137, 13.16130, 0.00000, 0.00000, 0.00000);
  99. Cybercore_Grass[7] = CreateDynamicObject(819, 1060.45911, -1697.57947, 13.16130, 0.00000, 0.00000, -11.70000);
  100. Cybercore_Grass[8] = CreateDynamicObject(819, 1056.63782, -1694.74963, 13.16130, 0.00000, 0.00000, -11.70000);
  101. Cybercore_Grass[9] = CreateDynamicObject(819, 1054.35510, -1691.32214, 13.16130, 0.00000, 0.00000, -11.70000);
  102. Cybercore_Grass[10] = CreateDynamicObject(819, 1052.23450, -1686.75110, 13.16130, 0.00000, 0.00000, -27.30000);
  103. Cybercore_Grass[11] = CreateDynamicObject(819, 1051.39746, -1681.66321, 13.16130, 0.00000, 0.00000, -27.30000);
  104. Cybercore_Grass[12] = CreateDynamicObject(819, 1051.39246, -1677.69910, 13.16130, 0.00000, 0.00000, -27.30000);
  105. for(new i=0;i<13;i++)
  106. {
  107. SetDynamicObjectMaterial(Cybercore_Grass[i], 0, 11413, "fosterflowers", "starflower1", 0x00000000);
  108. }
  109.  
  110. //-------------------------------------------------------------------------------------------------------------------------
  111. Cybercore_Wall[0] = CreateDynamicObject(19445, 705.62939, -2318.16797, 2008.54871, 0.00000, 0.00000, 0.00000);//wall
  112. Cybercore_Wall[1] = CreateDynamicObject(19445, 705.62537, -2308.57031, 2008.54871, 0.00000, 0.00000, 0.00000);
  113. Cybercore_Wall[2] = CreateDynamicObject(19445, 701.84247, -2322.68848, 2008.54871, 0.00000, 0.00000, -90.00000);
  114. Cybercore_Wall[3] = CreateDynamicObject(19445, 698.25281, -2318.19922, 2008.54871, 0.00000, 0.00000, 0.00000);
  115. Cybercore_Wall[4] = CreateDynamicObject(19445, 700.63013, -2312.91382, 2006.50635, 0.00000, 0.00000, 0.00000);
  116. Cybercore_Wall[5] = CreateDynamicObject(19445, 698.25342, -2308.57617, 2008.54871, 0.00000, 0.00000, 0.00000);
  117. Cybercore_Wall[6] = CreateDynamicObject(19445, 697.86505, -2306.56860, 2006.01355, 0.00000, 0.00000, 90.00000);
  118. Cybercore_Wall[7] = CreateDynamicObject(19445, 702.61926, -2298.64185, 2008.54871, 0.00000, 0.00000, 0.00000);
  119. Cybercore_Wall[8] = CreateDynamicObject(19445, 707.51202, -2302.15723, 2008.54871, 0.00000, 0.00000, 90.00000);
  120. Cybercore_Wall[9] = CreateDynamicObject(19445, 705.63367, -2298.94775, 2008.54871, 0.00000, 0.00000, 0.00000);
  121. Cybercore_Wall[10] = CreateDynamicObject(19445, 698.25061, -2298.95215, 2008.54871, 0.00000, 0.00000, 0.00000);
  122. Cybercore_Wall[11] = CreateDynamicObject(19445, 701.41003, -2295.99609, 2008.54871, 0.00000, 0.00000, -90.00000);
  123. Cybercore_Wall[12] = CreateDynamicObject(19445, 708.99652, -2306.52710, 2008.54871, 0.00000, 0.00000, 90.00000);
  124. Cybercore_Wall[13] = CreateDynamicObject(19383, 702.61853, -2305.03418, 2008.54871, 0.00000, 0.00000, 0.00000);
  125. Cybercore_Wall[14] = CreateDynamicObject(19445, 700.93347, -2306.56665, 2011.02783, 0.00000, 0.00000, 90.00000);
  126.  
  127. for(new i=0;i<15;i++)
  128. {
  129. SetDynamicObjectMaterial(Cybercore_Wall[i], 0, 18996, "mattextures", "sampblack", 0x00000000);
  130. }
  131.  
  132. Cybercore_Red[0] = CreateDynamicObject(19446, 707.28137, -2318.20435, 2008.54871, 0.00000, 90.00000, 0.00000);//red
  133. Cybercore_Red[1] = CreateDynamicObject(19446, 707.26526, -2308.57861, 2008.54871, 0.00000, 90.00000, 0.00000);
  134. Cybercore_Red[2] = CreateDynamicObject(19446, 707.92688, -2324.34570, 2008.54871, 0.00000, 90.00000, -90.00000);
  135. Cybercore_Red[3] = CreateDynamicObject(19446, 695.06604, -2324.33276, 2008.54871, 0.00000, 90.00000, -90.00000);
  136. Cybercore_Red[4] = CreateDynamicObject(19446, 696.63013, -2317.82935, 2008.54871, 0.00000, 90.00000, -180.00000);
  137. Cybercore_Red[5] = CreateDynamicObject(19446, 696.62073, -2308.22607, 2008.54871, 0.00000, 90.00000, -180.00000);
  138. Cybercore_Red[6] = CreateDynamicObject(19446, 696.61688, -2298.61743, 2008.54871, 0.00000, 90.00000, -180.00000);
  139. Cybercore_Red[7] = CreateDynamicObject(19446, 702.22955, -2294.33765, 2008.54871, 0.00000, 90.00000, -270.00000);
  140. Cybercore_Red[8] = CreateDynamicObject(19446, 704.27319, -2297.43286, 2008.54871, 0.00000, 90.00000, 0.00000);
  141. Cybercore_Red[9] = CreateDynamicObject(19446, 707.28571, -2297.61304, 2008.54871, 0.00000, 90.00000, 0.00000);
  142. Cybercore_Red[10] = CreateDynamicObject(19446, 698.76990, -2306.53564, 2011.49316, 0.00000, 0.00000, 90.00000);
  143. Cybercore_Red[11] = CreateDynamicObject(19446, 698.27844, -2308.14355, 2011.49316, 0.00000, 0.00000, 0.00000);
  144. Cybercore_Red[12] = CreateDynamicObject(19446, 698.25458, -2298.50562, 2011.49316, 0.00000, 0.00000, 0.00000);
  145. Cybercore_Red[13] = CreateDynamicObject(19446, 703.12396, -2296.01563, 2011.49316, 0.00000, 0.00000, -90.00000);
  146. Cybercore_Red[14] = CreateDynamicObject(19446, 702.60968, -2301.66577, 2011.49316, 0.00000, 0.00000, -180.00000);
  147. Cybercore_Red[15] = CreateDynamicObject(19446, 702.61340, -2292.04565, 2011.49316, 0.00000, 0.00000, -180.00000);
  148. Cybercore_Red[16] = CreateDynamicObject(19446, 702.62958, -2301.66797, 2011.49316, 0.00000, 0.00000, -180.00000);
  149. Cybercore_Red[17] = CreateDynamicObject(19446, 707.53253, -2302.16602, 2011.49316, 0.00000, 0.00000, -90.00000);
  150. Cybercore_Red[18] = CreateDynamicObject(19446, 705.61591, -2317.78174, 2011.49316, 0.00000, 0.00000, -180.00000);
  151. Cybercore_Red[19] = CreateDynamicObject(19446, 705.61462, -2308.15967, 2011.49316, 0.00000, 0.00000, -180.00000);
  152. Cybercore_Red[20] = CreateDynamicObject(19446, 705.60779, -2298.52466, 2011.49316, 0.00000, 0.00000, -180.00000);
  153. Cybercore_Red[21] = CreateDynamicObject(19446, 707.52600, -2306.55688, 2011.49316, 0.00000, 0.00000, -90.00000);
  154. Cybercore_Red[22] = CreateDynamicObject(19446, 700.73822, -2306.58789, 2011.49316, 0.00000, 0.00000, -90.00000);
  155. Cybercore_Red[23] = CreateDynamicObject(19446, 698.26538, -2317.77856, 2011.49316, 0.00000, 0.00000, 0.00000);
  156. Cybercore_Red[24] = CreateDynamicObject(19446, 700.98944, -2322.65527, 2011.49316, 0.00000, 0.00000, 90.00000);
  157. Cybercore_Red[25] = CreateDynamicObject(1897, 702.65698, -2303.15601, 2008.58899, 0.00000, 90.00000, 90.00000);
  158. Cybercore_Red[26] = CreateDynamicObject(1897, 702.65698, -2303.15552, 2008.53796, 0.00000, 90.00000, 90.00000);
  159. Cybercore_Red[27] = CreateDynamicObject(1897, 702.58588, -2303.15332, 2008.53796, 0.00000, 90.00000, 270.00000);
  160. Cybercore_Red[28] = CreateDynamicObject(1897, 702.58588, -2303.15332, 2008.58899, 0.00000, 90.00000, 270.00000);
  161. Cybercore_Red[29] = CreateDynamicObject(1897, 705.29028, -2306.52588, 2008.58899, 0.00000, 90.00000, 180.00000);
  162. Cybercore_Red[30] = CreateDynamicObject(1897, 705.29028, -2306.52588, 2008.52905, 0.00000, 90.00000, 180.00000);
  163. for(new i=0;i<31;i++)
  164. {
  165. SetDynamicObjectMaterial(Cybercore_Red[i], 0, 2361, "shopping_freezers", "white", 0xFFAE002C);
  166. }
  167.  
  168. Cybercore_Table[0] = CreateDynamicObject(19445, 706.66492, -2312.91382, 2007.58875, 0.00000, 90.00000, 0.00000);//ban
  169. Cybercore_Table[1] = CreateDynamicObject(19437, 700.64746, -2315.97852, 2007.58875, 0.00000, 90.00000, 90.00000);
  170. Cybercore_Table[2] = CreateDynamicObject(19437, 700.64697, -2312.48291, 2007.58752, 0.00000, 90.00000, 90.00000);
  171. Cybercore_Table[3] = CreateDynamicObject(19437, 700.64752, -2309.82422, 2007.58875, 0.00000, 90.00000, 90.00000);
  172. SetDynamicObjectMaterial(Cybercore_Table[0], 0, 14581, "ab_mafiasuitea", "ab_wood01", 0x00000000);
  173. SetDynamicObjectMaterial(Cybercore_Table[1], 0, 14581, "ab_mafiasuitea", "ab_wood01", 0x00000000);
  174. SetDynamicObjectMaterial(Cybercore_Table[2], 0, 14581, "ab_mafiasuitea", "ab_wood01", 0x00000000);
  175. SetDynamicObjectMaterial(Cybercore_Table[3], 0, 14581, "ab_mafiasuitea", "ab_wood01", 0x00000000);
  176.  
  177. Cybercore_Roof[0] = CreateDynamicObject(19378, 701.99969, -2318.39502, 2010.39246, 0.00000, 90.00000, 0.00000);
  178. Cybercore_Roof[1] = CreateDynamicObject(19378, 701.99969, -2308.78223, 2010.39246, 0.00000, 90.00000, 0.00000);
  179. Cybercore_Roof[2] = CreateDynamicObject(19378, 701.99969, -2299.14893, 2010.39246, 0.00000, 90.00000, 0.00000);
  180. SetDynamicObjectMaterial(Cybercore_Roof[0], 0, 8639, "chinatownmall", "ctmall19_128", 0x00000000);
  181. SetDynamicObjectMaterial(Cybercore_Roof[1], 0, 8639, "chinatownmall", "ctmall19_128", 0x00000000);
  182. SetDynamicObjectMaterial(Cybercore_Roof[2], 0, 8639, "chinatownmall", "ctmall19_128", 0x00000000);
  183. Cybercore_Floor = CreateDynamicObject(19532, 702.01306, -2260.62842, 2006.80005, 0.00000, 0.00000, 0.00000);
  184. SetDynamicObjectMaterial(Cybercore_Floor, 0, 14415, "carter_block_2", "cd_wall1", 0x00000000);
  185.  
  186. Cybercore_VGA[0] = CreateDynamicObject(19624, 705.59204, -2317.12891, 2008.27075, 0.00000, 0.00000, 90.00000);//man hinh
  187. Cybercore_VGA[1] = CreateDynamicObject(19624, 705.59198, -2316.06494, 2008.27075, 0.00000, 0.00000, 90.00000);
  188. Cybercore_VGA[2] = CreateDynamicObject(19624, 705.59198, -2315.02466, 2008.27075, 0.00000, 0.00000, 90.00000);
  189. Cybercore_VGA[3] = CreateDynamicObject(19624, 705.59198, -2313.96411, 2008.27075, 0.00000, 0.00000, 90.00000);
  190. Cybercore_VGA[4] = CreateDynamicObject(19624, 705.59198, -2312.92285, 2008.27075, 0.00000, 0.00000, 90.00000);
  191. Cybercore_VGA[5] = CreateDynamicObject(19624, 705.59198, -2311.85938, 2008.27075, 0.00000, 0.00000, 90.00000);
  192. Cybercore_VGA[6] = CreateDynamicObject(19624, 705.59198, -2310.79883, 2008.27075, 0.00000, 0.00000, 90.00000);
  193. Cybercore_VGA[7] = CreateDynamicObject(19624, 705.59198, -2309.74146, 2008.27075, 0.00000, 0.00000, 90.00000);
  194. Cybercore_VGA[8] = CreateDynamicObject(19624, 705.59198, -2308.67944, 2008.27075, 0.00000, 0.00000, 90.00000);
  195. Cybercore_VGA[9] = CreateDynamicObject(19624, 700.65082, -2317.12891, 2008.27075, 0.00000, 0.00000, 90.00000);
  196. Cybercore_VGA[10] = CreateDynamicObject(19624, 700.65082, -2316.06494, 2008.27075, 0.00000, 0.00000, 90.00000);
  197. Cybercore_VGA[11] = CreateDynamicObject(19624, 700.65082, -2315.02466, 2008.27075, 0.00000, 0.00000, 90.00000);
  198. Cybercore_VGA[12] = CreateDynamicObject(19624, 700.65082, -2313.96411, 2008.27075, 0.00000, 0.00000, 90.00000);
  199. Cybercore_VGA[13] = CreateDynamicObject(19624, 700.65082, -2312.92285, 2008.27075, 0.00000, 0.00000, 90.00000);
  200. Cybercore_VGA[14] = CreateDynamicObject(19624, 700.65082, -2311.85938, 2008.27075, 0.00000, 0.00000, 90.00000);
  201. Cybercore_VGA[15] = CreateDynamicObject(19624, 700.65082, -2310.79883, 2008.27075, 0.00000, 0.00000, 90.00000);
  202. Cybercore_VGA[16] = CreateDynamicObject(19624, 700.65082, -2309.74146, 2008.27075, 0.00000, 0.00000, 90.00000);
  203. Cybercore_VGA[17] = CreateDynamicObject(19624, 700.65082, -2308.67944, 2008.27075, 0.00000, 0.00000, 90.00000);
  204. Cybercore_VGA[18] = CreateDynamicObject(19624, 700.6055, -2317.12891, 2008.27075, 0.00000, 0.00000, 90.00000);
  205. Cybercore_VGA[19] = CreateDynamicObject(19624, 700.6055, -2316.06494, 2008.27075, 0.00000, 0.00000, 90.00000);
  206. Cybercore_VGA[20] = CreateDynamicObject(19624, 700.6055, -2315.02466, 2008.27075, 0.00000, 0.00000, 90.00000);
  207. Cybercore_VGA[21] = CreateDynamicObject(19624, 700.6055, -2313.96411, 2008.27075, 0.00000, 0.00000, 90.00000);
  208. Cybercore_VGA[22] = CreateDynamicObject(19624, 700.6055, -2312.92285, 2008.27075, 0.00000, 0.00000, 90.00000);
  209. Cybercore_VGA[23] = CreateDynamicObject(19624, 700.6055, -2311.85938, 2008.27075, 0.00000, 0.00000, 90.00000);
  210. Cybercore_VGA[24] = CreateDynamicObject(19624, 700.6055, -2310.79883, 2008.27075, 0.00000, 0.00000, 90.00000);
  211. Cybercore_VGA[25] = CreateDynamicObject(19624, 700.6055, -2309.74170, 2008.27075, 0.00000, 0.00000, 90.00000);
  212. Cybercore_VGA[26] = CreateDynamicObject(19624, 700.6055, -2308.67944, 2008.27075, 0.00000, 0.00000, 90.00000);
  213. for(new i=0;i<27;i++)
  214. {
  215. SetDynamicObjectMaterialText(Cybercore_VGA[i], 3, "GCafe", 50, "Terminal", 28, 1, -16730675, -16777216, 1);
  216. }
  217. Cybercore_VGA[27] = CreateDynamicObject(19786, 698.29803, -2301.52393, 2008.44873, 0.00000, 0.00000, 90.00000);
  218. Cybercore_VGA[28] = CreateDynamicObject(19786, 698.28717, -2297.62158, 2008.44873, 0.00000, 0.00000, 90.00000);
  219. SetDynamicObjectMaterial(Cybercore_VGA[27], 1, 14544, "ab_woozieb", "ap_screens1", 0x00000000);
  220. SetDynamicObjectMaterial(Cybercore_VGA[28], 1, 14859, "gf1", "mp_apt1_pos3", 0x00000000);
  221.  
  222. Cybercore_FootMouse[0] = CreateDynamicObject(19564, 704.99982, -2317.54346, 2007.63770, 90.00000, 0.00000, 89.04000);//lot chuot
  223. Cybercore_FootMouse[1] = CreateDynamicObject(19564, 705.00586, -2316.48193, 2007.63770, 90.00000, 0.00000, 89.04000);
  224. Cybercore_FootMouse[2] = CreateDynamicObject(19564, 704.99304, -2315.40063, 2007.63770, 90.00000, 0.00000, 89.04000);
  225. Cybercore_FootMouse[3] = CreateDynamicObject(19564, 704.99384, -2314.32031, 2007.63770, 90.00000, 0.00000, 89.04000);
  226. Cybercore_FootMouse[4] = CreateDynamicObject(19564, 704.99963, -2313.31934, 2007.63770, 90.00000, 0.00000, 89.04000);
  227. Cybercore_FootMouse[5] = CreateDynamicObject(19564, 705.00537, -2312.25854, 2007.63770, 90.00000, 0.00000, 89.04000);
  228. Cybercore_FootMouse[6] = CreateDynamicObject(19564, 704.98883, -2311.15747, 2007.63770, 90.00000, 0.00000, 89.04000);
  229. Cybercore_FootMouse[7] = CreateDynamicObject(19564, 705.02588, -2310.15649, 2007.63770, 90.00000, 0.00000, 89.04000);
  230. Cybercore_FootMouse[8] = CreateDynamicObject(19564, 705.02142, -2309.07568, 2007.63770, 90.00000, 0.00000, 89.04000);
  231. Cybercore_FootMouse[9] = CreateDynamicObject(19564, 701.27747, -2308.34424, 2007.63770, 90.00000, 0.00000, -90.00000);
  232. Cybercore_FootMouse[10] = CreateDynamicObject(19564, 701.33899, -2309.36450, 2007.63770, 90.00000, 0.00000, -90.00000);
  233. Cybercore_FootMouse[11] = CreateDynamicObject(19564, 701.38025, -2310.40479, 2007.63770, 90.00000, 0.00000, -90.00000);
  234. Cybercore_FootMouse[12] = CreateDynamicObject(19564, 701.36151, -2311.52563, 2007.63770, 90.00000, 0.00000, -90.00000);
  235. Cybercore_FootMouse[13] = CreateDynamicObject(19564, 701.37421, -2312.51270, 2007.63770, 90.00000, 0.00000, -90.00000);
  236. Cybercore_FootMouse[14] = CreateDynamicObject(19564, 701.39471, -2313.55298, 2007.63770, 90.00000, 0.00000, -90.00000);
  237. Cybercore_FootMouse[15] = CreateDynamicObject(19564, 701.37494, -2314.59399, 2007.63770, 90.00000, 0.00000, -90.00000);
  238. Cybercore_FootMouse[16] = CreateDynamicObject(19564, 701.36609, -2315.67505, 2007.63770, 90.00000, 0.00000, -90.00000);
  239. Cybercore_FootMouse[17] = CreateDynamicObject(19564, 701.31696, -2316.71606, 2007.63770, 90.00000, 0.00000, -90.00000);
  240. Cybercore_FootMouse[18] = CreateDynamicObject(19564, 699.89563, -2317.46680, 2007.63770, 90.00000, 0.00000, 89.04000);
  241. Cybercore_FootMouse[19] = CreateDynamicObject(19564, 699.88519, -2316.46680, 2007.63770, 90.00000, 0.00000, 89.04000);
  242. Cybercore_FootMouse[20] = CreateDynamicObject(19564, 699.89398, -2315.38647, 2007.63770, 90.00000, 0.00000, 89.04000);
  243. Cybercore_FootMouse[21] = CreateDynamicObject(19564, 699.90308, -2314.32544, 2007.63770, 90.00000, 0.00000, 89.04000);
  244. Cybercore_FootMouse[22] = CreateDynamicObject(19564, 699.91193, -2313.26563, 2007.63770, 90.00000, 0.00000, 89.04000);
  245. Cybercore_FootMouse[23] = CreateDynamicObject(19564, 699.90118, -2312.22461, 2007.63770, 90.00000, 0.00000, 89.04000);
  246. Cybercore_FootMouse[24] = CreateDynamicObject(19564, 699.92975, -2311.14478, 2007.63770, 90.00000, 0.00000, 89.04000);
  247. Cybercore_FootMouse[25] = CreateDynamicObject(19564, 699.93951, -2310.16357, 2007.63770, 90.00000, 0.00000, 89.04000);
  248. Cybercore_FootMouse[26] = CreateDynamicObject(19564, 699.94940, -2309.18311, 2007.63770, 90.00000, 0.00000, 89.04000);
  249. Cybercore_FootMouse[27] = CreateDynamicObject(19564, 704.27301, -2321.28735, 2007.55774, 90.00000, 0.00000, -90.00000);
  250. for(new i=0;i<28;i++)
  251. {
  252. SetDynamicObjectMaterial(Cybercore_FootMouse[i], 0, 10864, "bridgeland_sfse", "prolaps02", 0x00000000);
  253. }
  254.  
  255. Cybercore_Mouse[0] = CreateDynamicObject(19874, 705.12378, -2317.55127, 2007.68567, 0.00000, 0.00000, 0.00000);//con chuot
  256. Cybercore_Mouse[1] = CreateDynamicObject(19874, 705.12793, -2316.49023, 2007.68567, 0.00000, 0.00000, 0.00000);
  257. Cybercore_Mouse[2] = CreateDynamicObject(19874, 705.12134, -2315.40918, 2007.68567, 0.00000, 0.00000, 0.00000);
  258. Cybercore_Mouse[3] = CreateDynamicObject(19874, 705.11475, -2314.32813, 2007.68567, 0.00000, 0.00000, 0.00000);
  259. Cybercore_Mouse[4] = CreateDynamicObject(19874, 705.11255, -2313.32715, 2007.68567, 0.00000, 0.00000, 0.00000);
  260. Cybercore_Mouse[5] = CreateDynamicObject(19874, 705.13031, -2312.26611, 2007.68567, 0.00000, 0.00000, 0.00000);
  261. Cybercore_Mouse[6] = CreateDynamicObject(19874, 705.12817, -2311.16504, 2007.68567, 0.00000, 0.00000, 0.00000);
  262. Cybercore_Mouse[7] = CreateDynamicObject(19874, 705.15833, -2310.18359, 2007.68567, 0.00000, 0.00000, 0.00000);
  263. Cybercore_Mouse[8] = CreateDynamicObject(19874, 705.14728, -2309.08252, 2007.68567, 0.00000, 0.00000, 0.00000);
  264. Cybercore_Mouse[9] = CreateDynamicObject(19874, 701.18665, -2316.70947, 2007.68567, 0.00000, 0.00000, 180.00000);
  265. Cybercore_Mouse[10] = CreateDynamicObject(19874, 701.23779, -2315.66577, 2007.68567, 0.00000, 0.00000, 180.00000);
  266. Cybercore_Mouse[11] = CreateDynamicObject(19874, 701.22717, -2314.58496, 2007.68567, 0.00000, 0.00000, 180.00000);
  267. Cybercore_Mouse[12] = CreateDynamicObject(19874, 701.27185, -2313.54395, 2007.68567, 0.00000, 0.00000, 180.00000);
  268. Cybercore_Mouse[13] = CreateDynamicObject(19874, 701.23163, -2312.50366, 2007.68567, 0.00000, 0.00000, 180.00000);
  269. Cybercore_Mouse[14] = CreateDynamicObject(19874, 701.20306, -2311.52222, 2007.68567, 0.00000, 0.00000, 180.00000);
  270. Cybercore_Mouse[15] = CreateDynamicObject(19874, 701.21613, -2310.40186, 2007.68567, 0.00000, 0.00000, 180.00000);
  271. Cybercore_Mouse[16] = CreateDynamicObject(19874, 701.20544, -2309.37573, 2007.68567, 0.00000, 0.00000, 180.00000);
  272. Cybercore_Mouse[17] = CreateDynamicObject(19874, 701.13428, -2308.34814, 2007.68567, 0.00000, 0.00000, 180.00000);
  273. Cybercore_Mouse[18] = CreateDynamicObject(19874, 700.07495, -2309.18384, 2007.68567, 0.00000, 0.00000, 0.00000);
  274. Cybercore_Mouse[19] = CreateDynamicObject(19874, 700.07416, -2310.15283, 2007.68567, 0.00000, 0.00000, 0.00000);
  275. Cybercore_Mouse[20] = CreateDynamicObject(19874, 700.05823, -2311.15601, 2007.68567, 0.00000, 0.00000, 0.00000);
  276. Cybercore_Mouse[21] = CreateDynamicObject(19874, 700.02728, -2312.21753, 2007.68567, 0.00000, 0.00000, 0.00000);
  277. Cybercore_Mouse[22] = CreateDynamicObject(19874, 700.04803, -2313.27759, 2007.68567, 0.00000, 0.00000, 0.00000);
  278. Cybercore_Mouse[23] = CreateDynamicObject(19874, 700.01971, -2314.33765, 2007.68567, 0.00000, 0.00000, 0.00000);
  279. Cybercore_Mouse[24] = CreateDynamicObject(19874, 700.01135, -2315.39917, 2007.68567, 0.00000, 0.00000, 0.00000);
  280. Cybercore_Mouse[25] = CreateDynamicObject(19874, 700.03949, -2316.46118, 2007.68567, 0.00000, 0.00000, 0.00000);
  281. Cybercore_Mouse[26] = CreateDynamicObject(19874, 700.02087, -2317.46216, 2007.68567, 0.00000, 0.00000, 0.00000);
  282. Cybercore_Mouse[27] = CreateDynamicObject(19874, 704.1567, -2321.2959, 2007.6057, 0.00000, 0.00000, 0.00000);
  283. for(new i=0;i<28;i++)
  284. {
  285. SetDynamicObjectMaterial(Cybercore_Mouse[i], 0, 5712, "cemetint_law", "crypttv_law", 0x00000000);
  286. }
  287.  
  288. Cybercore_Chair[0] = CreateDynamicObject(1714, 703.97888, -2317.18774, 2006.79810, 0.00000, 0.00000, 90.00000);
  289. Cybercore_Chair[1] = CreateDynamicObject(1714, 703.97888, -2316.07056, 2006.79810, 0.00000, 0.00000, 90.00000);
  290. Cybercore_Chair[2] = CreateDynamicObject(1714, 703.97888, -2314.96973, 2006.79810, 0.00000, 0.00000, 90.00000);
  291. Cybercore_Chair[3] = CreateDynamicObject(1714, 703.97888, -2313.94897, 2006.79810, 0.00000, 0.00000, 90.00000);
  292. Cybercore_Chair[4] = CreateDynamicObject(1714, 703.97888, -2312.92920, 2006.79810, 0.00000, 0.00000, 90.00000);
  293. Cybercore_Chair[5] = CreateDynamicObject(1714, 703.97888, -2311.90796, 2006.79810, 0.00000, 0.00000, 90.00000);
  294. Cybercore_Chair[6] = CreateDynamicObject(1714, 703.97888, -2310.76660, 2006.79810, 0.00000, 0.00000, 90.00000);
  295. Cybercore_Chair[7] = CreateDynamicObject(1714, 703.97888, -2309.70581, 2006.79810, 0.00000, 0.00000, 90.00000);
  296. Cybercore_Chair[8] = CreateDynamicObject(1714, 703.97888, -2308.60498, 2006.79810, 0.00000, 0.00000, 90.00000);
  297. Cybercore_Chair[9] = CreateDynamicObject(1714, 702.42889, -2317.07324, 2006.79846, 0.00000, 0.00000, 270.00000);
  298. Cybercore_Chair[10] = CreateDynamicObject(1714, 702.42889, -2316.01270, 2006.79846, 0.00000, 0.00000, 270.00000);
  299. Cybercore_Chair[11] = CreateDynamicObject(1714, 702.42889, -2315.03247, 2006.79846, 0.00000, 0.00000, 270.00000);
  300. Cybercore_Chair[12] = CreateDynamicObject(1714, 702.42889, -2313.95337, 2006.79846, 0.00000, 0.00000, 270.00000);
  301. Cybercore_Chair[13] = CreateDynamicObject(1714, 702.42889, -2312.93335, 2006.79846, 0.00000, 0.00000, 270.00000);
  302. Cybercore_Chair[14] = CreateDynamicObject(1714, 702.42889, -2311.85376, 2006.79846, 0.00000, 0.00000, 270.00000);
  303. Cybercore_Chair[15] = CreateDynamicObject(1714, 702.42889, -2310.77441, 2006.79846, 0.00000, 0.00000, 270.00000);
  304. Cybercore_Chair[16] = CreateDynamicObject(1714, 702.42889, -2309.71143, 2006.79846, 0.00000, 0.00000, 270.00000);
  305. Cybercore_Chair[17] = CreateDynamicObject(1714, 702.42889, -2308.69019, 2006.79846, 0.00000, 0.00000, 270.00000);
  306. Cybercore_Chair[18] = CreateDynamicObject(1714, 698.90479, -2317.13965, 2006.79810, 0.00000, 0.00000, 90.48002);
  307. Cybercore_Chair[19] = CreateDynamicObject(1714, 698.90479, -2316.15796, 2006.79810, 0.00000, 0.00000, 90.48000);
  308. Cybercore_Chair[20] = CreateDynamicObject(1714, 698.90479, -2315.03369, 2006.79810, 0.00000, 0.00000, 90.48000);
  309. Cybercore_Chair[21] = CreateDynamicObject(1714, 698.90479, -2313.89307, 2006.79810, 0.00000, 0.00000, 90.48000);
  310. Cybercore_Chair[22] = CreateDynamicObject(1714, 698.90479, -2312.89282, 2006.79810, 0.00000, 0.00000, 90.48000);
  311. Cybercore_Chair[23] = CreateDynamicObject(1714, 698.90479, -2311.87207, 2006.79810, 0.00000, 0.00000, 90.48000);
  312. Cybercore_Chair[24] = CreateDynamicObject(1714, 698.90479, -2310.83154, 2006.79810, 0.00000, 0.00000, 90.48000);
  313. Cybercore_Chair[25] = CreateDynamicObject(1714, 698.90479, -2309.79077, 2006.79810, 0.00000, 0.00000, 90.48000);
  314. Cybercore_Chair[26] = CreateDynamicObject(1714, 698.90479, -2308.71069, 2006.79810, 0.00000, 0.00000, 90.48000);
  315. for(new i=0;i<27;i++)
  316. {
  317. SetDynamicObjectMaterial(Cybercore_Chair[i], 1, 10377, "cityhall_sfs", "ws_copart3", 0x00000000);
  318. }
  319.  
  320. Cybercore_Reception = CreateDynamicObject(2198, 703.92474, -2322.17725, 2006.79907, 0.00000, 0.00000, 90.00000);
  321. SetDynamicObjectMaterial(Cybercore_Reception, 1, 18031, "cj_exp", "chinosblue", 0x00000000);
  322. SetDynamicObjectMaterial(Cybercore_Reception, 2, 18996, "mattextures", "sampred", 0x00000000);
  323. SetDynamicObjectMaterial(Cybercore_Reception, 4, 18996, "mattextures", "sampblack", 0x00000000);
  324. SetDynamicObjectMaterial(Cybercore_Reception, 5, 19894, "laptopsamp1", "laptopscreen2", 0x00000000);
  325. SetDynamicObjectMaterial(Cybercore_Reception, 6, 19424, "headphones", "headphones02", 0x00000000);
  326.  
  327. Cybercore_PS4[0] = CreateDynamicObject(2028, 698.89661, -2301.49292, 2007.38293, 0.00000, 0.00000, 90.06000);
  328. Cybercore_PS4[1] = CreateDynamicObject(2028, 698.90967, -2297.57227, 2007.38293, 0.00000, 0.00000, 90.06000);
  329. SetDynamicObjectMaterialText(Cybercore_PS4[0], 3, "PS4 Console", 140, "Arial", 62, 1, -1, -16777216, 1);
  330. SetDynamicObjectMaterialText(Cybercore_PS4[1], 3, "PS4 Console", 140, "Arial", 62, 1, -1, -16777216, 1);
  331.  
  332. Cybercore_Door[0] = CreateDynamicObject(19437, 702.30341, -2322.68091, 2007.58875, 0.00000, 0.00000, 90.00000);
  333. Cybercore_Door[1] = CreateDynamicObject(19437, 700.70331, -2322.68115, 2007.58875, 0.00000, 0.00000, 90.00000);
  334. SetDynamicObjectMaterial(Cybercore_Door[0], 0, 18996, "mattextures", "sampwhite", 0x00000000);
  335. SetDynamicObjectMaterial(Cybercore_Door[1], 0, 18996, "mattextures", "sampwhite", 0x00000000);
  336. Cybercore_Door[2] = CreateDynamicObject(19089, 701.50903, -2322.56909, 2009.37085, 0.00000, 0.00000, 0.00000);
  337. Cybercore_Door[3] = CreateDynamicObject(19089, 699.88824, -2322.59082, 2009.37085, 0.00000, 0.00000, 0.00000);
  338. Cybercore_Door[4] = CreateDynamicObject(19089, 703.08972, -2322.58447, 2009.37085, 0.00000, 0.00000, 0.00000);
  339. Cybercore_Door[5] = CreateDynamicObject(19087, 702.33417, -2322.60254, 2009.35693, 0.00000, 90.00000, 0.00000);
  340. Cybercore_Door[6] = CreateDynamicObject(19087, 703.09442, -2322.59229, 2009.35693, 0.00000, 90.00000, 0.00000);
  341. SetDynamicObjectMaterial(Cybercore_Door[2], 0, 2361, "shopping_freezers", "white", 0xFFAE002C);
  342. SetDynamicObjectMaterial(Cybercore_Door[3], 0, 2361, "shopping_freezers", "white", 0xFFAE002C);
  343. SetDynamicObjectMaterial(Cybercore_Door[4], 0, 2361, "shopping_freezers", "white", 0xFFAE002C);
  344. SetDynamicObjectMaterial(Cybercore_Door[5], 0, 2361, "shopping_freezers", "white", 0xFFAE002C);
  345. SetDynamicObjectMaterial(Cybercore_Door[6], 0, 2361, "shopping_freezers", "white", 0xFFAE002C);
  346.  
  347. Cybercore_Light[0] = CreateDynamicObject(19425, 700.60571, -2316.06372, 2007.65710, 0.00000, 0.00000, 90.00000);
  348. Cybercore_Light[1] = CreateDynamicObject(19425, 700.60571, -2312.76123, 2007.65710, 0.00000, 0.00000, 90.00000);
  349. Cybercore_Light[2] = CreateDynamicObject(19425, 700.60571, -2309.78589, 2007.65710, 0.00000, 0.00000, 90.00000);
  350. Cybercore_Light[3] = CreateDynamicObject(19425, 705.68066, -2316.06006, 2007.65710, 0.00000, 0.00000, 90.00000);
  351. Cybercore_Light[4] = CreateDynamicObject(19425, 705.68073, -2312.76538, 2007.65710, 0.00000, 0.00000, 90.00000);
  352. Cybercore_Light[5] = CreateDynamicObject(19425, 705.68073, -2309.76489, 2007.65710, 0.00000, 0.00000, 90.00000);
  353. SetDynamicObjectMaterial(Cybercore_Light[0], 0, 19080, "laserpointer2", "laserbeam-2-64x64", 0x00000000);
  354. SetDynamicObjectMaterial(Cybercore_Light[1], 0, 19080, "laserpointer2", "laserbeam-2-64x64", 0x00000000);
  355. SetDynamicObjectMaterial(Cybercore_Light[2], 0, 19080, "laserpointer2", "laserbeam-2-64x64", 0x00000000);
  356. SetDynamicObjectMaterial(Cybercore_Light[3], 0, 19080, "laserpointer2", "laserbeam-2-64x64", 0x00000000);
  357. SetDynamicObjectMaterial(Cybercore_Light[4], 0, 19080, "laserpointer2", "laserbeam-2-64x64", 0x00000000);
  358. SetDynamicObjectMaterial(Cybercore_Light[5], 0, 19080, "laserpointer2", "laserbeam-2-64x64", 0x00000000);
  359.  
  360. Cybercore_Air[0] = CreateDynamicObject(2679, 705.23090, -2312.21484, 2009.41418, 90.00000, 90.00000, 90.00000);
  361. Cybercore_Air[1] = CreateDynamicObject(2679, 705.26654, -2312.23364, 2009.41418, -30.00000, 90.00000, 90.00000);
  362. Cybercore_Air[2] = CreateDynamicObject(2679, 704.94830, -2312.26074, 2010.06323, 90.00000, 90.00000, 90.00000);
  363. Cybercore_Air[3] = CreateDynamicObject(2679, 706.31342, -2310.89722, 2009.41724, 0.00000, 90.00000, 0.00000);
  364. Cybercore_Air[4] = CreateDynamicObject(2679, 706.35773, -2313.26489, 2009.41724, 0.00000, 90.00000, 0.00000);
  365. Cybercore_Air[5] = CreateDynamicObject(2679, 706.19617, -2313.26343, 2009.92725, 0.00000, 63.00000, 0.00000);
  366. Cybercore_Air[6] = CreateDynamicObject(2679, 706.17834, -2310.91626, 2009.92725, 0.00000, 63.00000, 0.00000);
  367. SetDynamicObjectMaterial(Cybercore_Air[0], 0, 18996, "mattextures", "sampblack", 0x00000000);
  368. SetDynamicObjectMaterial(Cybercore_Air[1], 0, 18996, "mattextures", "sampblack", 0x00000000);
  369. SetDynamicObjectMaterial(Cybercore_Air[2], 0, 18996, "mattextures", "sampblack", 0x00000000);
  370. SetDynamicObjectMaterial(Cybercore_Air[3], 0, 18996, "mattextures", "sampblack", 0x00000000);
  371. SetDynamicObjectMaterial(Cybercore_Air[4], 0, 18996, "mattextures", "sampblack", 0x00000000);
  372. SetDynamicObjectMaterial(Cybercore_Air[5], 0, 18996, "mattextures", "sampblack", 0x00000000);
  373. SetDynamicObjectMaterial(Cybercore_Air[6], 0, 18996, "mattextures", "sampblack", 0x00000000);
  374. SetDynamicObjectMaterial(Cybercore_Air[0], 1, 18996, "mattextures", "sampblack", 0x00000000);
  375. SetDynamicObjectMaterial(Cybercore_Air[1], 1, 18996, "mattextures", "sampblack", 0x00000000);
  376. SetDynamicObjectMaterial(Cybercore_Air[2], 1, 18996, "mattextures", "sampblack", 0x00000000);
  377. SetDynamicObjectMaterial(Cybercore_Air[3], 1, 18996, "mattextures", "sampblack", 0x00000000);
  378. SetDynamicObjectMaterial(Cybercore_Air[4], 2, 18996, "mattextures", "sampblack", 0x00000000);
  379. SetDynamicObjectMaterial(Cybercore_Air[5], 2, 18996, "mattextures", "sampblack", 0x00000000);
  380. SetDynamicObjectMaterial(Cybercore_Air[6], 1, 18996, "mattextures", "sampblack", 0x00000000);
  381. SetDynamicObjectMaterial(Cybercore_Air[5], 1, 18996, "mattextures", "sampblack", 0x00000000);
  382. SetDynamicObjectMaterial(Cybercore_Air[6], 1, 18996, "mattextures", "sampblack", 0x00000000);
  383. Cybercore_Air[7] = CreateDynamicObject(2679, 705.07532, -2312.23047, 2009.61426, 90.00000, 90.00000, 90.00000);
  384. SetDynamicObjectMaterial(Cybercore_Air[7], 0, 18996, "mattextures", "sampwhite", 0x00000000);
  385. SetDynamicObjectMaterial(Cybercore_Air[7], 1, 18996, "mattextures", "sampwhite", 0x00000000);
  386. SetDynamicObjectMaterial(Cybercore_Air[7], 2, 18996, "mattextures", "sampwhite", 0x00000000);
  387.  
  388. Cybercore_Picture[0] = CreateDynamicObject(2697, 705.50464, -2309.98511, 2009.14355, 0.00000, 0.00000, -90.00000);
  389. Cybercore_Picture[1] = CreateDynamicObject(2697, 698.4147, -2312.6929, 2009.1436, 0.00000, 0.00000, 90.00000);
  390. Cybercore_Picture[2] = CreateDynamicObject(2697, 705.48779, -2316.62061, 2009.14355, 0.00000, 0.00000, -90.00000);
  391. SetDynamicObjectMaterial(Cybercore_Picture[0], 0, 14787, "ab_sfgymbits02", "sign_cobra2", 0x00000000);
  392. SetDynamicObjectMaterial(Cybercore_Picture[1], 0, 14654, "ab_trukstpe", "bbar_sports1", 0x00000000);
  393. SetDynamicObjectMaterial(Cybercore_Picture[2], 0, 10023, "bigwhitesfe", "zombotech2", 0x00000000);
  394.  
  395. Cybercore_Picture[0] = CreateDynamicObject(2691, 698.41779, -2316.57275, 2009.19495, 0.00000, 0.00000, 90.00000);
  396. Cybercore_Picture[1] = CreateDynamicObject(2691, 705.50159, -2314.44385, 2009.19495, 0.00000, 0.00000, 270.00000);
  397. Cybercore_Picture[2] = CreateDynamicObject(2691, 702.48376, -2302.10376, 2009.19495, 0.00000, 0.00000, 270.00000);
  398. Cybercore_Picture[3] = CreateDynamicObject(2691, 698.42572, -2304.84668, 2009.19495, 0.00000, 0.00000, 90.00000);
  399. SetDynamicObjectMaterial(Cybercore_Picture[0], 0, 6354, "sunset03_law2", "billLA01", 0x00000000);
  400. SetDynamicObjectMaterial(Cybercore_Picture[1], 0, 2362, "rc_shop_figure", "CJ_RC_9", 0x00000000);
  401. SetDynamicObjectMaterial(Cybercore_Picture[2], 0, 14859, "gf1", "mp_apt1_pos2", 0x00000000);
  402. SetDynamicObjectMaterial(Cybercore_Picture[3], 0, 14859, "gf1", "mp_apt1_pos4", 0x00000000);
  403.  
  404. new Cybercore_Alienware1 = CreateObject(19805, 705.4898, -2318.5153, 2009.1895, 0.0000, 0.0000, 89.9948);
  405. SetObjectMaterialText(Cybercore_Alienware1, "…", 0, 60, "Webdings", 100, 0, -65536, 0, 1);
  406.  
  407. new Cybercore_Alienware3 = CreateObject(19353, 698.2577, -2310.4404, 2009.1492, 0.0000, 0.0000, 0.0147);
  408. SetObjectMaterialText(Cybercore_Alienware3, "…", 0, 100, "Webdings", 80, 0, -65536, 0, 1);
  409.  
  410. new Cybercore_Text1 = CreateObject(19805, 703.4595, -2321.6437, 2007.5898, 0.0000, 0.0000, -90.1878);
  411. SetObjectMaterialText(Cybercore_Text1, "2.000 SAD/1 Tieng", 0, 130, "Arial", 48, 1, -65536, 0, 1);
  412.  
  413. new Cybercore_Text2 = CreateObject(19805, 703.4352, -2321.7045, 2007.2294, 0.0000, 0.0000, -89.9877);
  414. SetObjectMaterialText(Cybercore_Text2, "MIEN THIEU", 0, 130, "Arial", 48, 1, -65536, 0, 1);
  415.  
  416. new Cybercore_Text3 = CreateObject(19863, 705.5391, -2318.0297, 2011.2203, 0.0000, 0.0000, -89.9743);
  417. SetObjectMaterialText(Cybercore_Text3, "CYBERCORE", 0, 140, "Arial", 72, 1, -1, 0, 1);
  418.  
  419. new Cybercore_Text4 = CreateObject(19863, 700.3673, -2306.6643, 2011.2204, 0.0000, 0.0000, 0.1297);
  420. SetObjectMaterialText(Cybercore_Text4, "CYBERCORE", 0, 140, "Arial", 68, 1, -1, 0, 1);
  421.  
  422. CreateDynamicObject(18648, 701.96509, -2314.18677, 2011.63464, 0.00000, 0.00000, 89.82002);
  423. CreateDynamicObject(19808, 705.11536, -2317.14282, 2007.67749, 0.00000, 0.00000, -90.00000);
  424. CreateDynamicObject(19808, 705.12683, -2316.10229, 2007.67749, 0.00000, 0.00000, -90.00000);
  425. CreateDynamicObject(19808, 705.13666, -2315.00146, 2007.67749, 0.00000, 0.00000, -90.00000);
  426. CreateDynamicObject(19808, 705.12598, -2313.94116, 2007.67749, 0.00000, 0.00000, -90.00000);
  427. CreateDynamicObject(19808, 705.15509, -2312.94043, 2007.67749, 0.00000, 0.00000, -90.00000);
  428. CreateDynamicObject(19808, 705.14478, -2311.87964, 2007.67749, 0.00000, 0.00000, -90.00000);
  429. CreateDynamicObject(19808, 705.13202, -2310.77905, 2007.67749, 0.00000, 0.00000, -90.00000);
  430. CreateDynamicObject(19808, 705.15833, -2309.76099, 2007.67749, 0.00000, 0.00000, -90.00000);
  431. CreateDynamicObject(19808, 705.18799, -2308.67993, 2007.67749, 0.00000, 0.00000, -90.00000);
  432. CreateDynamicObject(19422, 705.35193, -2316.95898, 2007.69751, 0.00000, 0.00000, -60.96000);
  433. CreateDynamicObject(19422, 705.35645, -2316.19385, 2007.69751, 0.00000, 0.00000, -145.25998);
  434. CreateDynamicObject(19422, 705.30835, -2315.26123, 2007.69751, 0.00000, 0.00000, -74.75998);
  435. CreateDynamicObject(19422, 705.32599, -2313.93384, 2007.69751, 0.00000, 0.00000, -92.03998);
  436. CreateDynamicObject(19422, 705.44324, -2312.80005, 2007.69751, 0.00000, 0.00000, -227.99994);
  437. CreateDynamicObject(19422, 705.35419, -2311.54492, 2007.69751, 0.00000, 0.00000, -163.79994);
  438. CreateDynamicObject(19422, 705.29199, -2310.97998, 2007.69751, 0.00000, 0.00000, -115.97993);
  439. CreateDynamicObject(19422, 705.33588, -2309.43994, 2007.69751, 0.00000, 0.00000, -115.97993);
  440. CreateDynamicObject(19422, 705.36725, -2308.69971, 2007.69751, 0.00000, 0.00000, -71.09995);
  441. CreateDynamicObject(19184, 705.51532, -2317.15479, 2007.80444, 0.00000, 90.00000, 0.00000);
  442. CreateDynamicObject(19184, 705.51532, -2316.05127, 2007.80444, 0.00000, 90.00000, 0.00000);
  443. CreateDynamicObject(19184, 705.51532, -2315.01099, 2007.80444, 0.00000, 90.00000, 0.00000);
  444. CreateDynamicObject(19184, 705.51532, -2313.94995, 2007.80444, 0.00000, 90.00000, 0.00000);
  445. CreateDynamicObject(19184, 705.51532, -2312.91016, 2007.80444, 0.00000, 90.00000, 0.00000);
  446. CreateDynamicObject(19184, 705.51532, -2311.84937, 2007.80444, 0.00000, 90.00000, 0.00000);
  447. CreateDynamicObject(19184, 705.51532, -2310.78833, 2007.80444, 0.00000, 90.00000, 0.00000);
  448. CreateDynamicObject(19184, 705.51532, -2309.70801, 2007.80444, 0.00000, 90.00000, 0.00000);
  449. CreateDynamicObject(19184, 705.51532, -2308.66675, 2007.80444, 0.00000, 90.00000, 0.00000);
  450. CreateDynamicObject(19808, 701.20294, -2317.14160, 2007.67749, 0.00000, 0.00000, 90.00000);
  451. CreateDynamicObject(19808, 701.27863, -2316.08105, 2007.67749, 0.00000, 0.00000, 90.00000);
  452. CreateDynamicObject(19808, 701.27417, -2315.02051, 2007.67749, 0.00000, 0.00000, 90.00000);
  453. CreateDynamicObject(19808, 701.28992, -2313.97949, 2007.67749, 0.00000, 0.00000, 90.00000);
  454. CreateDynamicObject(19808, 701.26526, -2312.89868, 2007.67749, 0.00000, 0.00000, 90.00000);
  455. CreateDynamicObject(19808, 701.22101, -2311.91772, 2007.67749, 0.00000, 0.00000, 90.00000);
  456. CreateDynamicObject(19808, 701.25641, -2310.79761, 2007.67749, 0.00000, 0.00000, 90.00000);
  457. CreateDynamicObject(19808, 701.23199, -2309.73657, 2007.67749, 0.00000, 0.00000, 90.00000);
  458. CreateDynamicObject(19808, 701.26782, -2308.75562, 2007.67749, 0.00000, 0.00000, 90.00000);
  459. CreateDynamicObject(19808, 700.07257, -2308.78442, 2007.67749, 0.00000, 0.00000, -90.00000);
  460. CreateDynamicObject(19808, 700.06879, -2309.74805, 2007.67749, 0.00000, 0.00000, -90.00000);
  461. CreateDynamicObject(19808, 700.06732, -2310.74902, 2007.67749, 0.00000, 0.00000, -90.00000);
  462. CreateDynamicObject(19808, 700.02869, -2311.83130, 2007.67749, 0.00000, 0.00000, -90.00000);
  463. CreateDynamicObject(19808, 700.04865, -2312.87183, 2007.67749, 0.00000, 0.00000, -90.00000);
  464. CreateDynamicObject(19808, 700.00964, -2313.93457, 2007.67749, 0.00000, 0.00000, -90.00000);
  465. CreateDynamicObject(19808, 700.00690, -2315.01514, 2007.67749, 0.00000, 0.00000, -90.00000);
  466. CreateDynamicObject(19808, 700.00409, -2316.07568, 2007.67749, 0.00000, 0.00000, -90.00000);
  467. CreateDynamicObject(19808, 700.02173, -2317.07324, 2007.67749, 0.00000, 0.00000, -90.00000);
  468. CreateDynamicObject(19422, 700.25427, -2317.16992, 2007.69751, 0.00000, 0.00000, -78.41998);
  469. CreateDynamicObject(19422, 700.87372, -2317.10474, 2007.69751, 0.00000, 0.00000, -3.77999);
  470. CreateDynamicObject(19422, 700.94537, -2316.10303, 2007.69751, 0.00000, 0.00000, -30.47998);
  471. CreateDynamicObject(19422, 700.22479, -2316.04932, 2007.69751, 0.00000, 0.00000, -117.66000);
  472. CreateDynamicObject(19422, 700.26477, -2315.04834, 2007.69751, 0.00000, 0.00000, -117.66000);
  473. CreateDynamicObject(19422, 700.94495, -2315.06836, 2007.69751, 0.00000, 0.00000, 50.76001);
  474. CreateDynamicObject(19422, 700.93665, -2314.08618, 2007.69751, 0.00000, 0.00000, 123.78001);
  475. CreateDynamicObject(19422, 700.29669, -2313.86597, 2007.69751, 0.00000, 0.00000, 223.50005);
  476. CreateDynamicObject(19422, 700.25385, -2312.96655, 2007.69751, 0.00000, 0.00000, 316.14001);
  477. CreateDynamicObject(19422, 700.94934, -2312.85254, 2007.69751, 0.00000, 0.00000, 423.54001);
  478. CreateDynamicObject(19422, 701.00421, -2311.91235, 2007.69751, 0.00000, 0.00000, 481.44006);
  479. CreateDynamicObject(19422, 700.26440, -2311.88110, 2007.69751, 0.00000, 0.00000, 561.11987);
  480. CreateDynamicObject(19422, 700.28442, -2310.69019, 2007.69751, 0.00000, 0.00000, 583.31982);
  481. CreateDynamicObject(19422, 700.98938, -2310.77612, 2007.69751, 0.00000, 0.00000, 452.09985);
  482. CreateDynamicObject(19422, 700.97644, -2309.67578, 2007.69751, 0.00000, 0.00000, 541.55994);
  483. CreateDynamicObject(19422, 700.31824, -2309.72803, 2007.69751, 0.00000, 0.00000, 682.61993);
  484. CreateDynamicObject(19422, 700.33380, -2308.80640, 2007.69751, 0.00000, 0.00000, 615.84009);
  485. CreateDynamicObject(19422, 700.98920, -2308.69409, 2007.69751, 0.00000, 0.00000, 523.38013);
  486. CreateDynamicObject(19184, 700.74121, -2317.14380, 2007.80444, 0.00000, 90.00000, 0.00000);
  487. CreateDynamicObject(19184, 700.74121, -2316.04272, 2007.80444, 0.00000, 90.00000, 0.00000);
  488. CreateDynamicObject(19184, 700.74121, -2315.04102, 2007.80444, 0.00000, 90.00000, 0.00000);
  489. CreateDynamicObject(19184, 700.74121, -2313.98022, 2007.80444, 0.00000, 90.00000, 0.00000);
  490. CreateDynamicObject(19184, 700.74121, -2312.89819, 2007.80444, 0.00000, 90.00000, 0.00000);
  491. CreateDynamicObject(19184, 700.74121, -2311.81714, 2007.80444, 0.00000, 90.00000, 0.00000);
  492. CreateDynamicObject(19184, 700.74121, -2310.77539, 2007.80444, 0.00000, 90.00000, 0.00000);
  493. CreateDynamicObject(19184, 700.74121, -2309.71240, 2007.80444, 0.00000, 90.00000, 0.00000);
  494. CreateDynamicObject(19184, 700.74121, -2308.65137, 2007.80444, 0.00000, 90.00000, 0.00000);
  495. CreateDynamicObject(19184, 700.52783, -2317.17188, 2007.80444, 0.00000, 90.00000, 0.00000);
  496. CreateDynamicObject(19184, 700.52777, -2316.03003, 2007.80444, 0.00000, 90.00000, 0.00000);
  497. CreateDynamicObject(19184, 700.52777, -2315.00732, 2007.80444, 0.00000, 90.00000, 0.00000);
  498. CreateDynamicObject(19184, 700.52777, -2313.96606, 2007.80444, 0.00000, 90.00000, 0.00000);
  499. CreateDynamicObject(19184, 700.52777, -2312.92480, 2007.80444, 0.00000, 90.00000, 0.00000);
  500. CreateDynamicObject(19184, 700.52777, -2311.86304, 2007.80444, 0.00000, 90.00000, 0.00000);
  501. CreateDynamicObject(19184, 700.52777, -2310.82129, 2007.80444, 0.00000, 90.00000, 0.00000);
  502. CreateDynamicObject(19184, 700.52777, -2309.73950, 2007.80444, 0.00000, 90.00000, 0.00000);
  503. CreateDynamicObject(19184, 700.52777, -2308.67822, 2007.80444, 0.00000, 90.00000, 0.00000);
  504. CreateDynamicObject(19835, 705.32861, -2316.65405, 2007.77795, 0.00000, 0.00000, 0.00000);
  505. CreateDynamicObject(19835, 705.27869, -2315.56006, 2007.77795, 0.00000, 0.00000, 0.00000);
  506. CreateDynamicObject(19835, 705.42700, -2312.33984, 2007.77795, 0.00000, 0.00000, 0.00000);
  507. CreateDynamicObject(19835, 705.39209, -2309.14307, 2007.77795, 0.00000, 0.00000, 0.00000);
  508. CreateDynamicObject(19570, 700.92725, -2316.54395, 2007.67712, 0.00000, 0.00000, 0.00000);
  509. CreateDynamicObject(19835, 700.91595, -2313.44287, 2007.77795, 0.00000, 0.00000, 0.00000);
  510. CreateDynamicObject(19835, 700.90417, -2311.24121, 2007.77795, 0.00000, 0.00000, 0.00000);
  511. CreateDynamicObject(19835, 700.33911, -2312.45850, 2007.77795, 0.00000, 0.00000, 0.00000);
  512. CreateDynamicObject(19835, 700.41138, -2310.30737, 2007.77795, 0.00000, 0.00000, 0.00000);
  513. CreateDynamicObject(1502, 704.19891, -2306.57227, 2006.79858, 0.00000, 0.00000, 180.00000);
  514. CreateDynamicObject(1502, 702.58777, -2304.25049, 2006.79858, 0.00000, 0.00000, 270.00000);
  515. CreateDynamicObject(2311, 698.82684, -2296.79370, 2006.79834, 0.00000, 0.00000, -90.00000);
  516. CreateDynamicObject(2311, 698.81653, -2300.78442, 2006.79834, 0.00000, 0.00000, -90.00000);
  517. CreateDynamicObject(2027, 699.56573, -2305.67383, 2007.30310, 0.00000, 0.00000, 0.00000);
  518. CreateDynamicObject(1727, 701.30756, -2301.79272, 2006.79810, 0.00000, 0.00000, -94.02001);
  519. CreateDynamicObject(1727, 700.88867, -2300.26294, 2006.79810, 0.00000, 0.00000, -71.88002);
  520. CreateDynamicObject(1727, 701.25104, -2297.98950, 2006.79810, 0.00000, 0.00000, -94.26004);
  521. CreateDynamicObject(1727, 701.10474, -2296.46313, 2006.79810, 0.00000, 0.00000, -76.98005);
  522. CreateDynamicObject(1302, 698.93085, -2322.32666, 2006.79736, 0.00000, 0.00000, 180.00000);
  523. CreateDynamicObject(19311, 701.51660, -2322.64917, 2009.35156, 0.00000, 90.00000, 90.00000);
  524. CreateDynamicObject(2788, 705.2644, -2321.5398, 2007.4043, 0.00000, 0.00000, 0.00000);
  525. CreateDynamicObject(19808, 704.15430, -2321.78809, 2007.58557, 0.00000, 0.00000, 93.95999);
  526. CreateDynamicObject(2293, 705.03412, -2319.31836, 2006.79834, 0.00000, 0.00000, 0.00000);
  527. CreateDynamicObject(2541, 698.82550, -2320.25488, 2007.58850, 0.00000, 0.00000, 90.00000);
  528. CreateDynamicObject(1778, 698.28784, -2320.91187, 2006.80139, 0.00000, 0.00000, 87.72000);
  529. CreateDynamicObject(1789, 698.64691, -2319.29688, 2007.31787, 0.00000, 0.00000, 90.36000);
  530. CreateDynamicObject(1840, 704.12000, -2321.16406, 2006.81531, 0.00000, 0.00000, 180.89999);
  531. CreateDynamicObject(1840, 704.07642, -2321.70703, 2006.81531, 0.00000, 0.00000, 180.89999);
  532. CreateDynamicObject(1736, 701.53552, -2322.27612, 2009.82654, 0.00000, 0.00000, 180.00000);
  533. CreateDynamicObject(2812, 699.59344, -2305.88550, 2007.52637, 0.00000, 0.00000, 176.69995);
  534. CreateDynamicObject(2227, 698.43079, -2302.70874, 2006.47388, 0.00000, 0.00000, 90.00000);
  535. CreateDynamicObject(2227, 698.51874, -2298.72729, 2006.47388, 0.00000, 0.00000, 90.00000);
  536. CreateDynamicObject(19848, 705.84271, -2322.88647, 2009.39404, 0.00000, 0.00000, 0.00000);
  537. CreateDynamicObject(19616, 705.26794, -2321.30078, 2009.77295, 0.00000, 90.00000, 270.00000);
  538. CreateDynamicObject(11737, 701.49811, -2322.11011, 2006.79834, 0.00000, 0.00000, 180.00000);
  539. CreateDynamicObject(11713, 704.77820, -2306.65967, 2008.29810, 0.00000, 0.00000, -90.00000);
  540. CreateDynamicObject(11713, 703.55084, -2322.58008, 2008.70410, 0.00000, 0.00000, 90.00000);
  541. CreateDynamicObject(1506, 705.56897, -2303.93408, 2006.71655, 0.00000, 0.00000, 90.00000);
  542. CreateDynamicObject(1789, 703.03693, -2303.06763, 2007.31787, 0.00000, 0.00000, 90.36000);
  543. CreateDynamicObject(927, 705.56464, -2321.91431, 2008.94055, 0.00000, 0.00000, 90.00000);
  544. CreateDynamicObject(19325, 699.28876, -2306.55054, 2008.30432, 0.00000, 0.00000, -90.00000);
  545. CreateDynamicObject(19827, 703.26050, -2322.59106, 2007.96692, 0.00000, 0.00000, 180.00000);
  546. CreateDynamicObject(19827, 704.29309, -2306.66895, 2008.55078, 0.00000, 0.00000, 0.00000);
  547. CreateDynamicObject(19827, 702.53210, -2305.94653, 2008.35388, 0.00000, 0.00000, -90.00000);
  548. CreateDynamicObject(19827, 705.52844, -2304.09399, 2008.53809, 0.00000, 0.00000, -90.00000);
  549. CreateDynamicObject(18075, 701.93329, -2312.23657, 2010.35571, 0.00000, 0.00000, 0.00000);
  550. CreateDynamicObject(18075, 702.89886, -2298.91479, 2010.35571, 0.00000, 0.00000, 0.00000);
  551. return 1;
  552. }
Advertisement
Add Comment
Please, Sign In to add comment