Advertisement
Guest User

loled

a guest
Nov 4th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.56 KB | None | 0 0
  1. /**************************************************************************/
  2. // SAP Request Class
  3. /*************************************************************************/
  4. /**************************************************************************/
  5. // Version 1.2 | Build 2
  6. /*************************************************************************/
  7. /**
  8. * Copyright (c) 2015-2016 San Andreas Playground
  9. *
  10. * This program is free software: you can redistribute it and/or modify it under the terms of the
  11. * GNU General Public License as published by the Free Software Foundation, either version 3 of the
  12. * License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
  15. * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. * General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License along with this program.
  19. * If not, see <http://www.gnu.org/licenses/>.
  20. */
  21.  
  22. /*AUTHOR ********************
  23. @Yaa - SA-MP Lead Scripter
  24. ***************************/
  25.  
  26. #include <a_samp>
  27. #include <zcmd>
  28.  
  29. #define COLOR_GREY 0xAFAFAFAA
  30. #define COLOR_GREEN 0x33AA33AA
  31. #define COLOR_RED 0xE01B4CFF
  32. #define COLOR_YELLOW 0xFFFF00AA
  33. #define COLOR_WHITE 0xFFFFFFAA
  34. #define COLOR_BLUE 0x0000BBAA
  35. #define COLOR_ORANGE 0xFF9900AA
  36.  
  37. #define SCM SendClientMessage
  38. #define SERVER_NAME "-" // Server Name
  39. #define SERVER_FORUM "-" // Server Forum
  40. #define SERVER_WEBSITE "-" // Server Website
  41. #define SAMP_TYPE "-" // You Server Type
  42.  
  43. new Text:RText[13];
  44.  
  45. public OnPlayerSpawn(playerid) return TRHide(playerid);
  46.  
  47. public OnPlayerConnect(playerid) return RemoveObjects(playerid);
  48. public OnFilterScriptInit()
  49. {
  50. SetTimer("SAPann",80000,1);
  51. print("----------------------------------------");
  52. print(" SAN ANDREAS PLAYGROUND ");
  53. print("----------------------------------------");
  54. print("----------------------------------------");
  55. print(" VERSION : 1.2 ");
  56. print("----------------------------------------");
  57. print("----------------------------------------");
  58. print(" REQUEST CLASS - PART ");
  59. print("----------------------------------------");
  60. TRLoad();
  61. ObjectsLoad();
  62. return 1;
  63. }
  64.  
  65. public OnFilterScriptExit() return 1;
  66.  
  67. public OnPlayerRequestClass(playerid, classid)
  68. {
  69. SetPlayerPos(playerid, -1634.218872, 1318.792114, 11.679484);
  70. SetPlayerFacingAngle(playerid, 312.969665);
  71.  
  72. InterpolateCameraPos(playerid, -1588.194946, 1348.114135, 35.142406, -1634.218872 + (5 * floatsin(-312.969665, degrees)), 1318.792114 + (5 * floatcos(-312.969665, degrees)), 11.679484, 3000);
  73. InterpolateCameraLookAt(playerid, -1588.194946, 1348.114135, 35.142406, -1634.218872, 1318.792114, 11.679484, 2000);
  74.  
  75. SetPlayerAttachedObject( playerid, 1, 19270, 5, 0.118957, 0.048861, -0.017178, 67.190078, 288.352386, 0.000000, 0.000000, 0.000000, 1.000000 );
  76. SetPlayerAttachedObject( playerid, 2, 19270, 6, 0.118957, 0.037811, 0.022248, 93.706535, 288.517608, 0.000000, 0.000000, 0.000000, 1.000000 );
  77. SetPlayerAttachedObject( playerid, 3, 19270, 9, 0.118957, 0.037811, 0.022248, 93.706535, 288.517608, 0.000000, 0.000000, 0.000000, 1.000000 );
  78. SetPlayerAttachedObject( playerid, 4, 19270, 10, 0.118957, 0.037811, 0.022248, 93.706535, 288.517608, 0.000000, 0.000000, 0.000000, 1.000000 );
  79.  
  80. SetPlayerSpecialAction( playerid, 5 );
  81.  
  82. TextDrawShowForPlayer(playerid, RText[0]);
  83. TextDrawShowForPlayer(playerid, RText[1]);
  84. TextDrawShowForPlayer(playerid, RText[2]);
  85. TextDrawShowForPlayer(playerid, RText[3]);
  86. TextDrawShowForPlayer(playerid, RText[4]);
  87. TextDrawShowForPlayer(playerid, RText[5]);
  88. TextDrawShowForPlayer(playerid, RText[6]);
  89. TextDrawShowForPlayer(playerid, RText[7]);
  90. TextDrawShowForPlayer(playerid, RText[8]);
  91. TextDrawShowForPlayer(playerid, RText[9]);
  92. TextDrawShowForPlayer(playerid, RText[10]);
  93. TextDrawShowForPlayer(playerid, RText[11]);
  94. TextDrawShowForPlayer(playerid, RText[12]);
  95.  
  96. return 1;
  97. }
  98. forward SAPann();
  99.  
  100. new automessage[][] =
  101. {
  102. " {00FF40}Cleo Mods and Hacking Not Allowed",
  103. " {00FF40}Racist and Flamming Not Allowed !!",
  104. " {00FF40}VIP MemberShip : Donate or Won a Event include it",
  105. " {00FF40}Don't Beg For Money , Make it u self",
  106. " {00FF40}For More information use /cmds",
  107. " {00FF40}Please NO CAPS!! We can see u message",
  108. " {00FF40}Spamming and insulting NOT ALLOWED !!",
  109. " {00FF40}Wanna a Custom Place for a house in our server !? Pm an Management Connected"
  110. };
  111.  
  112. public SAPann()
  113. {
  114. SendClientMessageToAll(COLOR_RED, "-------------------------------------------------------------");
  115. SendClientMessageToAll(COLOR_YELLOW, automessage[random(sizeof(automessage))]);
  116. SendClientMessageToAll(COLOR_RED, "-------------------------------------------------------------");
  117. return 1;
  118. }
  119.  
  120. CMD:announce(playerid, params[])
  121. {
  122. if(!IsPlayerAdmin(playerid)) return SCM(playerid, COLOR_RED, "Error You are not an Administrator");
  123. else
  124. {
  125. new string[200];
  126. SendClientMessageToAll(COLOR_RED, "-------------------------------------------------------------");
  127. format(string, sizeof(string), " {00FF40}%s ", params);
  128. SendClientMessageToAll(COLOR_YELLOW, string);
  129. SendClientMessageToAll(COLOR_RED, "-------------------------------------------------------------");
  130. }
  131. return 1;
  132. }
  133. CMD:adminannounce(playerid, params[])
  134. {
  135. if(!IsPlayerAdmin(playerid)) return SCM(playerid, COLOR_RED, "Error You are not an Administrator");
  136. else
  137. {
  138. new string[200];
  139. for(new i = 0; i < 50; i++) SendClientMessage(playerid, COLOR_WHITE,"");
  140. SendClientMessageToAll(COLOR_RED, "-------------------------------------------------------------");
  141. SendClientMessageToAll(COLOR_RED, " Announce By An Administrator ");
  142. SendClientMessageToAll(COLOR_RED, "-------------------------------------------------------------");
  143. format(string, sizeof(string), " {00FF40}%s ", params);
  144. SendClientMessageToAll(COLOR_YELLOW, string);
  145. SendClientMessageToAll(COLOR_RED, "-------------------------------------------------------------");
  146. }
  147. return 1;
  148. }
  149.  
  150. stock TRHide(playerid)
  151. {
  152. TextDrawHideForPlayer(playerid, RText[0]);
  153. TextDrawHideForPlayer(playerid, RText[1]);
  154. TextDrawHideForPlayer(playerid, RText[2]);
  155. TextDrawHideForPlayer(playerid, RText[3]);
  156. TextDrawHideForPlayer(playerid, RText[4]);
  157. TextDrawHideForPlayer(playerid, RText[5]);
  158. TextDrawHideForPlayer(playerid, RText[6]);
  159. TextDrawHideForPlayer(playerid, RText[7]);
  160. TextDrawHideForPlayer(playerid, RText[8]);
  161. TextDrawHideForPlayer(playerid, RText[9]);
  162. TextDrawHideForPlayer(playerid, RText[10]);
  163. TextDrawHideForPlayer(playerid, RText[11]);
  164. TextDrawHideForPlayer(playerid, RText[12]);
  165. return 1;
  166. }
  167.  
  168. stock TRLoad()
  169. {
  170. RText[0] = TextDrawCreate(650.000000, 0.000000, ".");
  171. TextDrawBackgroundColor(RText[0], 255);
  172. TextDrawFont(RText[0], 1);
  173. TextDrawLetterSize(RText[0], 1.279999, 50.299995);
  174. TextDrawColor(RText[0], -1);
  175. TextDrawSetOutline(RText[0], 0);
  176. TextDrawSetProportional(RText[0], 1);
  177. TextDrawSetShadow(RText[0], 1);
  178. TextDrawUseBox(RText[0], 1);
  179. TextDrawBoxColor(RText[0], 255);
  180. TextDrawTextSize(RText[0], 462.000000, 94.000000);
  181. TextDrawSetSelectable(RText[0], 0);
  182.  
  183. RText[1] = TextDrawCreate(471.000000, 12.000000, SERVER_NAME);
  184. TextDrawBackgroundColor(RText[1], 255);
  185. TextDrawFont(RText[1], 1);
  186. TextDrawLetterSize(RText[1], 0.420000, 2.200000);
  187. TextDrawColor(RText[1], 16777215);
  188. TextDrawSetOutline(RText[1], 0);
  189. TextDrawSetProportional(RText[1], 1);
  190. TextDrawSetShadow(RText[1], 1);
  191. TextDrawSetSelectable(RText[1], 0);
  192.  
  193. RText[2] = TextDrawCreate(463.000000, 50.000000, "----------------------------------");
  194. TextDrawBackgroundColor(RText[2], 255);
  195. TextDrawFont(RText[2], 1);
  196. TextDrawLetterSize(RText[2], 0.500000, 1.000000);
  197. TextDrawColor(RText[2], 16711935);
  198. TextDrawSetOutline(RText[2], 0);
  199. TextDrawSetProportional(RText[2], 1);
  200. TextDrawSetShadow(RText[2], 1);
  201. TextDrawSetSelectable(RText[2], 0);
  202.  
  203. RText[3] = TextDrawCreate(474.000000, 69.000000, "Welcome To The Best of "SAMP_TYPE"");
  204. TextDrawBackgroundColor(RText[3], 255);
  205. TextDrawFont(RText[3], 1);
  206. TextDrawLetterSize(RText[3], 0.280000, 1.400000);
  207. TextDrawColor(RText[3], -1);
  208. TextDrawSetOutline(RText[3], 0);
  209. TextDrawSetProportional(RText[3], 1);
  210. TextDrawSetShadow(RText[3], 1);
  211. TextDrawSetSelectable(RText[3], 0);
  212.  
  213. RText[4] = TextDrawCreate(463.000000, 90.000000, "---------------------------------------");
  214. TextDrawBackgroundColor(RText[4], 255);
  215. TextDrawFont(RText[4], 1);
  216. TextDrawLetterSize(RText[4], 0.500000, 1.000000);
  217. TextDrawColor(RText[4], 16711935);
  218. TextDrawSetOutline(RText[4], 0);
  219. TextDrawSetProportional(RText[4], 1);
  220. TextDrawSetShadow(RText[4], 1);
  221. TextDrawSetSelectable(RText[4], 0);
  222.  
  223. RText[5] = TextDrawCreate(473.000000, 129.000000, "Forum :");
  224. TextDrawBackgroundColor(RText[5], 255);
  225. TextDrawFont(RText[5], 0);
  226. TextDrawLetterSize(RText[5], 0.659999, 2.000001);
  227. TextDrawColor(RText[5], -1);
  228. TextDrawSetOutline(RText[5], 0);
  229. TextDrawSetProportional(RText[5], 1);
  230. TextDrawSetShadow(RText[5], 1);
  231. TextDrawSetSelectable(RText[5], 0);
  232.  
  233. RText[6] = TextDrawCreate(481.000000, 173.000000, SERVER_FORUM);
  234. TextDrawBackgroundColor(RText[6], 255);
  235. TextDrawFont(RText[6], 1);
  236. TextDrawLetterSize(RText[6], 0.380000, 1.899999);
  237. TextDrawColor(RText[6], -1);
  238. TextDrawSetOutline(RText[6], 0);
  239. TextDrawSetProportional(RText[6], 1);
  240. TextDrawSetShadow(RText[6], 1);
  241. TextDrawSetSelectable(RText[6], 0);
  242.  
  243. RText[7] = TextDrawCreate(475.000000, 226.000000, "Website :");
  244. TextDrawBackgroundColor(RText[7], 255);
  245. TextDrawFont(RText[7], 0);
  246. TextDrawLetterSize(RText[7], 0.530000, 2.000000);
  247. TextDrawColor(RText[7], -1);
  248. TextDrawSetOutline(RText[7], 0);
  249. TextDrawSetProportional(RText[7], 1);
  250. TextDrawSetShadow(RText[7], 1);
  251. TextDrawSetSelectable(RText[7], 0);
  252.  
  253. RText[8] = TextDrawCreate(481.000000, 271.000000, SERVER_WEBSITE);
  254. TextDrawBackgroundColor(RText[8], 255);
  255. TextDrawFont(RText[8], 1);
  256. TextDrawLetterSize(RText[8], 0.500000, 2.000000);
  257. TextDrawColor(RText[8], -1);
  258. TextDrawSetOutline(RText[8], 0);
  259. TextDrawSetProportional(RText[8], 1);
  260. TextDrawSetShadow(RText[8], 1);
  261. TextDrawSetSelectable(RText[8], 0);
  262.  
  263. RText[9] = TextDrawCreate(470.000000, 320.000000, "For see Commands use /cmds");
  264. TextDrawBackgroundColor(RText[9], 255);
  265. TextDrawFont(RText[9], 1);
  266. TextDrawLetterSize(RText[9], 0.349999, 2.399999);
  267. TextDrawColor(RText[9], -16776961);
  268. TextDrawSetOutline(RText[9], 0);
  269. TextDrawSetProportional(RText[9], 1);
  270. TextDrawSetShadow(RText[9], 1);
  271. TextDrawSetSelectable(RText[9], 0);
  272.  
  273. RText[10] = TextDrawCreate(463.000000, 366.000000, "--------------------------------------------");
  274. TextDrawBackgroundColor(RText[10], 255);
  275. TextDrawFont(RText[10], 1);
  276. TextDrawLetterSize(RText[10], 0.500000, 1.000000);
  277. TextDrawColor(RText[10], 16711935);
  278. TextDrawSetOutline(RText[10], 0);
  279. TextDrawSetProportional(RText[10], 1);
  280. TextDrawSetShadow(RText[10], 1);
  281. TextDrawSetSelectable(RText[10], 0);
  282.  
  283. RText[11] = TextDrawCreate(470.000000, 380.000000, "Enjoy !!");
  284. TextDrawBackgroundColor(RText[11], 255);
  285. TextDrawFont(RText[11], 0);
  286. TextDrawLetterSize(RText[11], 0.750000, 2.200001);
  287. TextDrawColor(RText[11], 16777215);
  288. TextDrawSetOutline(RText[11], 0);
  289. TextDrawSetProportional(RText[11], 1);
  290. TextDrawSetShadow(RText[11], 1);
  291. TextDrawSetSelectable(RText[11], 0);
  292.  
  293. RText[12] = TextDrawCreate(477.000000, 411.000000, ""SERVER_NAME" Management");
  294. TextDrawBackgroundColor(RText[12], 255);
  295. TextDrawFont(RText[12], 0);
  296. TextDrawLetterSize(RText[12], 0.500000, 2.900001);
  297. TextDrawColor(RText[12], -65281);
  298. TextDrawSetOutline(RText[12], 0);
  299. TextDrawSetProportional(RText[12], 1);
  300. TextDrawSetShadow(RText[12], 1);
  301. TextDrawSetSelectable(RText[12], 0);
  302. return 1;
  303. }
  304. stock ObjectsLoad()
  305. {
  306. CreateObject(8493, -1589.00000, 7820.00000, 1357.00000, 0.00000, 0.00000, 0.00000);
  307. CreateObject(846, -1541.37317, 1396.21094, -0.10476, 0.00000, 0.00000, 0.00000);
  308. CreateObject(8493, 6086.78613, 7715.87158, 614.88239, 0.00000, 0.00000, 0.00000);
  309. CreateObject(8493, -1615.00000, 2161.00000, 1333.00000, 0.00000, 4200.00000, 0.00000);
  310. CreateObject(8493, -1643.98804, 1324.68665, 20.42485, -1.74000, -1.20001, 43.50002);
  311. CreateObject(3524, 6049.48926, 8064.37207, 2935.74585, 0.00000, 0.00000, 0.00000);
  312. CreateObject(3524, -1637.17407, 1309.99182, 10.33141, 0.00000, 0.00000, -40.32003);
  313. CreateObject(3524, -1643.64319, 1317.20569, 10.22290, 0.00000, 0.00000, -36.06002);
  314. CreateObject(10183, -1667.77478, 1327.03357, 5.93331, 0.00000, 0.00000, 0.54000);
  315. CreateObject(10183, -1667.95618, 1295.43176, 5.75090, 0.00000, 0.00000, 0.00000);
  316. CreateObject(1503, -1635.27148, 1317.69714, 9.14691, 7.13998, -2.70000, -45.06000);
  317. CreateObject(9159, -1644.03320, 1324.73401, 20.36553, -1.92000, -0.65999, 42.11996);
  318. CreateObject(1955, -1639.83838, 1312.87500, 8.43487, 0.00000, 0.00000, 0.00000);
  319. CreateObject(19577, -1664.25513, 1460.24561, 8.44141, 0.00000, 0.00000, 0.00000);
  320. CreateObject(8493, -1644.16089, 1324.49133, 20.42485, -1.74000, -1.20001, 43.50002);
  321. CreateObject(9174, -1558.22021, 1342.86060, 4.08927, 0.00000, 0.00000, -133.98009);
  322. CreateObject(3434, -1661.65674, 1313.66821, 19.00621, -0.54000, 0.48000, 37.20001);
  323. CreateObject(8423, -1662.72290, 1315.05994, 16.81797, 0.00000, 0.00000, 43.73999);
  324. CreateObject(3524, -1649.24609, 1310.20935, 6.11818, 0.00000, 0.00000, -52.07998);
  325. CreateObject(3524, -1647.80298, 1309.47729, 8.44711, 0.00000, 0.00000, -52.07998);
  326. CreateObject(3524, -1643.49292, 1305.03442, 8.71351, 0.00000, 0.00000, -52.07998);
  327. CreateObject(3524, -1642.13965, 1303.72913, 8.83382, 0.00000, 0.00000, -52.07998);
  328. CreateObject(3524, -1644.90918, 1306.48108, 8.71351, 0.00000, 0.00000, -52.07998);
  329. CreateObject(3524, -1646.38586, 1307.89417, 8.71351, 0.00000, 0.00000, -52.07998);
  330. CreateObject(3524, -1642.65820, 1303.24280, 6.11818, 0.00000, 0.00000, -52.07998);
  331. CreateObject(3524, -1658.56873, 1315.33203, 6.11818, 0.00000, 0.00000, -52.07998);
  332. CreateObject(3524, -1655.70923, 1317.75806, 6.11818, 0.00000, 0.00000, -52.07998);
  333. CreateObject(3524, -1660.44434, 1313.43359, 6.11818, 0.00000, 0.00000, -52.07998);
  334. CreateObject(3524, -1653.56750, 1306.15198, 6.11818, 0.00000, 0.00000, -52.07998);
  335. CreateObject(3524, -1651.59509, 1308.29175, 6.11818, 0.00000, 0.00000, -52.07998);
  336. CreateObject(3524, -1655.70923, 1317.75806, 6.11818, 0.00000, 0.00000, -52.07998);
  337. CreateObject(3524, -1652.26990, 1314.83752, 6.11818, 0.00000, 0.00000, -52.07998);
  338. CreateObject(1655, -1686.97180, 1339.90125, 10.77704, 0.42000, 0.42000, -41.22000);
  339. CreateObject(1655, -1685.63770, 1328.17920, 7.49277, 0.54000, -0.90000, -41.22000);
  340. CreateObject(1655, -1692.15796, 1334.03430, 7.49277, 0.00000, 0.30000, -41.22000);
  341. CreateObject(1655, -1680.46753, 1334.00610, 10.77704, 0.42000, 0.42000, -41.22000);
  342. CreateObject(16357, -1615.48022, 1399.13660, 15.36312, 0.00000, 0.00000, 41.82004);
  343. CreateObject(16357, -1394.63293, 1596.82410, 15.36312, 0.00000, 0.00000, 41.82004);
  344. CreateObject(16357, -1501.57727, 1501.08105, 15.36312, 0.00000, 0.00000, 41.82004);
  345. CreateObject(1655, -1352.91492, 1633.96216, 17.17991, 3.65999, -1.38001, -49.85994);
  346. return 1;
  347. }
  348.  
  349. stock RemoveObjects(playerid)
  350. {
  351. RemoveBuildingForPlayer(playerid, 3369, 349.8750, 2438.2500, 15.4766, 0.25);
  352. RemoveBuildingForPlayer(playerid, 3369, 242.3984, 2438.2500, 15.4766, 0.25);
  353. RemoveBuildingForPlayer(playerid, 3367, 296.1406, 2438.2500, 15.4766, 0.25);
  354. RemoveBuildingForPlayer(playerid, 16598, 231.2813, 2545.7969, 20.0234, 0.25);
  355. RemoveBuildingForPlayer(playerid, 16602, 307.9531, 2543.4531, 20.3984, 0.25);
  356. RemoveBuildingForPlayer(playerid, 3269, 242.3984, 2438.2500, 15.4766, 0.25);
  357. RemoveBuildingForPlayer(playerid, 16599, 231.2813, 2545.7969, 20.0234, 0.25);
  358. RemoveBuildingForPlayer(playerid, 16098, 307.9531, 2543.4531, 20.3984, 0.25);
  359. RemoveBuildingForPlayer(playerid, 3271, 296.1406, 2438.2500, 15.4766, 0.25);
  360. RemoveBuildingForPlayer(playerid, 3269, 349.8750, 2438.2500, 15.4766, 0.25);
  361. RemoveBuildingForPlayer(playerid, 10109, -1660.6875, 1358.9766, 12.2031, 0.25);
  362. RemoveBuildingForPlayer(playerid, 10141, -1421.6250, 1490.8594, 6.9688, 0.25);
  363. RemoveBuildingForPlayer(playerid, 728, -1498.1172, 1380.9688, 1.4922, 0.25);
  364. RemoveBuildingForPlayer(playerid, 728, -1499.1719, 1376.1328, 1.4922, 0.25);
  365. RemoveBuildingForPlayer(playerid, 728, -1501.1484, 1370.2734, 1.4922, 0.25);
  366. RemoveBuildingForPlayer(playerid, 728, -1508.8672, 1370.6641, 1.4922, 0.25);
  367. RemoveBuildingForPlayer(playerid, 728, -1513.2422, 1371.4453, 1.4922, 0.25);
  368. RemoveBuildingForPlayer(playerid, 728, -1514.3281, 1376.4453, 1.4922, 0.25);
  369. RemoveBuildingForPlayer(playerid, 728, -1511.1719, 1375.4844, 1.4922, 0.25);
  370. RemoveBuildingForPlayer(playerid, 10229, -1421.8750, 1489.4453, 5.8203, 0.25);
  371. RemoveBuildingForPlayer(playerid, 10230, -1421.6250, 1490.8594, 6.9688, 0.25);
  372. RemoveBuildingForPlayer(playerid, 10231, -1422.5391, 1489.3516, 8.4531, 0.25);
  373. RemoveBuildingForPlayer(playerid, 10286, -1602.0000, 1323.5859, -6.2500, 0.25);
  374. RemoveBuildingForPlayer(playerid, 1216, -1696.6875, 1334.4766, 6.8828, 0.25);
  375. RemoveBuildingForPlayer(playerid, 1496, -1673.1016, 1336.3125, 6.1797, 0.25);
  376. RemoveBuildingForPlayer(playerid, 9904, -1660.6875, 1358.9766, 12.2031, 0.25);
  377. RemoveBuildingForPlayer(playerid, 1232, -1649.9609, 1318.2422, 8.8047, 0.25);
  378. RemoveBuildingForPlayer(playerid, 1232, -1629.5781, 1297.1406, 8.8047, 0.25);
  379. RemoveBuildingForPlayer(playerid, 10183, -1643.0469, 1302.6094, 6.1016, 0.25);
  380. RemoveBuildingForPlayer(playerid, 10166, -1602.0000, 1323.5859, -6.2500, 0.25);
  381. RemoveBuildingForPlayer(playerid, 10140, -1406.9063, 1489.8047, 7.1250, 0.25);
  382. RemoveBuildingForPlayer(playerid, 10227, -1376.7500, 1490.6328, 12.0234, 0.25);
  383. RemoveBuildingForPlayer(playerid, 10226, -1377.2344, 1491.6250, 6.2109, 0.25);
  384. RemoveBuildingForPlayer(playerid, 4257, -1499.9609, 1452.5156, -49.7188, 0.25);
  385. RemoveBuildingForPlayer(playerid, 4391, -1499.9609, 1452.5156, -49.7188, 0.25);
  386. return 1;
  387. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement