Advertisement
Guest User

Windows SA-MP

a guest
Jun 18th, 2013
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 216.60 KB | None | 0 0
  1. #define FILTERSCRIPT
  2. #include <a_samp>
  3. #include <dini>
  4. #if defined FILTERSCRIPT
  5.  
  6. new PlayerText:Login[13][MAX_PLAYERS];
  7. new PlayerText:Start[37][MAX_PLAYERS];
  8. new PlayerText:Desktop[14][MAX_PLAYERS];
  9. new PlayerText:RightPanel[MAX_PLAYERS];
  10. new PlayerText:DownPanel[MAX_PLAYERS];
  11. new PlayerText:ClosePanel[MAX_PLAYERS];
  12. new PlayerText:DesktopParams[48][MAX_PLAYERS];
  13. new PlayerText:DesktopExplorer[22][MAX_PLAYERS];
  14. new PlayerText:DesktopMusic[21][MAX_PLAYERS];
  15. new PlayerText:Command[7][MAX_PLAYERS];
  16. new PlayerText:Right[24][MAX_PLAYERS];
  17. new Text:Explorer[MAX_PLAYERS][20];
  18. new PlayerText:Mail[19][MAX_PLAYERS];
  19. new PlayerText:Maps[4][MAX_PLAYERS];
  20. new PlayerText:RealMaps[7][MAX_PLAYERS];
  21. new Text:Market[10][MAX_PLAYERS];
  22. new PlayerText:Music[11][MAX_PLAYERS];
  23. new Text:Images[21][MAX_PLAYERS];
  24. new Text:Time[4][MAX_PLAYERS];
  25. new PlayerText:Params[11][MAX_PLAYERS];
  26. new PlayerText:Par[17][MAX_PLAYERS];
  27.  
  28. new pname[25];
  29. new string1[29];
  30.  
  31. public OnPlayerConnect(playerid)
  32. {
  33. GetPlayerName(playerid, pname, 25);
  34. Login[0][playerid] = CreatePlayerTextDraw(playerid, 674.000000, 1.500000, "usebox");
  35. PlayerTextDrawLetterSize(playerid, Login[0][playerid], 0.000000, 50.690273);
  36. PlayerTextDrawTextSize(playerid, Login[0][playerid], -2.000000, 0.000000);
  37. PlayerTextDrawAlignment(playerid, Login[0][playerid], 1);
  38. PlayerTextDrawColor(playerid, Login[0][playerid], 0);
  39. PlayerTextDrawUseBox(playerid, Login[0][playerid], true);
  40. PlayerTextDrawBoxColor(playerid, Login[0][playerid], 570434303);
  41. PlayerTextDrawSetShadow(playerid, Login[0][playerid], 0);
  42. PlayerTextDrawSetOutline(playerid, Login[0][playerid], 0);
  43. PlayerTextDrawFont(playerid, Login[0][playerid], 0);
  44. Login[1][playerid] = CreatePlayerTextDraw(playerid, 405.500000, 186.125000, "usebox");
  45. PlayerTextDrawLetterSize(playerid, Login[1][playerid], 0.000000, 1.725000);
  46. PlayerTextDrawTextSize(playerid, Login[1][playerid], 258.000000, 0.000000);
  47. PlayerTextDrawAlignment(playerid, Login[1][playerid], 1);
  48. PlayerTextDrawColor(playerid, Login[1][playerid], 0);
  49. PlayerTextDrawUseBox(playerid, Login[1][playerid], true);
  50. PlayerTextDrawBoxColor(playerid, Login[1][playerid], 102);
  51. PlayerTextDrawSetShadow(playerid, Login[1][playerid], 0);
  52. PlayerTextDrawSetOutline(playerid, Login[1][playerid], 0);
  53. PlayerTextDrawFont(playerid, Login[1][playerid], 0);
  54. Login[2][playerid] = CreatePlayerTextDraw(playerid, 405.500000, 217.750000, "usebox");
  55. PlayerTextDrawLetterSize(playerid, Login[2][playerid], 0.000000, 1.674998);
  56. PlayerTextDrawTextSize(playerid, Login[2][playerid], 258.000000, 0.000000);
  57. PlayerTextDrawAlignment(playerid, Login[2][playerid], 1);
  58. PlayerTextDrawColor(playerid, Login[2][playerid], 0);
  59. PlayerTextDrawUseBox(playerid, Login[2][playerid], true);
  60. PlayerTextDrawBoxColor(playerid, Login[2][playerid], 102);
  61. PlayerTextDrawSetShadow(playerid, Login[2][playerid], 0);
  62. PlayerTextDrawSetOutline(playerid, Login[2][playerid], 0);
  63. PlayerTextDrawFont(playerid, Login[2][playerid], 0);
  64. format(string1, 25, "%s", pname);
  65. Login[3][playerid] = CreatePlayerTextDraw(playerid, 264.000000, 182.875000, string1);
  66. PlayerTextDrawLetterSize(playerid, Login[3][playerid], 0.343997, 2.164376);
  67. PlayerTextDrawAlignment(playerid, Login[3][playerid], 1);
  68. PlayerTextDrawColor(playerid, Login[3][playerid], -1);
  69. PlayerTextDrawSetShadow(playerid, Login[3][playerid], 0);
  70. PlayerTextDrawSetOutline(playerid, Login[3][playerid], 1);
  71. PlayerTextDrawBackgroundColor(playerid, Login[3][playerid], 51);
  72. PlayerTextDrawFont(playerid, Login[3][playerid], 1);
  73. PlayerTextDrawSetProportional(playerid, Login[3][playerid], 1);
  74. Login[4][playerid] = CreatePlayerTextDraw(playerid, 266.000000, 217.875000, "BBEDNTE...");
  75. PlayerTextDrawLetterSize(playerid, Login[4][playerid], 0.264999, 1.556249);
  76. PlayerTextDrawAlignment(playerid, Login[4][playerid], 1);
  77. PlayerTextDrawColor(playerid, Login[4][playerid], -1);
  78. PlayerTextDrawSetShadow(playerid, Login[4][playerid], 0);
  79. PlayerTextDrawSetOutline(playerid, Login[4][playerid], 1);
  80. PlayerTextDrawBackgroundColor(playerid, Login[4][playerid], 51);
  81. PlayerTextDrawFont(playerid, Login[4][playerid], 2);
  82. PlayerTextDrawSetProportional(playerid, Login[4][playerid], 1);
  83. PlayerTextDrawSetSelectable(playerid, Login[4][playerid], true);
  84. Login[5][playerid] = CreatePlayerTextDraw(playerid, 185.500000, 184.625000, "splash2:splash2");
  85. PlayerTextDrawLetterSize(playerid, Login[5][playerid], 0.000000, 0.000000);
  86. PlayerTextDrawTextSize(playerid, Login[5][playerid], 60.500000, 50.312500);
  87. PlayerTextDrawAlignment(playerid, Login[5][playerid], 1);
  88. PlayerTextDrawColor(playerid, Login[5][playerid], -1);
  89. PlayerTextDrawSetShadow(playerid, Login[5][playerid], 0);
  90. PlayerTextDrawSetOutline(playerid, Login[5][playerid], 0);
  91. PlayerTextDrawFont(playerid, Login[5][playerid], 4);
  92. Login[6][playerid] = CreatePlayerTextDraw(playerid, 369.500000, 266.187500, "usebox");
  93. PlayerTextDrawLetterSize(playerid, Login[6][playerid], 0.000000, 3.426388);
  94. PlayerTextDrawTextSize(playerid, Login[6][playerid], 226.500000, 0.000000);
  95. PlayerTextDrawAlignment(playerid, Login[6][playerid], 1);
  96. PlayerTextDrawColor(playerid, Login[6][playerid], 0);
  97. PlayerTextDrawUseBox(playerid, Login[6][playerid], true);
  98. PlayerTextDrawBoxColor(playerid, Login[6][playerid], 102);
  99. PlayerTextDrawSetShadow(playerid, Login[6][playerid], 0);
  100. PlayerTextDrawSetOutline(playerid, Login[6][playerid], 0);
  101. PlayerTextDrawFont(playerid, Login[6][playerid], 0);
  102. Login[7][playerid] = CreatePlayerTextDraw(playerid, 238.500000, 266.125000, "BONTN");
  103. PlayerTextDrawLetterSize(playerid, Login[7][playerid], 0.483498, 3.258124);
  104. PlayerTextDrawAlignment(playerid, Login[7][playerid], 1);
  105. PlayerTextDrawColor(playerid, Login[7][playerid], -1);
  106. PlayerTextDrawSetShadow(playerid, Login[7][playerid], 0);
  107. PlayerTextDrawSetOutline(playerid, Login[7][playerid], 1);
  108. PlayerTextDrawBackgroundColor(playerid, Login[7][playerid], 51);
  109. PlayerTextDrawFont(playerid, Login[7][playerid], 2);
  110. PlayerTextDrawSetProportional(playerid, Login[7][playerid], 1);
  111. Login[8][playerid] = CreatePlayerTextDraw(playerid, 353.500000, 274.500000, "usebox");
  112. PlayerTextDrawLetterSize(playerid, Login[8][playerid], 0.000000, 1.773609);
  113. PlayerTextDrawTextSize(playerid, Login[8][playerid], 327.000000, 0.000000);
  114. PlayerTextDrawAlignment(playerid, Login[8][playerid], 1);
  115. PlayerTextDrawColor(playerid, Login[8][playerid], 0);
  116. PlayerTextDrawUseBox(playerid, Login[8][playerid], true);
  117. PlayerTextDrawBoxColor(playerid, Login[8][playerid], 102);
  118. PlayerTextDrawSetShadow(playerid, Login[8][playerid], 0);
  119. PlayerTextDrawSetOutline(playerid, Login[8][playerid], 0);
  120. PlayerTextDrawFont(playerid, Login[8][playerid], 0);
  121. Login[9][playerid] = CreatePlayerTextDraw(playerid, 329.000000, 273.000000, "LD_BEAT:right");
  122. PlayerTextDrawLetterSize(playerid, Login[9][playerid], 0.000000, 0.000000);
  123. PlayerTextDrawTextSize(playerid, Login[9][playerid], 22.500000, 19.250000);
  124. PlayerTextDrawAlignment(playerid, Login[9][playerid], 1);
  125. PlayerTextDrawColor(playerid, Login[9][playerid], -1);
  126. PlayerTextDrawSetShadow(playerid, Login[9][playerid], 0);
  127. PlayerTextDrawSetOutline(playerid, Login[9][playerid], 0);
  128. PlayerTextDrawFont(playerid, Login[9][playerid], 4);
  129. PlayerTextDrawSetSelectable(playerid, Login[9][playerid], true);
  130. Login[10][playerid] = CreatePlayerTextDraw(playerid, 129.500000, 399.625000, "usebox");
  131. PlayerTextDrawLetterSize(playerid, Login[10][playerid], 0.000000, 2.019443);
  132. PlayerTextDrawTextSize(playerid, Login[10][playerid], 38.500000, 0.000000);
  133. PlayerTextDrawAlignment(playerid, Login[10][playerid], 1);
  134. PlayerTextDrawColor(playerid, Login[10][playerid], 0);
  135. PlayerTextDrawUseBox(playerid, Login[10][playerid], true);
  136. PlayerTextDrawBoxColor(playerid, Login[10][playerid], 102);
  137. PlayerTextDrawSetShadow(playerid, Login[10][playerid], 0);
  138. PlayerTextDrawSetOutline(playerid, Login[10][playerid], 0);
  139. PlayerTextDrawFont(playerid, Login[10][playerid], 0);
  140. Login[11][playerid] = CreatePlayerTextDraw(playerid, 42.000000, 400.750000, "BSXOD");
  141. PlayerTextDrawLetterSize(playerid, Login[11][playerid], 0.449999, 1.600000);
  142. PlayerTextDrawAlignment(playerid, Login[11][playerid], 1);
  143. PlayerTextDrawColor(playerid, Login[11][playerid], -1);
  144. PlayerTextDrawSetShadow(playerid, Login[11][playerid], 0);
  145. PlayerTextDrawSetOutline(playerid, Login[11][playerid], 1);
  146. PlayerTextDrawBackgroundColor(playerid, Login[11][playerid], 51);
  147. PlayerTextDrawFont(playerid, Login[11][playerid], 1);
  148. PlayerTextDrawSetProportional(playerid, Login[11][playerid], 1);
  149. Login[12][playerid] = CreatePlayerTextDraw(playerid, 102.000000, 404.250000, "LD_BEAT:down");
  150. PlayerTextDrawLetterSize(playerid, Login[12][playerid], 0.000000, 0.000000);
  151. PlayerTextDrawTextSize(playerid, Login[12][playerid], 16.000000, 10.937500);
  152. PlayerTextDrawAlignment(playerid, Login[12][playerid], 1);
  153. PlayerTextDrawColor(playerid, Login[12][playerid], -1);
  154. PlayerTextDrawSetShadow(playerid, Login[12][playerid], 0);
  155. PlayerTextDrawSetOutline(playerid, Login[12][playerid], 0);
  156. PlayerTextDrawFont(playerid, Login[12][playerid], 4);
  157. PlayerTextDrawSetSelectable(playerid, Login[12][playerid], true);
  158.  
  159. new hour, minut, second, day, month, year, time[10], date[20];
  160. gettime(hour, minut, second);
  161. getdate(day, month, year);
  162. format(time, 10, "%02d:%02d", hour, minut);
  163. format(date, 20, "%02d.%02d.%02d", day, month, year);
  164.  
  165. Start[0][playerid] = CreatePlayerTextDraw(playerid, 650.000000, 1.500000, "usebox");
  166. PlayerTextDrawLetterSize(playerid, Start[0][playerid], 0.000000, 49.412498);
  167. PlayerTextDrawTextSize(playerid, Start[0][playerid], -2.000000, 0.000000);
  168. PlayerTextDrawAlignment(playerid, Start[0][playerid], 1);
  169. PlayerTextDrawColor(playerid, Start[0][playerid], 0);
  170. PlayerTextDrawUseBox(playerid, Start[0][playerid], true);
  171. PlayerTextDrawBoxColor(playerid, Start[0][playerid], 570434303);
  172. PlayerTextDrawSetShadow(playerid, Start[0][playerid], 0);
  173. PlayerTextDrawSetOutline(playerid, Start[0][playerid], 0);
  174. PlayerTextDrawFont(playerid, Start[0][playerid], 0);
  175. Start[1][playerid] = CreatePlayerTextDraw(playerid, 40.500000, 150.062500, "ZYCK");
  176. PlayerTextDrawLetterSize(playerid, Start[1][playerid], 0.927999, 2.540625);
  177. PlayerTextDrawAlignment(playerid, Start[1][playerid], 1);
  178. PlayerTextDrawColor(playerid, Start[1][playerid], -1);
  179. PlayerTextDrawSetShadow(playerid, Start[1][playerid], 0);
  180. PlayerTextDrawSetOutline(playerid, Start[1][playerid], 0);
  181. PlayerTextDrawBackgroundColor(playerid, Start[1][playerid], 51);
  182. PlayerTextDrawFont(playerid, Start[1][playerid], 2);
  183. PlayerTextDrawSetProportional(playerid, Start[1][playerid], 1);
  184. Start[2][playerid] = CreatePlayerTextDraw(playerid, 146.000000, 186.562500, "usebox");
  185. PlayerTextDrawLetterSize(playerid, Start[2][playerid], 0.000000, 6.780550);
  186. PlayerTextDrawTextSize(playerid, Start[2][playerid], 37.500000, 0.000000);
  187. PlayerTextDrawAlignment(playerid, Start[2][playerid], 1);
  188. PlayerTextDrawColor(playerid, Start[2][playerid], 0);
  189. PlayerTextDrawUseBox(playerid, Start[2][playerid], true);
  190. PlayerTextDrawBoxColor(playerid, Start[2][playerid], -1378294017);
  191. PlayerTextDrawSetShadow(playerid, Start[2][playerid], 0);
  192. PlayerTextDrawSetOutline(playerid, Start[2][playerid], 0);
  193. PlayerTextDrawFont(playerid, Start[2][playerid], 0);
  194. Start[3][playerid] = CreatePlayerTextDraw(playerid, 146.000000, 261.937500, "usebox");
  195. PlayerTextDrawLetterSize(playerid, Start[3][playerid], 0.000000, 6.780550);
  196. PlayerTextDrawTextSize(playerid, Start[3][playerid], 37.500000, 0.000000);
  197. PlayerTextDrawAlignment(playerid, Start[3][playerid], 1);
  198. PlayerTextDrawColor(playerid, Start[3][playerid], 0);
  199. PlayerTextDrawUseBox(playerid, Start[3][playerid], true);
  200. PlayerTextDrawBoxColor(playerid, Start[3][playerid], 8388863);
  201. PlayerTextDrawSetShadow(playerid, Start[3][playerid], 0);
  202. PlayerTextDrawSetOutline(playerid, Start[3][playerid], 0);
  203. PlayerTextDrawFont(playerid, Start[3][playerid], 0);
  204. Start[4][playerid] = CreatePlayerTextDraw(playerid, 146.000000, 338.187500, "usebox");
  205. PlayerTextDrawLetterSize(playerid, Start[4][playerid], 0.000000, 6.630555);
  206. PlayerTextDrawTextSize(playerid, Start[4][playerid], 37.500000, 0.000000);
  207. PlayerTextDrawAlignment(playerid, Start[4][playerid], 1);
  208. PlayerTextDrawColor(playerid, Start[4][playerid], 0);
  209. PlayerTextDrawUseBox(playerid, Start[4][playerid], true);
  210. PlayerTextDrawBoxColor(playerid, Start[4][playerid], -2147483393);
  211. PlayerTextDrawSetShadow(playerid, Start[4][playerid], 0);
  212. PlayerTextDrawSetOutline(playerid, Start[4][playerid], 0);
  213. PlayerTextDrawFont(playerid, Start[4][playerid], 0);
  214. Start[5][playerid] = CreatePlayerTextDraw(playerid, 261.500000, 186.062500, "usebox");
  215. PlayerTextDrawLetterSize(playerid, Start[5][playerid], 0.000000, 6.830554);
  216. PlayerTextDrawTextSize(playerid, Start[5][playerid], 153.000000, 0.000000);
  217. PlayerTextDrawAlignment(playerid, Start[5][playerid], 1);
  218. PlayerTextDrawColor(playerid, Start[5][playerid], 0);
  219. PlayerTextDrawUseBox(playerid, Start[5][playerid], true);
  220. PlayerTextDrawBoxColor(playerid, Start[5][playerid], 65535);
  221. PlayerTextDrawSetShadow(playerid, Start[5][playerid], 0);
  222. PlayerTextDrawSetOutline(playerid, Start[5][playerid], 0);
  223. PlayerTextDrawFont(playerid, Start[5][playerid], 0);
  224. Start[6][playerid] = CreatePlayerTextDraw(playerid, 261.500000, 261.437500, "usebox");
  225. PlayerTextDrawLetterSize(playerid, Start[6][playerid], 0.000000, 6.780550);
  226. PlayerTextDrawTextSize(playerid, Start[6][playerid], 153.000000, 0.000000);
  227. PlayerTextDrawAlignment(playerid, Start[6][playerid], 1);
  228. PlayerTextDrawColor(playerid, Start[6][playerid], 0);
  229. PlayerTextDrawUseBox(playerid, Start[6][playerid], true);
  230. PlayerTextDrawBoxColor(playerid, Start[6][playerid], -65281);
  231. PlayerTextDrawSetShadow(playerid, Start[6][playerid], 0);
  232. PlayerTextDrawSetOutline(playerid, Start[6][playerid], 0);
  233. PlayerTextDrawFont(playerid, Start[6][playerid], 0);
  234. Start[7][playerid] = CreatePlayerTextDraw(playerid, 261.000000, 338.125000, "usebox");
  235. PlayerTextDrawLetterSize(playerid, Start[7][playerid], 0.000000, 6.580554);
  236. PlayerTextDrawTextSize(playerid, Start[7][playerid], 152.500000, 0.000000);
  237. PlayerTextDrawAlignment(playerid, Start[7][playerid], 1);
  238. PlayerTextDrawColor(playerid, Start[7][playerid], 0);
  239. PlayerTextDrawUseBox(playerid, Start[7][playerid], true);
  240. PlayerTextDrawBoxColor(playerid, Start[7][playerid], -2139094785);
  241. PlayerTextDrawSetShadow(playerid, Start[7][playerid], 0);
  242. PlayerTextDrawSetOutline(playerid, Start[7][playerid], 0);
  243. PlayerTextDrawFont(playerid, Start[7][playerid], 0);
  244. Start[8][playerid] = CreatePlayerTextDraw(playerid, 525.000000, 186.312500, "usebox");
  245. PlayerTextDrawLetterSize(playerid, Start[8][playerid], 0.000000, 6.730555);
  246. PlayerTextDrawTextSize(playerid, Start[8][playerid], 300.500000, 0.000000);
  247. PlayerTextDrawAlignment(playerid, Start[8][playerid], 1);
  248. PlayerTextDrawColor(playerid, Start[8][playerid], 16777215);
  249. PlayerTextDrawUseBox(playerid, Start[8][playerid], true);
  250. PlayerTextDrawBoxColor(playerid, Start[8][playerid], 16777215);
  251. PlayerTextDrawSetShadow(playerid, Start[8][playerid], 0);
  252. PlayerTextDrawSetOutline(playerid, Start[8][playerid], 0);
  253. PlayerTextDrawFont(playerid, Start[8][playerid], 0);
  254. Start[9][playerid] = CreatePlayerTextDraw(playerid, 409.500000, 260.812500, "usebox");
  255. PlayerTextDrawLetterSize(playerid, Start[9][playerid], 0.000000, 6.830554);
  256. PlayerTextDrawTextSize(playerid, Start[9][playerid], 300.500000, 0.000000);
  257. PlayerTextDrawAlignment(playerid, Start[9][playerid], 1);
  258. PlayerTextDrawColor(playerid, Start[9][playerid], 0);
  259. PlayerTextDrawUseBox(playerid, Start[9][playerid], true);
  260. PlayerTextDrawBoxColor(playerid, Start[9][playerid], 41215);
  261. PlayerTextDrawSetShadow(playerid, Start[9][playerid], 0);
  262. PlayerTextDrawSetOutline(playerid, Start[9][playerid], 0);
  263. PlayerTextDrawFont(playerid, Start[9][playerid], 0);
  264. Start[10][playerid] = CreatePlayerTextDraw(playerid, 525.000000, 260.937500, "usebox");
  265. PlayerTextDrawLetterSize(playerid, Start[10][playerid], 0.000000, 6.830554);
  266. PlayerTextDrawTextSize(playerid, Start[10][playerid], 416.000000, 0.000000);
  267. PlayerTextDrawAlignment(playerid, Start[10][playerid], 1);
  268. PlayerTextDrawColor(playerid, Start[10][playerid], 0);
  269. PlayerTextDrawUseBox(playerid, Start[10][playerid], true);
  270. PlayerTextDrawBoxColor(playerid, Start[10][playerid], 16711935);
  271. PlayerTextDrawSetShadow(playerid, Start[10][playerid], 0);
  272. PlayerTextDrawSetOutline(playerid, Start[10][playerid], 0);
  273. PlayerTextDrawFont(playerid, Start[10][playerid], 0);
  274. Start[11][playerid] = CreatePlayerTextDraw(playerid, 63.000000, 426.750000, "usebox");
  275. PlayerTextDrawLetterSize(playerid, Start[11][playerid], 0.000000, 1.676388);
  276. PlayerTextDrawTextSize(playerid, Start[11][playerid], 38.000000, 0.000000);
  277. PlayerTextDrawAlignment(playerid, Start[11][playerid], 1);
  278. PlayerTextDrawColor(playerid, Start[11][playerid], 0);
  279. PlayerTextDrawUseBox(playerid, Start[11][playerid], true);
  280. PlayerTextDrawBoxColor(playerid, Start[11][playerid], 102);
  281. PlayerTextDrawSetShadow(playerid, Start[11][playerid], 0);
  282. PlayerTextDrawSetOutline(playerid, Start[11][playerid], 0);
  283. PlayerTextDrawFont(playerid, Start[11][playerid], 0);
  284. Start[12][playerid] = CreatePlayerTextDraw(playerid, 88.000000, 426.875000, "usebox");
  285. PlayerTextDrawLetterSize(playerid, Start[12][playerid], 0.000000, 1.626387);
  286. PlayerTextDrawTextSize(playerid, Start[12][playerid], 63.000000, 0.000000);
  287. PlayerTextDrawAlignment(playerid, Start[12][playerid], 1);
  288. PlayerTextDrawColor(playerid, Start[12][playerid], 0);
  289. PlayerTextDrawUseBox(playerid, Start[12][playerid], true);
  290. PlayerTextDrawBoxColor(playerid, Start[12][playerid], 102);
  291. PlayerTextDrawSetShadow(playerid, Start[12][playerid], 0);
  292. PlayerTextDrawSetOutline(playerid, Start[12][playerid], 0);
  293. PlayerTextDrawFont(playerid, Start[12][playerid], 0);
  294. Start[13][playerid] = CreatePlayerTextDraw(playerid, 41.000000, 427.000000, "LD_BEAT:cross");
  295. PlayerTextDrawLetterSize(playerid, Start[13][playerid], 0.000000, 0.000000);
  296. PlayerTextDrawTextSize(playerid, Start[13][playerid], 19.000000, 15.750000);
  297. PlayerTextDrawAlignment(playerid, Start[13][playerid], 1);
  298. PlayerTextDrawColor(playerid, Start[13][playerid], -1);
  299. PlayerTextDrawSetShadow(playerid, Start[13][playerid], 0);
  300. PlayerTextDrawSetOutline(playerid, Start[13][playerid], 0);
  301. PlayerTextDrawFont(playerid, Start[13][playerid], 4);
  302. PlayerTextDrawSetSelectable(playerid, Start[13][playerid], true);
  303. Start[14][playerid] = CreatePlayerTextDraw(playerid, 66.000000, 426.687500, "LD_BEAT:up");
  304. PlayerTextDrawLetterSize(playerid, Start[14][playerid], 0.000000, 0.000000);
  305. PlayerTextDrawTextSize(playerid, Start[14][playerid], 19.000000, 15.750000);
  306. PlayerTextDrawAlignment(playerid, Start[14][playerid], 1);
  307. PlayerTextDrawColor(playerid, Start[14][playerid], -1);
  308. PlayerTextDrawSetShadow(playerid, Start[14][playerid], 0);
  309. PlayerTextDrawSetOutline(playerid, Start[14][playerid], 0);
  310. PlayerTextDrawBackgroundColor(playerid, Start[14][playerid], -16776961);
  311. PlayerTextDrawFont(playerid, Start[14][playerid], 4);
  312. PlayerTextDrawSetSelectable(playerid, Start[14][playerid], true);
  313. Start[15][playerid] = CreatePlayerTextDraw(playerid, 50.000000, 189.875000, "loadsc1:loadsc1");
  314. PlayerTextDrawLetterSize(playerid, Start[15][playerid], 0.000000, 0.000000);
  315. PlayerTextDrawTextSize(playerid, Start[15][playerid], 83.000000, 48.125000);
  316. PlayerTextDrawAlignment(playerid, Start[15][playerid], 1);
  317. PlayerTextDrawColor(playerid, Start[15][playerid], -1);
  318. PlayerTextDrawSetShadow(playerid, Start[15][playerid], 0);
  319. PlayerTextDrawSetOutline(playerid, Start[15][playerid], 0);
  320. PlayerTextDrawFont(playerid, Start[15][playerid], 4);
  321. PlayerTextDrawSetSelectable(playerid, Start[15][playerid], true);
  322. Start[16][playerid] = CreatePlayerTextDraw(playerid, 44.500000, 239.750000, "PA6O4NN CTOL");
  323. PlayerTextDrawLetterSize(playerid, Start[16][playerid], 0.291999, 0.751250);
  324. PlayerTextDrawAlignment(playerid, Start[16][playerid], 1);
  325. PlayerTextDrawColor(playerid, Start[16][playerid], -1);
  326. PlayerTextDrawSetShadow(playerid, Start[16][playerid], 0);
  327. PlayerTextDrawSetOutline(playerid, Start[16][playerid], 1);
  328. PlayerTextDrawBackgroundColor(playerid, Start[16][playerid], 51);
  329. PlayerTextDrawFont(playerid, Start[16][playerid], 2);
  330. PlayerTextDrawSetProportional(playerid, Start[16][playerid], 1);
  331. Start[17][playerid] = CreatePlayerTextDraw(playerid, 68.500000, 315.562500, "BPEMR");
  332. PlayerTextDrawLetterSize(playerid, Start[17][playerid], 0.291999, 0.751250);
  333. PlayerTextDrawAlignment(playerid, Start[17][playerid], 1);
  334. PlayerTextDrawColor(playerid, Start[17][playerid], -1);
  335. PlayerTextDrawSetShadow(playerid, Start[17][playerid], 0);
  336. PlayerTextDrawSetOutline(playerid, Start[17][playerid], 1);
  337. PlayerTextDrawBackgroundColor(playerid, Start[17][playerid], 51);
  338. PlayerTextDrawFont(playerid, Start[17][playerid], 2);
  339. PlayerTextDrawSetProportional(playerid, Start[17][playerid], 1);
  340. Start[18][playerid] = CreatePlayerTextDraw(playerid, 59.000000, 390.937500, "MAFA3NH");
  341. PlayerTextDrawLetterSize(playerid, Start[18][playerid], 0.291999, 0.751250);
  342. PlayerTextDrawAlignment(playerid, Start[18][playerid], 1);
  343. PlayerTextDrawColor(playerid, Start[18][playerid], -1);
  344. PlayerTextDrawSetShadow(playerid, Start[18][playerid], 0);
  345. PlayerTextDrawSetOutline(playerid, Start[18][playerid], 1);
  346. PlayerTextDrawBackgroundColor(playerid, Start[18][playerid], 51);
  347. PlayerTextDrawFont(playerid, Start[18][playerid], 2);
  348. PlayerTextDrawSetProportional(playerid, Start[18][playerid], 1);
  349. Start[19][playerid] = CreatePlayerTextDraw(playerid, 181.000000, 239.125000, "MY3SKA");
  350. PlayerTextDrawLetterSize(playerid, Start[19][playerid], 0.295498, 0.825625);
  351. PlayerTextDrawAlignment(playerid, Start[19][playerid], 1);
  352. PlayerTextDrawColor(playerid, Start[19][playerid], -1);
  353. PlayerTextDrawSetShadow(playerid, Start[19][playerid], 0);
  354. PlayerTextDrawSetOutline(playerid, Start[19][playerid], 1);
  355. PlayerTextDrawBackgroundColor(playerid, Start[19][playerid], 51);
  356. PlayerTextDrawFont(playerid, Start[19][playerid], 2);
  357. PlayerTextDrawSetProportional(playerid, Start[19][playerid], 1);
  358. Start[20][playerid] = CreatePlayerTextDraw(playerid, 162.000000, 315.375000, "N3O6PAGEHNR");
  359. PlayerTextDrawLetterSize(playerid, Start[20][playerid], 0.295498, 0.825625);
  360. PlayerTextDrawAlignment(playerid, Start[20][playerid], 1);
  361. PlayerTextDrawColor(playerid, Start[20][playerid], -1);
  362. PlayerTextDrawSetShadow(playerid, Start[20][playerid], 0);
  363. PlayerTextDrawSetOutline(playerid, Start[20][playerid], 1);
  364. PlayerTextDrawBackgroundColor(playerid, Start[20][playerid], 51);
  365. PlayerTextDrawFont(playerid, Start[20][playerid], 2);
  366. PlayerTextDrawSetProportional(playerid, Start[20][playerid], 1);
  367. Start[21][playerid] = CreatePlayerTextDraw(playerid, 188.500000, 390.312500, "ZO4TA");
  368. PlayerTextDrawLetterSize(playerid, Start[21][playerid], 0.295498, 0.825625);
  369. PlayerTextDrawAlignment(playerid, Start[21][playerid], 1);
  370. PlayerTextDrawColor(playerid, Start[21][playerid], -1);
  371. PlayerTextDrawSetShadow(playerid, Start[21][playerid], 0);
  372. PlayerTextDrawSetOutline(playerid, Start[21][playerid], 1);
  373. PlayerTextDrawBackgroundColor(playerid, Start[21][playerid], 51);
  374. PlayerTextDrawFont(playerid, Start[21][playerid], 2);
  375. PlayerTextDrawSetProportional(playerid, Start[21][playerid], 1);
  376. Start[22][playerid] = CreatePlayerTextDraw(playerid, 377.000000, 239.500000, "ZAPAMETPS");
  377. PlayerTextDrawLetterSize(playerid, Start[22][playerid], 0.295498, 0.825625);
  378. PlayerTextDrawAlignment(playerid, Start[22][playerid], 1);
  379. PlayerTextDrawColor(playerid, Start[22][playerid], -1);
  380. PlayerTextDrawSetShadow(playerid, Start[22][playerid], 0);
  381. PlayerTextDrawSetOutline(playerid, Start[22][playerid], 1);
  382. PlayerTextDrawBackgroundColor(playerid, Start[22][playerid], 51);
  383. PlayerTextDrawFont(playerid, Start[22][playerid], 2);
  384. PlayerTextDrawSetProportional(playerid, Start[22][playerid], 1);
  385. Start[23][playerid] = CreatePlayerTextDraw(playerid, 320.000000, 314.437500, "3KCZLOPEP");
  386. PlayerTextDrawLetterSize(playerid, Start[23][playerid], 0.295498, 0.825625);
  387. PlayerTextDrawAlignment(playerid, Start[23][playerid], 1);
  388. PlayerTextDrawColor(playerid, Start[23][playerid], -1);
  389. PlayerTextDrawSetShadow(playerid, Start[23][playerid], 0);
  390. PlayerTextDrawSetOutline(playerid, Start[23][playerid], 1);
  391. PlayerTextDrawBackgroundColor(playerid, Start[23][playerid], 51);
  392. PlayerTextDrawFont(playerid, Start[23][playerid], 2);
  393. PlayerTextDrawSetProportional(playerid, Start[23][playerid], 1);
  394. Start[24][playerid] = CreatePlayerTextDraw(playerid, 448.500000, 314.125000, "KAPTS");
  395. PlayerTextDrawLetterSize(playerid, Start[24][playerid], 0.295498, 0.825625);
  396. PlayerTextDrawAlignment(playerid, Start[24][playerid], 1);
  397. PlayerTextDrawColor(playerid, Start[24][playerid], -1);
  398. PlayerTextDrawSetShadow(playerid, Start[24][playerid], 0);
  399. PlayerTextDrawSetOutline(playerid, Start[24][playerid], 1);
  400. PlayerTextDrawBackgroundColor(playerid, Start[24][playerid], 51);
  401. PlayerTextDrawFont(playerid, Start[24][playerid], 2);
  402. PlayerTextDrawSetProportional(playerid, Start[24][playerid], 1);
  403. Start[25][playerid] = CreatePlayerTextDraw(playerid, 525.000000, 87.500000, string1);
  404. PlayerTextDrawLetterSize(playerid, Start[25][playerid], 0.449999, 1.600000);
  405. PlayerTextDrawAlignment(playerid, Start[25][playerid], 3);
  406. PlayerTextDrawColor(playerid, Start[25][playerid], -1);
  407. PlayerTextDrawSetShadow(playerid, Start[25][playerid], 0);
  408. PlayerTextDrawSetOutline(playerid, Start[25][playerid], 1);
  409. PlayerTextDrawBackgroundColor(playerid, Start[25][playerid], 51);
  410. PlayerTextDrawFont(playerid, Start[25][playerid], 1);
  411. PlayerTextDrawSetProportional(playerid, Start[25][playerid], 1);
  412. Start[26][playerid] = CreatePlayerTextDraw(playerid, 532.000000, 82.250000, "splash2:splash2");
  413. PlayerTextDrawLetterSize(playerid, Start[26][playerid], 0.000000, 0.000000);
  414. PlayerTextDrawTextSize(playerid, Start[26][playerid], 33.000000, 27.562500);
  415. PlayerTextDrawAlignment(playerid, Start[26][playerid], 1);
  416. PlayerTextDrawColor(playerid, Start[26][playerid], -1);
  417. PlayerTextDrawSetShadow(playerid, Start[26][playerid], 0);
  418. PlayerTextDrawSetOutline(playerid, Start[26][playerid], 0);
  419. PlayerTextDrawFont(playerid, Start[26][playerid], 4);
  420. Start[27][playerid] = CreatePlayerTextDraw(playerid, 113.500000, 427.000000, "usebox");
  421. PlayerTextDrawLetterSize(playerid, Start[27][playerid], 0.000000, 1.626387);
  422. PlayerTextDrawTextSize(playerid, Start[27][playerid], 88.500000, 0.000000);
  423. PlayerTextDrawAlignment(playerid, Start[27][playerid], 1);
  424. PlayerTextDrawColor(playerid, Start[27][playerid], 0);
  425. PlayerTextDrawUseBox(playerid, Start[27][playerid], true);
  426. PlayerTextDrawBoxColor(playerid, Start[27][playerid], 102);
  427. PlayerTextDrawSetShadow(playerid, Start[27][playerid], 0);
  428. PlayerTextDrawSetOutline(playerid, Start[27][playerid], 0);
  429. PlayerTextDrawFont(playerid, Start[27][playerid], 0);
  430. Start[28][playerid] = CreatePlayerTextDraw(playerid, 92.000000, 426.812500, "LD_BEAT:down");
  431. PlayerTextDrawLetterSize(playerid, Start[28][playerid], 0.000000, 0.000000);
  432. PlayerTextDrawTextSize(playerid, Start[28][playerid], 19.000000, 15.750000);
  433. PlayerTextDrawAlignment(playerid, Start[28][playerid], 1);
  434. PlayerTextDrawColor(playerid, Start[28][playerid], -1);
  435. PlayerTextDrawSetShadow(playerid, Start[28][playerid], 0);
  436. PlayerTextDrawSetOutline(playerid, Start[28][playerid], 0);
  437. PlayerTextDrawBackgroundColor(playerid, Start[28][playerid], -16776961);
  438. PlayerTextDrawFont(playerid, Start[28][playerid], 4);
  439. PlayerTextDrawSetSelectable(playerid, Start[28][playerid], true);
  440. Start[29][playerid] = CreatePlayerTextDraw(playerid, 90.000000, 270.375000, time);
  441. PlayerTextDrawLetterSize(playerid, Start[29][playerid], 0.810499, 3.888123);
  442. PlayerTextDrawAlignment(playerid, Start[29][playerid], 2);
  443. PlayerTextDrawColor(playerid, Start[29][playerid], -1061109505);
  444. PlayerTextDrawSetShadow(playerid, Start[29][playerid], 0);
  445. PlayerTextDrawSetOutline(playerid, Start[29][playerid], 1);
  446. PlayerTextDrawBackgroundColor(playerid, Start[29][playerid], 51);
  447. PlayerTextDrawFont(playerid, Start[29][playerid], 3);
  448. PlayerTextDrawSetProportional(playerid, Start[29][playerid], 1);
  449. Start[30][playerid] = CreatePlayerTextDraw(playerid, 46.000000, 347.812500, "LD_BEAT:triang");
  450. PlayerTextDrawLetterSize(playerid, Start[30][playerid], 0.000000, 0.000000);
  451. PlayerTextDrawTextSize(playerid, Start[30][playerid], 92.500000, 28.875000);
  452. PlayerTextDrawAlignment(playerid, Start[30][playerid], 1);
  453. PlayerTextDrawColor(playerid, Start[30][playerid], -1);
  454. PlayerTextDrawSetShadow(playerid, Start[30][playerid], 0);
  455. PlayerTextDrawSetOutline(playerid, Start[30][playerid], 0);
  456. PlayerTextDrawFont(playerid, Start[30][playerid], 4);
  457. PlayerTextDrawSetSelectable(playerid, Start[30][playerid], true);
  458. Start[31][playerid] = CreatePlayerTextDraw(playerid, 160.000000, 197.437500, "LD_BEAT:square");
  459. PlayerTextDrawLetterSize(playerid, Start[31][playerid], 0.000000, 0.000000);
  460. PlayerTextDrawTextSize(playerid, Start[31][playerid], 92.500000, 28.875000);
  461. PlayerTextDrawAlignment(playerid, Start[31][playerid], 1);
  462. PlayerTextDrawColor(playerid, Start[31][playerid], -1);
  463. PlayerTextDrawSetShadow(playerid, Start[31][playerid], 0);
  464. PlayerTextDrawSetOutline(playerid, Start[31][playerid], 0);
  465. PlayerTextDrawFont(playerid, Start[31][playerid], 4);
  466. PlayerTextDrawSetSelectable(playerid, Start[31][playerid], true);
  467. Start[32][playerid] = CreatePlayerTextDraw(playerid, 166.000000, 266.875000, "ld_dual:backgnd");
  468. PlayerTextDrawLetterSize(playerid, Start[32][playerid], 0.000000, 0.000000);
  469. PlayerTextDrawTextSize(playerid, Start[32][playerid], 82.500000, 40.250000);
  470. PlayerTextDrawAlignment(playerid, Start[32][playerid], 1);
  471. PlayerTextDrawColor(playerid, Start[32][playerid], -1);
  472. PlayerTextDrawSetShadow(playerid, Start[32][playerid], 0);
  473. PlayerTextDrawSetOutline(playerid, Start[32][playerid], 0);
  474. PlayerTextDrawFont(playerid, Start[32][playerid], 4);
  475. PlayerTextDrawSetSelectable(playerid, Start[32][playerid], true);
  476. Start[33][playerid] = CreatePlayerTextDraw(playerid, 171.500000, 343.875000, "hud:radar_ZERO");
  477. PlayerTextDrawLetterSize(playerid, Start[33][playerid], 0.000000, 0.000000);
  478. PlayerTextDrawTextSize(playerid, Start[33][playerid], 74.000000, 42.000000);
  479. PlayerTextDrawAlignment(playerid, Start[33][playerid], 1);
  480. PlayerTextDrawColor(playerid, Start[33][playerid], -1);
  481. PlayerTextDrawSetShadow(playerid, Start[33][playerid], 0);
  482. PlayerTextDrawSetOutline(playerid, Start[33][playerid], 0);
  483. PlayerTextDrawFont(playerid, Start[33][playerid], 4);
  484. PlayerTextDrawSetSelectable(playerid, Start[33][playerid], true);
  485. Start[34][playerid] = CreatePlayerTextDraw(playerid, 326.500000, 189.437500, "hud:skipicon");
  486. PlayerTextDrawLetterSize(playerid, Start[34][playerid], 0.000000, 0.000000);
  487. PlayerTextDrawTextSize(playerid, Start[34][playerid], 184.000000, 56.000000);
  488. PlayerTextDrawAlignment(playerid, Start[34][playerid], 1);
  489. PlayerTextDrawColor(playerid, Start[34][playerid], -1);
  490. PlayerTextDrawSetShadow(playerid, Start[34][playerid], 0);
  491. PlayerTextDrawSetOutline(playerid, Start[34][playerid], 0);
  492. PlayerTextDrawFont(playerid, Start[34][playerid], 4);
  493. PlayerTextDrawSetSelectable(playerid, Start[34][playerid], true);
  494. Start[35][playerid] = CreatePlayerTextDraw(playerid, 317.000000, 256.812500, "LD_BEAT:chit");
  495. PlayerTextDrawLetterSize(playerid, Start[35][playerid], 0.000000, 0.000000);
  496. PlayerTextDrawTextSize(playerid, Start[35][playerid], 76.000000, 59.062500);
  497. PlayerTextDrawAlignment(playerid, Start[35][playerid], 1);
  498. PlayerTextDrawColor(playerid, Start[35][playerid], -16776961);
  499. PlayerTextDrawSetShadow(playerid, Start[35][playerid], 0);
  500. PlayerTextDrawSetOutline(playerid, Start[35][playerid], 0);
  501. PlayerTextDrawFont(playerid, Start[35][playerid], 4);
  502. PlayerTextDrawSetSelectable(playerid, Start[35][playerid], true);
  503. Start[36][playerid] = CreatePlayerTextDraw(playerid, 435.000000, 269.500000, "samaps:gtasamapbit1");
  504. PlayerTextDrawLetterSize(playerid, Start[36][playerid], 0.000000, 0.000000);
  505. PlayerTextDrawTextSize(playerid, Start[36][playerid], 73.500000, 39.812500);
  506. PlayerTextDrawAlignment(playerid, Start[36][playerid], 1);
  507. PlayerTextDrawColor(playerid, Start[36][playerid], -1);
  508. PlayerTextDrawSetShadow(playerid, Start[36][playerid], 0);
  509. PlayerTextDrawSetOutline(playerid, Start[36][playerid], 0);
  510. PlayerTextDrawFont(playerid, Start[36][playerid], 4);
  511. PlayerTextDrawSetSelectable(playerid, Start[36][playerid], true);
  512.  
  513. Desktop[0][playerid] = CreatePlayerTextDraw(playerid, 0.000000, 0.000000, "ld_dual:backgnd");
  514. PlayerTextDrawLetterSize(playerid, Desktop[0][playerid], 0.000000, 0.000000);
  515. PlayerTextDrawTextSize(playerid, Desktop[0][playerid], 640.000000, 448.000000);
  516. PlayerTextDrawAlignment(playerid, Desktop[0][playerid], 1);
  517. PlayerTextDrawColor(playerid, Desktop[0][playerid], -1);
  518. PlayerTextDrawSetShadow(playerid, Desktop[0][playerid], 0);
  519. PlayerTextDrawSetOutline(playerid, Desktop[0][playerid], 0);
  520. PlayerTextDrawFont(playerid, Desktop[0][playerid], 4);
  521. Desktop[1][playerid] = CreatePlayerTextDraw(playerid, 641.500000, 435.062500, "usebox");
  522. PlayerTextDrawLetterSize(playerid, Desktop[1][playerid], 0.000000, 1.238888);
  523. PlayerTextDrawTextSize(playerid, Desktop[1][playerid], -2.000000, 0.000000);
  524. PlayerTextDrawAlignment(playerid, Desktop[1][playerid], 1);
  525. PlayerTextDrawColor(playerid, Desktop[1][playerid], -1378294017);
  526. PlayerTextDrawUseBox(playerid, Desktop[1][playerid], true);
  527. PlayerTextDrawBoxColor(playerid, Desktop[1][playerid], -1378294017);
  528. PlayerTextDrawSetShadow(playerid, Desktop[1][playerid], 0);
  529. PlayerTextDrawSetOutline(playerid, Desktop[1][playerid], 0);
  530. PlayerTextDrawFont(playerid, Desktop[1][playerid], 0);
  531. Desktop[2][playerid] = CreatePlayerTextDraw(playerid, 69.000000, 376.875000, "usebox");
  532. PlayerTextDrawLetterSize(playerid, Desktop[2][playerid], 0.000000, 4.398611);
  533. PlayerTextDrawTextSize(playerid, Desktop[2][playerid], 11.500000, 0.000000);
  534. PlayerTextDrawAlignment(playerid, Desktop[2][playerid], 1);
  535. PlayerTextDrawColor(playerid, Desktop[2][playerid], 0);
  536. PlayerTextDrawUseBox(playerid, Desktop[2][playerid], true);
  537. PlayerTextDrawBoxColor(playerid, Desktop[2][playerid], 102);
  538. PlayerTextDrawSetShadow(playerid, Desktop[2][playerid], 0);
  539. PlayerTextDrawSetOutline(playerid, Desktop[2][playerid], 0);
  540. PlayerTextDrawFont(playerid, Desktop[2][playerid], 0);
  541. Desktop[3][playerid] = CreatePlayerTextDraw(playerid, 21.500000, 407.750000, "ZEPCOHALN3AQNR");
  542. PlayerTextDrawLetterSize(playerid, Desktop[3][playerid], 0.119998, 0.716250);
  543. PlayerTextDrawAlignment(playerid, Desktop[3][playerid], 1);
  544. PlayerTextDrawColor(playerid, Desktop[3][playerid], -1);
  545. PlayerTextDrawSetShadow(playerid, Desktop[3][playerid], 0);
  546. PlayerTextDrawSetOutline(playerid, Desktop[3][playerid], 1);
  547. PlayerTextDrawBackgroundColor(playerid, Desktop[3][playerid], 51);
  548. PlayerTextDrawFont(playerid, Desktop[3][playerid], 1);
  549. PlayerTextDrawSetProportional(playerid, Desktop[3][playerid], 1);
  550. Desktop[4][playerid] = CreatePlayerTextDraw(playerid, 18.500000, 380.625000, "LD_BEAT:chit");
  551. PlayerTextDrawLetterSize(playerid, Desktop[4][playerid], 0.000000, 0.000000);
  552. PlayerTextDrawTextSize(playerid, Desktop[4][playerid], 44.500000, 27.125000);
  553. PlayerTextDrawAlignment(playerid, Desktop[4][playerid], 1);
  554. PlayerTextDrawColor(playerid, Desktop[4][playerid], -5963521);
  555. PlayerTextDrawSetShadow(playerid, Desktop[4][playerid], 0);
  556. PlayerTextDrawSetOutline(playerid, Desktop[4][playerid], 0);
  557. PlayerTextDrawFont(playerid, Desktop[4][playerid], 4);
  558. PlayerTextDrawSetSelectable(playerid, Desktop[4][playerid], true);
  559. Desktop[5][playerid] = CreatePlayerTextDraw(playerid, 9.500000, 436.712500, "LD_BEAT:triang");
  560. PlayerTextDrawLetterSize(playerid, Desktop[5][playerid], 0.000000, 0.000000);
  561. PlayerTextDrawTextSize(playerid, Desktop[5][playerid], 11.500000, 8.750000);
  562. PlayerTextDrawAlignment(playerid, Desktop[5][playerid], 1);
  563. PlayerTextDrawColor(playerid, Desktop[5][playerid], -1);
  564. PlayerTextDrawSetShadow(playerid, Desktop[5][playerid], 0);
  565. PlayerTextDrawSetOutline(playerid, Desktop[5][playerid], 0);
  566. PlayerTextDrawFont(playerid, Desktop[5][playerid], 4);
  567. PlayerTextDrawSetSelectable(playerid, Desktop[5][playerid], true);
  568. Desktop[6][playerid] = CreatePlayerTextDraw(playerid, 34.000000, 436.712500, "LD_SPAC:white");
  569. PlayerTextDrawLetterSize(playerid, Desktop[6][playerid], 0.000000, 0.000000);
  570. PlayerTextDrawTextSize(playerid, Desktop[6][playerid], 11.500000, 8.750000);
  571. PlayerTextDrawAlignment(playerid, Desktop[6][playerid], 1);
  572. PlayerTextDrawColor(playerid, Desktop[6][playerid], 255);
  573. PlayerTextDrawSetShadow(playerid, Desktop[6][playerid], 0);
  574. PlayerTextDrawSetOutline(playerid, Desktop[6][playerid], 0);
  575. PlayerTextDrawFont(playerid, Desktop[6][playerid], 4);
  576. PlayerTextDrawSetSelectable(playerid, Desktop[6][playerid], true);
  577. Desktop[7][playerid] = CreatePlayerTextDraw(playerid, 69.000000, 325.812500, "usebox");
  578. PlayerTextDrawLetterSize(playerid, Desktop[7][playerid], 0.000000, 4.398611);
  579. PlayerTextDrawTextSize(playerid, Desktop[7][playerid], 11.500000, 0.000000);
  580. PlayerTextDrawAlignment(playerid, Desktop[7][playerid], 1);
  581. PlayerTextDrawColor(playerid, Desktop[7][playerid], 0);
  582. PlayerTextDrawUseBox(playerid, Desktop[7][playerid], true);
  583. PlayerTextDrawBoxColor(playerid, Desktop[7][playerid], 102);
  584. PlayerTextDrawSetShadow(playerid, Desktop[7][playerid], 0);
  585. PlayerTextDrawSetOutline(playerid, Desktop[7][playerid], 0);
  586. PlayerTextDrawFont(playerid, Desktop[7][playerid], 0);
  587. Desktop[8][playerid] = CreatePlayerTextDraw(playerid, 28.000000, 355.812500, "chat.exe");
  588. PlayerTextDrawLetterSize(playerid, Desktop[8][playerid], 0.152998, 0.943750);
  589. PlayerTextDrawAlignment(playerid, Desktop[8][playerid], 1);
  590. PlayerTextDrawColor(playerid, Desktop[8][playerid], -1);
  591. PlayerTextDrawSetShadow(playerid, Desktop[8][playerid], 0);
  592. PlayerTextDrawSetOutline(playerid, Desktop[8][playerid], 1);
  593. PlayerTextDrawBackgroundColor(playerid, Desktop[8][playerid], 51);
  594. PlayerTextDrawFont(playerid, Desktop[8][playerid], 1);
  595. PlayerTextDrawSetProportional(playerid, Desktop[8][playerid], 1);
  596. Desktop[9][playerid] = CreatePlayerTextDraw(playerid, 17.000000, 328.250000, "LD_BEAT:chit");
  597. PlayerTextDrawLetterSize(playerid, Desktop[9][playerid], 0.000000, 0.000000);
  598. PlayerTextDrawTextSize(playerid, Desktop[9][playerid], 44.500000, 27.125000);
  599. PlayerTextDrawAlignment(playerid, Desktop[9][playerid], 1);
  600. PlayerTextDrawColor(playerid, Desktop[9][playerid], -2139062017);
  601. PlayerTextDrawSetShadow(playerid, Desktop[9][playerid], 0);
  602. PlayerTextDrawSetOutline(playerid, Desktop[9][playerid], 0);
  603. PlayerTextDrawFont(playerid, Desktop[9][playerid], 4);
  604. PlayerTextDrawSetSelectable(playerid, Desktop[9][playerid], true);
  605. Desktop[10][playerid] = CreatePlayerTextDraw(playerid, 601.000000, 432.687500, time);
  606. PlayerTextDrawLetterSize(playerid, Desktop[10][playerid], 0.449999, 1.600000);
  607. PlayerTextDrawAlignment(playerid, Desktop[10][playerid], 2);
  608. PlayerTextDrawColor(playerid, Desktop[10][playerid], -1);
  609. PlayerTextDrawSetShadow(playerid, Desktop[10][playerid], 0);
  610. PlayerTextDrawSetOutline(playerid, Desktop[10][playerid], 1);
  611. PlayerTextDrawBackgroundColor(playerid, Desktop[10][playerid], 51);
  612. PlayerTextDrawFont(playerid, Desktop[10][playerid], 2);
  613. PlayerTextDrawSetProportional(playerid, Desktop[10][playerid], 1);
  614. Desktop[11][playerid] = CreatePlayerTextDraw(playerid, 567.000000, 437.250000, "usebox");
  615. PlayerTextDrawLetterSize(playerid, Desktop[11][playerid], 0.000000, 0.801388);
  616. PlayerTextDrawTextSize(playerid, Desktop[11][playerid], 559.500000, 0.000000);
  617. PlayerTextDrawAlignment(playerid, Desktop[11][playerid], 1);
  618. PlayerTextDrawColor(playerid, Desktop[11][playerid], 0);
  619. PlayerTextDrawUseBox(playerid, Desktop[11][playerid], true);
  620. PlayerTextDrawBoxColor(playerid, Desktop[11][playerid], 102);
  621. PlayerTextDrawSetShadow(playerid, Desktop[11][playerid], 0);
  622. PlayerTextDrawSetOutline(playerid, Desktop[11][playerid], 0);
  623. PlayerTextDrawFont(playerid, Desktop[11][playerid], 0);
  624. Desktop[12][playerid] = CreatePlayerTextDraw(playerid, -57.500000, 435.312500, "LD_BEAT:cring");
  625. PlayerTextDrawLetterSize(playerid, Desktop[12][playerid], 0.000000, 0.000000);
  626. PlayerTextDrawTextSize(playerid, Desktop[12][playerid], 18.500000, 10.062500);
  627. PlayerTextDrawAlignment(playerid, Desktop[12][playerid], 1);
  628. PlayerTextDrawColor(playerid, Desktop[12][playerid], -1);
  629. PlayerTextDrawSetShadow(playerid, Desktop[12][playerid], 0);
  630. PlayerTextDrawSetOutline(playerid, Desktop[12][playerid], 0);
  631. PlayerTextDrawFont(playerid, Desktop[12][playerid], 4);
  632. Desktop[13][playerid] = CreatePlayerTextDraw(playerid, 60.500000, 436.712500, "LD_BEAT:square");
  633. PlayerTextDrawLetterSize(playerid, Desktop[13][playerid], 0.000000, 0.000000);
  634. PlayerTextDrawTextSize(playerid, Desktop[13][playerid], 15.000000, 8.850000);
  635. PlayerTextDrawAlignment(playerid, Desktop[13][playerid], 1);
  636. PlayerTextDrawColor(playerid, Desktop[13][playerid], -1);
  637. PlayerTextDrawSetShadow(playerid, Desktop[13][playerid], 0);
  638. PlayerTextDrawSetOutline(playerid, Desktop[13][playerid], 0);
  639. PlayerTextDrawFont(playerid, Desktop[13][playerid], 4);
  640. PlayerTextDrawSetSelectable(playerid, Desktop[13][playerid], true);
  641.  
  642. RightPanel[playerid] = CreatePlayerTextDraw(playerid, 634.500000, -4.812500, "LD_SPAC:white");
  643. PlayerTextDrawLetterSize(playerid, RightPanel[playerid], 0.000000, 0.000000);
  644. PlayerTextDrawTextSize(playerid, RightPanel[playerid], 6.500000, 503.562500);
  645. PlayerTextDrawAlignment(playerid, RightPanel[playerid], 1);
  646. PlayerTextDrawColor(playerid, RightPanel[playerid], 255);
  647. PlayerTextDrawSetShadow(playerid, RightPanel[playerid], 0);
  648. PlayerTextDrawSetOutline(playerid, RightPanel[playerid], 0);
  649. PlayerTextDrawFont(playerid, RightPanel[playerid], 4);
  650. PlayerTextDrawSetSelectable(playerid, RightPanel[playerid], true);
  651.  
  652. DownPanel[playerid] = CreatePlayerTextDraw(playerid, 0.000000, 443.625000, "LD_SPAC:white");
  653. PlayerTextDrawLetterSize(playerid, DownPanel[playerid], 0.000000, 0.000000);
  654. PlayerTextDrawTextSize(playerid, DownPanel[playerid], 640.000000, 4.375000);
  655. PlayerTextDrawAlignment(playerid, DownPanel[playerid], 1);
  656. PlayerTextDrawColor(playerid, DownPanel[playerid], -1);
  657. PlayerTextDrawSetShadow(playerid, DownPanel[playerid], 0);
  658. PlayerTextDrawSetOutline(playerid, DownPanel[playerid], 0);
  659. PlayerTextDrawFont(playerid, DownPanel[playerid], 4);
  660. PlayerTextDrawSetSelectable(playerid, DownPanel[playerid], true);
  661.  
  662. ClosePanel[playerid] = CreatePlayerTextDraw(playerid, 0.000000, 443.625000, "LD_SPAC:white");
  663. PlayerTextDrawLetterSize(playerid, ClosePanel[playerid], 0.000000, 0.000000);
  664. PlayerTextDrawTextSize(playerid, ClosePanel[playerid], 640.000000, 4.375000);
  665. PlayerTextDrawAlignment(playerid, ClosePanel[playerid], 1);
  666. PlayerTextDrawColor(playerid, ClosePanel[playerid], -1);
  667. PlayerTextDrawSetShadow(playerid, ClosePanel[playerid], 0);
  668. PlayerTextDrawSetOutline(playerid, ClosePanel[playerid], 0);
  669. PlayerTextDrawFont(playerid, ClosePanel[playerid], 4);
  670. PlayerTextDrawSetSelectable(playerid, ClosePanel[playerid], true);
  671.  
  672. DesktopParams[0][playerid] = CreatePlayerTextDraw(playerid, 601.000000, 156.375000, "usebox");
  673. PlayerTextDrawLetterSize(playerid, DesktopParams[0][playerid], 0.000000, 26.897222);
  674. PlayerTextDrawTextSize(playerid, DesktopParams[0][playerid], 189.500000, 0.000000);
  675. PlayerTextDrawAlignment(playerid, DesktopParams[0][playerid], 1);
  676. PlayerTextDrawColor(playerid, DesktopParams[0][playerid], 0);
  677. PlayerTextDrawUseBox(playerid, DesktopParams[0][playerid], true);
  678. PlayerTextDrawBoxColor(playerid, DesktopParams[0][playerid], -103);
  679. PlayerTextDrawSetShadow(playerid, DesktopParams[0][playerid], 0);
  680. PlayerTextDrawSetOutline(playerid, DesktopParams[0][playerid], 0);
  681. PlayerTextDrawFont(playerid, DesktopParams[0][playerid], 0);
  682. DesktopParams[1][playerid] = CreatePlayerTextDraw(playerid, 193.500000, 143.250000, "usebox");
  683. PlayerTextDrawLetterSize(playerid, DesktopParams[1][playerid], 0.000000, 1.093055);
  684. PlayerTextDrawTextSize(playerid, DesktopParams[1][playerid], 597.000000, 0.000000);
  685. PlayerTextDrawAlignment(playerid, DesktopParams[1][playerid], 1);
  686. PlayerTextDrawColor(playerid, DesktopParams[1][playerid], 0);
  687. PlayerTextDrawUseBox(playerid, DesktopParams[1][playerid], true);
  688. PlayerTextDrawBoxColor(playerid, DesktopParams[1][playerid], -1378294017);
  689. PlayerTextDrawSetShadow(playerid, DesktopParams[1][playerid], 0);
  690. PlayerTextDrawSetOutline(playerid, DesktopParams[1][playerid], 0);
  691. PlayerTextDrawFont(playerid, DesktopParams[1][playerid], 0);
  692. DesktopParams[2][playerid] = CreatePlayerTextDraw(playerid, 301.500000, 141.750000, "ZEPCOHALN3AQNR");
  693. PlayerTextDrawLetterSize(playerid, DesktopParams[2][playerid], 0.376498, 1.376875);
  694. PlayerTextDrawAlignment(playerid, DesktopParams[2][playerid], 1);
  695. PlayerTextDrawColor(playerid, DesktopParams[2][playerid], -1);
  696. PlayerTextDrawSetShadow(playerid, DesktopParams[2][playerid], 0);
  697. PlayerTextDrawSetOutline(playerid, DesktopParams[2][playerid], 1);
  698. PlayerTextDrawBackgroundColor(playerid, DesktopParams[2][playerid], 51);
  699. PlayerTextDrawFont(playerid, DesktopParams[2][playerid], 2);
  700. PlayerTextDrawSetProportional(playerid, DesktopParams[2][playerid], 1);
  701. DesktopParams[3][playerid] = CreatePlayerTextDraw(playerid, 597.500000, 144.125000, "usebox");
  702. PlayerTextDrawLetterSize(playerid, DesktopParams[3][playerid], 0.000000, 0.850000);
  703. PlayerTextDrawTextSize(playerid, DesktopParams[3][playerid], 580.000000, 0.000000);
  704. PlayerTextDrawAlignment(playerid, DesktopParams[3][playerid], 1);
  705. PlayerTextDrawColor(playerid, DesktopParams[3][playerid], 0);
  706. PlayerTextDrawUseBox(playerid, DesktopParams[3][playerid], true);
  707. PlayerTextDrawBoxColor(playerid, DesktopParams[3][playerid], -16777046);
  708. PlayerTextDrawSetShadow(playerid, DesktopParams[3][playerid], 0);
  709. PlayerTextDrawSetOutline(playerid, DesktopParams[3][playerid], 0);
  710. PlayerTextDrawFont(playerid, DesktopParams[3][playerid], 0);
  711. DesktopParams[4][playerid] = CreatePlayerTextDraw(playerid, 579.000000, 144.250000, "usebox");
  712. PlayerTextDrawLetterSize(playerid, DesktopParams[4][playerid], 0.000000, 0.800000);
  713. PlayerTextDrawTextSize(playerid, DesktopParams[4][playerid], 561.500000, 0.000000);
  714. PlayerTextDrawAlignment(playerid, DesktopParams[4][playerid], 1);
  715. PlayerTextDrawColor(playerid, DesktopParams[4][playerid], 0);
  716. PlayerTextDrawUseBox(playerid, DesktopParams[4][playerid], true);
  717. PlayerTextDrawBoxColor(playerid, DesktopParams[4][playerid], -2004318038);
  718. PlayerTextDrawSetShadow(playerid, DesktopParams[4][playerid], 0);
  719. PlayerTextDrawSetOutline(playerid, DesktopParams[4][playerid], 0);
  720. PlayerTextDrawFont(playerid, DesktopParams[4][playerid], 0);
  721. DesktopParams[5][playerid] = CreatePlayerTextDraw(playerid, 560.000000, 144.375000, "usebox");
  722. PlayerTextDrawLetterSize(playerid, DesktopParams[5][playerid], 0.000000, 0.800000);
  723. PlayerTextDrawTextSize(playerid, DesktopParams[5][playerid], 542.500000, 0.000000);
  724. PlayerTextDrawAlignment(playerid, DesktopParams[5][playerid], 1);
  725. PlayerTextDrawColor(playerid, DesktopParams[5][playerid], 0);
  726. PlayerTextDrawUseBox(playerid, DesktopParams[5][playerid], true);
  727. PlayerTextDrawBoxColor(playerid, DesktopParams[5][playerid], -2004318038);
  728. PlayerTextDrawSetShadow(playerid, DesktopParams[5][playerid], 0);
  729. PlayerTextDrawSetOutline(playerid, DesktopParams[5][playerid], 0);
  730. PlayerTextDrawFont(playerid, DesktopParams[5][playerid], 0);
  731. DesktopParams[6][playerid] = CreatePlayerTextDraw(playerid, 582.500000, 139.562500, "x");
  732. PlayerTextDrawLetterSize(playerid, DesktopParams[6][playerid], 0.449999, 1.600000);
  733. PlayerTextDrawAlignment(playerid, DesktopParams[6][playerid], 1);
  734. PlayerTextDrawColor(playerid, DesktopParams[6][playerid], -1);
  735. PlayerTextDrawSetShadow(playerid, DesktopParams[6][playerid], 0);
  736. PlayerTextDrawSetOutline(playerid, DesktopParams[6][playerid], 0);
  737. PlayerTextDrawBackgroundColor(playerid, DesktopParams[6][playerid], 51);
  738. PlayerTextDrawFont(playerid, DesktopParams[6][playerid], 2);
  739. PlayerTextDrawSetProportional(playerid, DesktopParams[6][playerid], 1);
  740. PlayerTextDrawSetSelectable(playerid, DesktopParams[6][playerid], true);
  741. DesktopParams[7][playerid] = CreatePlayerTextDraw(playerid, 563.000000, 140.437500, "[]");
  742. PlayerTextDrawLetterSize(playerid, DesktopParams[7][playerid], 0.385500, 1.328750);
  743. PlayerTextDrawAlignment(playerid, DesktopParams[7][playerid], 1);
  744. PlayerTextDrawColor(playerid, DesktopParams[7][playerid], -1);
  745. PlayerTextDrawSetShadow(playerid, DesktopParams[7][playerid], 0);
  746. PlayerTextDrawSetOutline(playerid, DesktopParams[7][playerid], 0);
  747. PlayerTextDrawBackgroundColor(playerid, DesktopParams[7][playerid], 51);
  748. PlayerTextDrawFont(playerid, DesktopParams[7][playerid], 3);
  749. PlayerTextDrawSetProportional(playerid, DesktopParams[7][playerid], 1);
  750. DesktopParams[8][playerid] = CreatePlayerTextDraw(playerid, 546.500000, 142.625000, "-");
  751. PlayerTextDrawLetterSize(playerid, DesktopParams[8][playerid], 0.746999, 1.429375);
  752. PlayerTextDrawAlignment(playerid, DesktopParams[8][playerid], 1);
  753. PlayerTextDrawColor(playerid, DesktopParams[8][playerid], -1);
  754. PlayerTextDrawSetShadow(playerid, DesktopParams[8][playerid], 0);
  755. PlayerTextDrawSetOutline(playerid, DesktopParams[8][playerid], 0);
  756. PlayerTextDrawBackgroundColor(playerid, DesktopParams[8][playerid], 51);
  757. PlayerTextDrawFont(playerid, DesktopParams[8][playerid], 2);
  758. PlayerTextDrawSetProportional(playerid, DesktopParams[8][playerid], 1);
  759. DesktopParams[9][playerid] = CreatePlayerTextDraw(playerid, 284.500000, 156.375000, "usebox");
  760. PlayerTextDrawLetterSize(playerid, DesktopParams[9][playerid], 0.000000, 22.531944);
  761. PlayerTextDrawTextSize(playerid, DesktopParams[9][playerid], 278.500000, 0.000000);
  762. PlayerTextDrawAlignment(playerid, DesktopParams[9][playerid], 1);
  763. PlayerTextDrawColor(playerid, DesktopParams[9][playerid], 0);
  764. PlayerTextDrawUseBox(playerid, DesktopParams[9][playerid], true);
  765. PlayerTextDrawBoxColor(playerid, DesktopParams[9][playerid], 102);
  766. PlayerTextDrawSetShadow(playerid, DesktopParams[9][playerid], 0);
  767. PlayerTextDrawSetOutline(playerid, DesktopParams[9][playerid], 0);
  768. PlayerTextDrawFont(playerid, DesktopParams[9][playerid], 0);
  769. DesktopParams[10][playerid] = CreatePlayerTextDraw(playerid, 282.500000, 156.375000, "usebox");
  770. PlayerTextDrawLetterSize(playerid, DesktopParams[10][playerid], 0.000000, 26.888881);
  771. PlayerTextDrawTextSize(playerid, DesktopParams[10][playerid], 189.500000, 0.000000);
  772. PlayerTextDrawAlignment(playerid, DesktopParams[10][playerid], 1);
  773. PlayerTextDrawColor(playerid, DesktopParams[10][playerid], 0);
  774. PlayerTextDrawUseBox(playerid, DesktopParams[10][playerid], true);
  775. PlayerTextDrawBoxColor(playerid, DesktopParams[10][playerid], 859015270);
  776. PlayerTextDrawSetShadow(playerid, DesktopParams[10][playerid], 0);
  777. PlayerTextDrawSetOutline(playerid, DesktopParams[10][playerid], 0);
  778. PlayerTextDrawFont(playerid, DesktopParams[10][playerid], 0);
  779. DesktopParams[11][playerid] = CreatePlayerTextDraw(playerid, 194.500000, 155.312500, "N3MEHEHNE PNCYHKA");
  780. PlayerTextDrawLetterSize(playerid, DesktopParams[11][playerid], 0.150997, 0.873749);
  781. PlayerTextDrawAlignment(playerid, DesktopParams[11][playerid], 1);
  782. PlayerTextDrawColor(playerid, DesktopParams[11][playerid], -1);
  783. PlayerTextDrawSetShadow(playerid, DesktopParams[11][playerid], 0);
  784. PlayerTextDrawSetOutline(playerid, DesktopParams[11][playerid], 1);
  785. PlayerTextDrawBackgroundColor(playerid, DesktopParams[11][playerid], 51);
  786. PlayerTextDrawFont(playerid, DesktopParams[11][playerid], 2);
  787. PlayerTextDrawSetProportional(playerid, DesktopParams[11][playerid], 1);
  788. DesktopParams[12][playerid] = CreatePlayerTextDraw(playerid, 194.500000, 162.437500, "PA6O4EFO CTOLA");
  789. PlayerTextDrawLetterSize(playerid, DesktopParams[12][playerid], 0.150997, 0.873749);
  790. PlayerTextDrawAlignment(playerid, DesktopParams[12][playerid], 1);
  791. PlayerTextDrawColor(playerid, DesktopParams[12][playerid], -1);
  792. PlayerTextDrawSetShadow(playerid, DesktopParams[12][playerid], 0);
  793. PlayerTextDrawSetOutline(playerid, DesktopParams[12][playerid], 1);
  794. PlayerTextDrawBackgroundColor(playerid, DesktopParams[12][playerid], 51);
  795. PlayerTextDrawFont(playerid, DesktopParams[12][playerid], 2);
  796. PlayerTextDrawSetProportional(playerid, DesktopParams[12][playerid], 1);
  797. DesktopParams[13][playerid] = CreatePlayerTextDraw(playerid, 267.000000, 159.250000, "LD_BEAT:right");
  798. PlayerTextDrawLetterSize(playerid, DesktopParams[13][playerid], 0.000000, 0.000000);
  799. PlayerTextDrawTextSize(playerid, DesktopParams[13][playerid], 11.500000, 10.062500);
  800. PlayerTextDrawAlignment(playerid, DesktopParams[13][playerid], 1);
  801. PlayerTextDrawColor(playerid, DesktopParams[13][playerid], -1);
  802. PlayerTextDrawSetShadow(playerid, DesktopParams[13][playerid], 0);
  803. PlayerTextDrawSetOutline(playerid, DesktopParams[13][playerid], 0);
  804. PlayerTextDrawFont(playerid, DesktopParams[13][playerid], 4);
  805. DesktopParams[14][playerid] = CreatePlayerTextDraw(playerid, 194.500000, 182.562500, "N3MEHEHNE TEMS");
  806. PlayerTextDrawLetterSize(playerid, DesktopParams[14][playerid], 0.150997, 0.873749);
  807. PlayerTextDrawAlignment(playerid, DesktopParams[14][playerid], 1);
  808. PlayerTextDrawColor(playerid, DesktopParams[14][playerid], -1);
  809. PlayerTextDrawSetShadow(playerid, DesktopParams[14][playerid], 0);
  810. PlayerTextDrawSetOutline(playerid, DesktopParams[14][playerid], 1);
  811. PlayerTextDrawBackgroundColor(playerid, DesktopParams[14][playerid], 51);
  812. PlayerTextDrawFont(playerid, DesktopParams[14][playerid], 2);
  813. PlayerTextDrawSetProportional(playerid, DesktopParams[14][playerid], 1);
  814. DesktopParams[15][playerid] = CreatePlayerTextDraw(playerid, 194.500000, 201.062500, "YZPABLEHNE CETJU");
  815. PlayerTextDrawLetterSize(playerid, DesktopParams[15][playerid], 0.150997, 0.873749);
  816. PlayerTextDrawAlignment(playerid, DesktopParams[15][playerid], 1);
  817. PlayerTextDrawColor(playerid, DesktopParams[15][playerid], -1);
  818. PlayerTextDrawSetShadow(playerid, DesktopParams[15][playerid], 0);
  819. PlayerTextDrawSetOutline(playerid, DesktopParams[15][playerid], 1);
  820. PlayerTextDrawBackgroundColor(playerid, DesktopParams[15][playerid], 51);
  821. PlayerTextDrawFont(playerid, DesktopParams[15][playerid], 2);
  822. PlayerTextDrawSetProportional(playerid, DesktopParams[15][playerid], 1);
  823. DesktopParams[16][playerid] = CreatePlayerTextDraw(playerid, 194.500000, 220.875000, "HACTPONKN ZAZOK");
  824. PlayerTextDrawLetterSize(playerid, DesktopParams[16][playerid], 0.150997, 0.873749);
  825. PlayerTextDrawAlignment(playerid, DesktopParams[16][playerid], 1);
  826. PlayerTextDrawColor(playerid, DesktopParams[16][playerid], -1);
  827. PlayerTextDrawSetShadow(playerid, DesktopParams[16][playerid], 0);
  828. PlayerTextDrawSetOutline(playerid, DesktopParams[16][playerid], 1);
  829. PlayerTextDrawBackgroundColor(playerid, DesktopParams[16][playerid], 51);
  830. PlayerTextDrawFont(playerid, DesktopParams[16][playerid], 2);
  831. PlayerTextDrawSetProportional(playerid, DesktopParams[16][playerid], 1);
  832. DesktopParams[17][playerid] = CreatePlayerTextDraw(playerid, 195.000000, 241.562500, "ZAPAMETPS");
  833. PlayerTextDrawLetterSize(playerid, DesktopParams[17][playerid], 0.150997, 0.873749);
  834. PlayerTextDrawAlignment(playerid, DesktopParams[17][playerid], 1);
  835. PlayerTextDrawColor(playerid, DesktopParams[17][playerid], -1);
  836. PlayerTextDrawSetShadow(playerid, DesktopParams[17][playerid], 0);
  837. PlayerTextDrawSetOutline(playerid, DesktopParams[17][playerid], 1);
  838. PlayerTextDrawBackgroundColor(playerid, DesktopParams[17][playerid], 51);
  839. PlayerTextDrawFont(playerid, DesktopParams[17][playerid], 2);
  840. PlayerTextDrawSetProportional(playerid, DesktopParams[17][playerid], 1);
  841. DesktopParams[18][playerid] = CreatePlayerTextDraw(playerid, 195.000000, 248.250000, "KOMZJUTEPA");
  842. PlayerTextDrawLetterSize(playerid, DesktopParams[18][playerid], 0.150997, 0.873749);
  843. PlayerTextDrawAlignment(playerid, DesktopParams[18][playerid], 1);
  844. PlayerTextDrawColor(playerid, DesktopParams[18][playerid], -1);
  845. PlayerTextDrawSetShadow(playerid, DesktopParams[18][playerid], 0);
  846. PlayerTextDrawSetOutline(playerid, DesktopParams[18][playerid], 1);
  847. PlayerTextDrawBackgroundColor(playerid, DesktopParams[18][playerid], 51);
  848. PlayerTextDrawFont(playerid, DesktopParams[18][playerid], 2);
  849. PlayerTextDrawSetProportional(playerid, DesktopParams[18][playerid], 1);
  850. DesktopParams[19][playerid] = CreatePlayerTextDraw(playerid, 267.000000, 243.812500, "LD_BEAT:right");
  851. PlayerTextDrawLetterSize(playerid, DesktopParams[19][playerid], 0.000000, 0.000000);
  852. PlayerTextDrawTextSize(playerid, DesktopParams[19][playerid], 11.500000, 10.062500);
  853. PlayerTextDrawAlignment(playerid, DesktopParams[19][playerid], 1);
  854. PlayerTextDrawColor(playerid, DesktopParams[19][playerid], -1);
  855. PlayerTextDrawSetShadow(playerid, DesktopParams[19][playerid], 0);
  856. PlayerTextDrawSetOutline(playerid, DesktopParams[19][playerid], 0);
  857. PlayerTextDrawFont(playerid, DesktopParams[19][playerid], 4);
  858. PlayerTextDrawSetSelectable(playerid, DesktopParams[19][playerid], true);
  859. DesktopParams[20][playerid] = CreatePlayerTextDraw(playerid, 586.000000, 162.937500, "usebox");
  860. PlayerTextDrawLetterSize(playerid, DesktopParams[20][playerid], 0.000000, 3.356945);
  861. PlayerTextDrawTextSize(playerid, DesktopParams[20][playerid], 293.000000, 0.000000);
  862. PlayerTextDrawAlignment(playerid, DesktopParams[20][playerid], 1);
  863. PlayerTextDrawColor(playerid, DesktopParams[20][playerid], 0);
  864. PlayerTextDrawUseBox(playerid, DesktopParams[20][playerid], true);
  865. PlayerTextDrawBoxColor(playerid, DesktopParams[20][playerid], 102);
  866. PlayerTextDrawSetShadow(playerid, DesktopParams[20][playerid], 0);
  867. PlayerTextDrawSetOutline(playerid, DesktopParams[20][playerid], 0);
  868. PlayerTextDrawFont(playerid, DesktopParams[20][playerid], 0);
  869. DesktopParams[21][playerid] = CreatePlayerTextDraw(playerid, 303.000000, 166.250000, "KLNKHNTE HA HYGHOE BAM N3O6PAGEHNE");
  870. PlayerTextDrawLetterSize(playerid, DesktopParams[21][playerid], 0.369500, 1.232499);
  871. PlayerTextDrawAlignment(playerid, DesktopParams[21][playerid], 1);
  872. PlayerTextDrawColor(playerid, DesktopParams[21][playerid], -1);
  873. PlayerTextDrawSetShadow(playerid, DesktopParams[21][playerid], 0);
  874. PlayerTextDrawSetOutline(playerid, DesktopParams[21][playerid], 1);
  875. PlayerTextDrawBackgroundColor(playerid, DesktopParams[21][playerid], 51);
  876. PlayerTextDrawFont(playerid, DesktopParams[21][playerid], 1);
  877. PlayerTextDrawSetProportional(playerid, DesktopParams[21][playerid], 1);
  878. DesktopParams[22][playerid] = CreatePlayerTextDraw(playerid, 303.500000, 180.375000, "4TO6S CDELATJ EFO PNCYHKOM PA6O4EFO CTOLA");
  879. PlayerTextDrawLetterSize(playerid, DesktopParams[22][playerid], 0.314999, 1.053125);
  880. PlayerTextDrawAlignment(playerid, DesktopParams[22][playerid], 1);
  881. PlayerTextDrawColor(playerid, DesktopParams[22][playerid], -1);
  882. PlayerTextDrawSetShadow(playerid, DesktopParams[22][playerid], 0);
  883. PlayerTextDrawSetOutline(playerid, DesktopParams[22][playerid], 1);
  884. PlayerTextDrawBackgroundColor(playerid, DesktopParams[22][playerid], 51);
  885. PlayerTextDrawFont(playerid, DesktopParams[22][playerid], 1);
  886. PlayerTextDrawSetProportional(playerid, DesktopParams[22][playerid], 1);
  887. DesktopParams[23][playerid] = CreatePlayerTextDraw(playerid, 299.000000, 199.250000, "usebox");
  888. PlayerTextDrawLetterSize(playerid, DesktopParams[23][playerid], 0.000000, 21.412500);
  889. PlayerTextDrawTextSize(playerid, DesktopParams[23][playerid], 293.000000, 0.000000);
  890. PlayerTextDrawAlignment(playerid, DesktopParams[23][playerid], 1);
  891. PlayerTextDrawColor(playerid, DesktopParams[23][playerid], 0);
  892. PlayerTextDrawUseBox(playerid, DesktopParams[23][playerid], true);
  893. PlayerTextDrawBoxColor(playerid, DesktopParams[23][playerid], 102);
  894. PlayerTextDrawSetShadow(playerid, DesktopParams[23][playerid], 0);
  895. PlayerTextDrawSetOutline(playerid, DesktopParams[23][playerid], 0);
  896. PlayerTextDrawFont(playerid, DesktopParams[23][playerid], 0);
  897. DesktopParams[24][playerid] = CreatePlayerTextDraw(playerid, 586.000000, 199.375000, "usebox");
  898. PlayerTextDrawLetterSize(playerid, DesktopParams[24][playerid], 0.000000, 21.362501);
  899. PlayerTextDrawTextSize(playerid, DesktopParams[24][playerid], 580.000000, 0.000000);
  900. PlayerTextDrawAlignment(playerid, DesktopParams[24][playerid], 1);
  901. PlayerTextDrawColor(playerid, DesktopParams[24][playerid], 0);
  902. PlayerTextDrawUseBox(playerid, DesktopParams[24][playerid], true);
  903. PlayerTextDrawBoxColor(playerid, DesktopParams[24][playerid], 102);
  904. PlayerTextDrawSetShadow(playerid, DesktopParams[24][playerid], 0);
  905. PlayerTextDrawSetOutline(playerid, DesktopParams[24][playerid], 0);
  906. PlayerTextDrawFont(playerid, DesktopParams[24][playerid], 0);
  907. DesktopParams[25][playerid] = CreatePlayerTextDraw(playerid, 584.000000, 201.250000, "usebox");
  908. PlayerTextDrawLetterSize(playerid, DesktopParams[25][playerid], 0.000000, -0.587502);
  909. PlayerTextDrawTextSize(playerid, DesktopParams[25][playerid], 295.000000, 0.000000);
  910. PlayerTextDrawAlignment(playerid, DesktopParams[25][playerid], 1);
  911. PlayerTextDrawColor(playerid, DesktopParams[25][playerid], 0);
  912. PlayerTextDrawUseBox(playerid, DesktopParams[25][playerid], true);
  913. PlayerTextDrawBoxColor(playerid, DesktopParams[25][playerid], 102);
  914. PlayerTextDrawSetShadow(playerid, DesktopParams[25][playerid], 0);
  915. PlayerTextDrawSetOutline(playerid, DesktopParams[25][playerid], 0);
  916. PlayerTextDrawFont(playerid, DesktopParams[25][playerid], 0);
  917. DesktopParams[26][playerid] = CreatePlayerTextDraw(playerid, 584.000000, 395.187500, "usebox");
  918. PlayerTextDrawLetterSize(playerid, DesktopParams[26][playerid], 0.000000, -0.587502);
  919. PlayerTextDrawTextSize(playerid, DesktopParams[26][playerid], 295.000000, 0.000000);
  920. PlayerTextDrawAlignment(playerid, DesktopParams[26][playerid], 1);
  921. PlayerTextDrawColor(playerid, DesktopParams[26][playerid], 0);
  922. PlayerTextDrawUseBox(playerid, DesktopParams[26][playerid], true);
  923. PlayerTextDrawBoxColor(playerid, DesktopParams[26][playerid], 102);
  924. PlayerTextDrawSetShadow(playerid, DesktopParams[26][playerid], 0);
  925. PlayerTextDrawSetOutline(playerid, DesktopParams[26][playerid], 0);
  926. PlayerTextDrawFont(playerid, DesktopParams[26][playerid], 0);
  927. DesktopParams[27][playerid] = CreatePlayerTextDraw(playerid, 584.000000, 201.000000, "usebox");
  928. PlayerTextDrawLetterSize(playerid, DesktopParams[27][playerid], 0.000000, 21.023611);
  929. PlayerTextDrawTextSize(playerid, DesktopParams[27][playerid], 295.000000, 0.000000);
  930. PlayerTextDrawAlignment(playerid, DesktopParams[27][playerid], 1);
  931. PlayerTextDrawColor(playerid, DesktopParams[27][playerid], 0);
  932. PlayerTextDrawUseBox(playerid, DesktopParams[27][playerid], true);
  933. PlayerTextDrawBoxColor(playerid, DesktopParams[27][playerid], 1999865975);
  934. PlayerTextDrawSetShadow(playerid, DesktopParams[27][playerid], 0);
  935. PlayerTextDrawSetOutline(playerid, DesktopParams[27][playerid], 0);
  936. PlayerTextDrawFont(playerid, DesktopParams[27][playerid], 0);
  937. DesktopParams[28][playerid] = CreatePlayerTextDraw(playerid, 300.000000, 201.687500, "loadsc1:loadsc1");
  938. PlayerTextDrawLetterSize(playerid, DesktopParams[28][playerid], 0.000000, 0.000000);
  939. PlayerTextDrawTextSize(playerid, DesktopParams[28][playerid], 39.500000, 28.000000);
  940. PlayerTextDrawAlignment(playerid, DesktopParams[28][playerid], 1);
  941. PlayerTextDrawColor(playerid, DesktopParams[28][playerid], -1);
  942. PlayerTextDrawSetShadow(playerid, DesktopParams[28][playerid], 0);
  943. PlayerTextDrawSetOutline(playerid, DesktopParams[28][playerid], 0);
  944. PlayerTextDrawFont(playerid, DesktopParams[28][playerid], 4);
  945. PlayerTextDrawSetSelectable(playerid, DesktopParams[28][playerid], true);
  946. DesktopParams[29][playerid] = CreatePlayerTextDraw(playerid, 539.000000, 201.375000, "loadsc6:loadsc6");
  947. PlayerTextDrawLetterSize(playerid, DesktopParams[29][playerid], 0.000000, 0.000000);
  948. PlayerTextDrawTextSize(playerid, DesktopParams[29][playerid], 39.500000, 28.000000);
  949. PlayerTextDrawAlignment(playerid, DesktopParams[29][playerid], 1);
  950. PlayerTextDrawColor(playerid, DesktopParams[29][playerid], -1);
  951. PlayerTextDrawSetShadow(playerid, DesktopParams[29][playerid], 0);
  952. PlayerTextDrawSetOutline(playerid, DesktopParams[29][playerid], 0);
  953. PlayerTextDrawFont(playerid, DesktopParams[29][playerid], 4);
  954. PlayerTextDrawSetSelectable(playerid, DesktopParams[29][playerid], true);
  955. DesktopParams[30][playerid] = CreatePlayerTextDraw(playerid, 491.500000, 201.500000, "loadsc5:loadsc5");
  956. PlayerTextDrawLetterSize(playerid, DesktopParams[30][playerid], 0.000000, 0.000000);
  957. PlayerTextDrawTextSize(playerid, DesktopParams[30][playerid], 39.500000, 28.000000);
  958. PlayerTextDrawAlignment(playerid, DesktopParams[30][playerid], 1);
  959. PlayerTextDrawColor(playerid, DesktopParams[30][playerid], -1);
  960. PlayerTextDrawSetShadow(playerid, DesktopParams[30][playerid], 0);
  961. PlayerTextDrawSetOutline(playerid, DesktopParams[30][playerid], 0);
  962. PlayerTextDrawFont(playerid, DesktopParams[30][playerid], 4);
  963. PlayerTextDrawSetSelectable(playerid, DesktopParams[30][playerid], true);
  964. DesktopParams[31][playerid] = CreatePlayerTextDraw(playerid, 444.500000, 201.625000, "loadsc4:loadsc4");
  965. PlayerTextDrawLetterSize(playerid, DesktopParams[31][playerid], 0.000000, 0.000000);
  966. PlayerTextDrawTextSize(playerid, DesktopParams[31][playerid], 39.500000, 28.000000);
  967. PlayerTextDrawAlignment(playerid, DesktopParams[31][playerid], 1);
  968. PlayerTextDrawColor(playerid, DesktopParams[31][playerid], -1);
  969. PlayerTextDrawSetShadow(playerid, DesktopParams[31][playerid], 0);
  970. PlayerTextDrawSetOutline(playerid, DesktopParams[31][playerid], 0);
  971. PlayerTextDrawFont(playerid, DesktopParams[31][playerid], 4);
  972. PlayerTextDrawSetSelectable(playerid, DesktopParams[31][playerid], true);
  973. DesktopParams[32][playerid] = CreatePlayerTextDraw(playerid, 397.000000, 200.875000, "loadsc3:loadsc3");
  974. PlayerTextDrawLetterSize(playerid, DesktopParams[32][playerid], 0.000000, 0.000000);
  975. PlayerTextDrawTextSize(playerid, DesktopParams[32][playerid], 39.500000, 28.000000);
  976. PlayerTextDrawAlignment(playerid, DesktopParams[32][playerid], 1);
  977. PlayerTextDrawColor(playerid, DesktopParams[32][playerid], -1);
  978. PlayerTextDrawSetShadow(playerid, DesktopParams[32][playerid], 0);
  979. PlayerTextDrawSetOutline(playerid, DesktopParams[32][playerid], 0);
  980. PlayerTextDrawFont(playerid, DesktopParams[32][playerid], 4);
  981. PlayerTextDrawSetSelectable(playerid, DesktopParams[32][playerid], true);
  982. DesktopParams[33][playerid] = CreatePlayerTextDraw(playerid, 348.500000, 201.437500, "loadsc2:loadsc2");
  983. PlayerTextDrawLetterSize(playerid, DesktopParams[33][playerid], 0.000000, 0.000000);
  984. PlayerTextDrawTextSize(playerid, DesktopParams[33][playerid], 39.500000, 28.000000);
  985. PlayerTextDrawAlignment(playerid, DesktopParams[33][playerid], 1);
  986. PlayerTextDrawColor(playerid, DesktopParams[33][playerid], -1);
  987. PlayerTextDrawSetShadow(playerid, DesktopParams[33][playerid], 0);
  988. PlayerTextDrawSetOutline(playerid, DesktopParams[33][playerid], 0);
  989. PlayerTextDrawFont(playerid, DesktopParams[33][playerid], 4);
  990. PlayerTextDrawSetSelectable(playerid, DesktopParams[33][playerid], true);
  991. DesktopParams[34][playerid] = CreatePlayerTextDraw(playerid, 300.000000, 236.500000, "loadsc7:loadsc7");
  992. PlayerTextDrawLetterSize(playerid, DesktopParams[34][playerid], 0.000000, 0.000000);
  993. PlayerTextDrawTextSize(playerid, DesktopParams[34][playerid], 39.500000, 28.000000);
  994. PlayerTextDrawAlignment(playerid, DesktopParams[34][playerid], 1);
  995. PlayerTextDrawColor(playerid, DesktopParams[34][playerid], -1);
  996. PlayerTextDrawSetShadow(playerid, DesktopParams[34][playerid], 0);
  997. PlayerTextDrawSetOutline(playerid, DesktopParams[34][playerid], 0);
  998. PlayerTextDrawFont(playerid, DesktopParams[34][playerid], 4);
  999. PlayerTextDrawSetSelectable(playerid, DesktopParams[34][playerid], true);
  1000. DesktopParams[35][playerid] = CreatePlayerTextDraw(playerid, 348.500000, 236.625000, "loadsc8:loadsc8");
  1001. PlayerTextDrawLetterSize(playerid, DesktopParams[35][playerid], 0.000000, 0.000000);
  1002. PlayerTextDrawTextSize(playerid, DesktopParams[35][playerid], 39.500000, 28.000000);
  1003. PlayerTextDrawAlignment(playerid, DesktopParams[35][playerid], 1);
  1004. PlayerTextDrawColor(playerid, DesktopParams[35][playerid], -1);
  1005. PlayerTextDrawSetShadow(playerid, DesktopParams[35][playerid], 0);
  1006. PlayerTextDrawSetOutline(playerid, DesktopParams[35][playerid], 0);
  1007. PlayerTextDrawFont(playerid, DesktopParams[35][playerid], 4);
  1008. PlayerTextDrawSetSelectable(playerid, DesktopParams[35][playerid], true);
  1009. DesktopParams[36][playerid] = CreatePlayerTextDraw(playerid, 396.500000, 236.312500, "loadsc9:loadsc9");
  1010. PlayerTextDrawLetterSize(playerid, DesktopParams[36][playerid], 0.000000, 0.000000);
  1011. PlayerTextDrawTextSize(playerid, DesktopParams[36][playerid], 39.500000, 28.000000);
  1012. PlayerTextDrawAlignment(playerid, DesktopParams[36][playerid], 1);
  1013. PlayerTextDrawColor(playerid, DesktopParams[36][playerid], -1);
  1014. PlayerTextDrawSetShadow(playerid, DesktopParams[36][playerid], 0);
  1015. PlayerTextDrawSetOutline(playerid, DesktopParams[36][playerid], 0);
  1016. PlayerTextDrawFont(playerid, DesktopParams[36][playerid], 4);
  1017. PlayerTextDrawSetSelectable(playerid, DesktopParams[36][playerid], true);
  1018. DesktopParams[37][playerid] = CreatePlayerTextDraw(playerid, 444.500000, 236.437500, "loadsc10:loadsc10");
  1019. PlayerTextDrawLetterSize(playerid, DesktopParams[37][playerid], 0.000000, 0.000000);
  1020. PlayerTextDrawTextSize(playerid, DesktopParams[37][playerid], 39.500000, 28.000000);
  1021. PlayerTextDrawAlignment(playerid, DesktopParams[37][playerid], 1);
  1022. PlayerTextDrawColor(playerid, DesktopParams[37][playerid], -1);
  1023. PlayerTextDrawSetShadow(playerid, DesktopParams[37][playerid], 0);
  1024. PlayerTextDrawSetOutline(playerid, DesktopParams[37][playerid], 0);
  1025. PlayerTextDrawFont(playerid, DesktopParams[37][playerid], 4);
  1026. PlayerTextDrawSetSelectable(playerid, DesktopParams[37][playerid], true);
  1027. DesktopParams[38][playerid] = CreatePlayerTextDraw(playerid, 491.500000, 236.562500, "loadsc11:loadsc11");
  1028. PlayerTextDrawLetterSize(playerid, DesktopParams[38][playerid], 0.000000, 0.000000);
  1029. PlayerTextDrawTextSize(playerid, DesktopParams[38][playerid], 39.500000, 28.000000);
  1030. PlayerTextDrawAlignment(playerid, DesktopParams[38][playerid], 1);
  1031. PlayerTextDrawColor(playerid, DesktopParams[38][playerid], -1);
  1032. PlayerTextDrawSetShadow(playerid, DesktopParams[38][playerid], 0);
  1033. PlayerTextDrawSetOutline(playerid, DesktopParams[38][playerid], 0);
  1034. PlayerTextDrawFont(playerid, DesktopParams[38][playerid], 4);
  1035. PlayerTextDrawSetSelectable(playerid, DesktopParams[38][playerid], true);
  1036. DesktopParams[39][playerid] = CreatePlayerTextDraw(playerid, 538.500000, 236.687500, "loadsc12:loadsc12");
  1037. PlayerTextDrawLetterSize(playerid, DesktopParams[39][playerid], 0.000000, 0.000000);
  1038. PlayerTextDrawTextSize(playerid, DesktopParams[39][playerid], 39.500000, 28.000000);
  1039. PlayerTextDrawAlignment(playerid, DesktopParams[39][playerid], 1);
  1040. PlayerTextDrawColor(playerid, DesktopParams[39][playerid], -1);
  1041. PlayerTextDrawSetShadow(playerid, DesktopParams[39][playerid], 0);
  1042. PlayerTextDrawSetOutline(playerid, DesktopParams[39][playerid], 0);
  1043. PlayerTextDrawFont(playerid, DesktopParams[39][playerid], 4);
  1044. PlayerTextDrawSetSelectable(playerid, DesktopParams[39][playerid], true);
  1045. DesktopParams[40][playerid] = CreatePlayerTextDraw(playerid, 300.000000, 271.375000, "loadsc13:loadsc13");
  1046. PlayerTextDrawLetterSize(playerid, DesktopParams[40][playerid], 0.000000, 0.000000);
  1047. PlayerTextDrawTextSize(playerid, DesktopParams[40][playerid], 39.500000, 28.000000);
  1048. PlayerTextDrawAlignment(playerid, DesktopParams[40][playerid], 1);
  1049. PlayerTextDrawColor(playerid, DesktopParams[40][playerid], -1);
  1050. PlayerTextDrawSetShadow(playerid, DesktopParams[40][playerid], 0);
  1051. PlayerTextDrawSetOutline(playerid, DesktopParams[40][playerid], 0);
  1052. PlayerTextDrawFont(playerid, DesktopParams[40][playerid], 4);
  1053. PlayerTextDrawSetSelectable(playerid, DesktopParams[40][playerid], true);
  1054. DesktopParams[41][playerid] = CreatePlayerTextDraw(playerid, 348.500000, 271.500000, "loadsc14:loadsc14");
  1055. PlayerTextDrawLetterSize(playerid, DesktopParams[41][playerid], 0.000000, 0.000000);
  1056. PlayerTextDrawTextSize(playerid, DesktopParams[41][playerid], 39.500000, 28.000000);
  1057. PlayerTextDrawAlignment(playerid, DesktopParams[41][playerid], 1);
  1058. PlayerTextDrawColor(playerid, DesktopParams[41][playerid], -1);
  1059. PlayerTextDrawSetShadow(playerid, DesktopParams[41][playerid], 0);
  1060. PlayerTextDrawSetOutline(playerid, DesktopParams[41][playerid], 0);
  1061. PlayerTextDrawFont(playerid, DesktopParams[41][playerid], 4);
  1062. PlayerTextDrawSetSelectable(playerid, DesktopParams[41][playerid], true);
  1063. DesktopParams[42][playerid] = CreatePlayerTextDraw(playerid, 396.500000, 271.625000, "ld_dual:backgnd");
  1064. PlayerTextDrawLetterSize(playerid, DesktopParams[42][playerid], 0.000000, 0.000000);
  1065. PlayerTextDrawTextSize(playerid, DesktopParams[42][playerid], 39.500000, 28.000000);
  1066. PlayerTextDrawAlignment(playerid, DesktopParams[42][playerid], 1);
  1067. PlayerTextDrawColor(playerid, DesktopParams[42][playerid], -1);
  1068. PlayerTextDrawSetShadow(playerid, DesktopParams[42][playerid], 0);
  1069. PlayerTextDrawSetOutline(playerid, DesktopParams[42][playerid], 0);
  1070. PlayerTextDrawFont(playerid, DesktopParams[42][playerid], 4);
  1071. PlayerTextDrawSetSelectable(playerid, DesktopParams[42][playerid], true);
  1072. DesktopParams[43][playerid] = CreatePlayerTextDraw(playerid, 444.500000, 271.312500, "samaps:map");
  1073. PlayerTextDrawLetterSize(playerid, DesktopParams[43][playerid], 0.000000, 0.000000);
  1074. PlayerTextDrawTextSize(playerid, DesktopParams[43][playerid], 39.500000, 28.000000);
  1075. PlayerTextDrawAlignment(playerid, DesktopParams[43][playerid], 1);
  1076. PlayerTextDrawColor(playerid, DesktopParams[43][playerid], -1);
  1077. PlayerTextDrawSetShadow(playerid, DesktopParams[43][playerid], 0);
  1078. PlayerTextDrawSetOutline(playerid, DesktopParams[43][playerid], 0);
  1079. PlayerTextDrawFont(playerid, DesktopParams[43][playerid], 4);
  1080. PlayerTextDrawSetSelectable(playerid, DesktopParams[43][playerid], true);
  1081. DesktopParams[44][playerid] = CreatePlayerTextDraw(playerid, 491.500000, 271.437500, "splash1:splash1");
  1082. PlayerTextDrawLetterSize(playerid, DesktopParams[44][playerid], 0.000000, 0.000000);
  1083. PlayerTextDrawTextSize(playerid, DesktopParams[44][playerid], 39.500000, 28.000000);
  1084. PlayerTextDrawAlignment(playerid, DesktopParams[44][playerid], 1);
  1085. PlayerTextDrawColor(playerid, DesktopParams[44][playerid], -1);
  1086. PlayerTextDrawSetShadow(playerid, DesktopParams[44][playerid], 0);
  1087. PlayerTextDrawSetOutline(playerid, DesktopParams[44][playerid], 0);
  1088. PlayerTextDrawFont(playerid, DesktopParams[44][playerid], 4);
  1089. PlayerTextDrawSetSelectable(playerid, DesktopParams[44][playerid], true);
  1090. DesktopParams[45][playerid] = CreatePlayerTextDraw(playerid, 538.500000, 271.562500, "splash2:splash2");
  1091. PlayerTextDrawLetterSize(playerid, DesktopParams[45][playerid], 0.000000, 0.000000);
  1092. PlayerTextDrawTextSize(playerid, DesktopParams[45][playerid], 39.500000, 28.000000);
  1093. PlayerTextDrawAlignment(playerid, DesktopParams[45][playerid], 1);
  1094. PlayerTextDrawColor(playerid, DesktopParams[45][playerid], -1);
  1095. PlayerTextDrawSetShadow(playerid, DesktopParams[45][playerid], 0);
  1096. PlayerTextDrawSetOutline(playerid, DesktopParams[45][playerid], 0);
  1097. PlayerTextDrawFont(playerid, DesktopParams[45][playerid], 4);
  1098. PlayerTextDrawSetSelectable(playerid, DesktopParams[45][playerid], true);
  1099. DesktopParams[46][playerid] = CreatePlayerTextDraw(playerid, 196.000000, 315.437500, "sa-mp");
  1100. PlayerTextDrawLetterSize(playerid, DesktopParams[46][playerid], 0.810500, 7.121249);
  1101. PlayerTextDrawAlignment(playerid, DesktopParams[46][playerid], 1);
  1102. PlayerTextDrawColor(playerid, DesktopParams[46][playerid], -5963521);
  1103. PlayerTextDrawSetShadow(playerid, DesktopParams[46][playerid], 0);
  1104. PlayerTextDrawSetOutline(playerid, DesktopParams[46][playerid], 1);
  1105. PlayerTextDrawBackgroundColor(playerid, DesktopParams[46][playerid], 51);
  1106. PlayerTextDrawFont(playerid, DesktopParams[46][playerid], 1);
  1107. PlayerTextDrawSetProportional(playerid, DesktopParams[46][playerid], 1);
  1108. DesktopParams[47][playerid] = CreatePlayerTextDraw(playerid, 197.000000, 367.062500, "windows");
  1109. PlayerTextDrawLetterSize(playerid, DesktopParams[47][playerid], 0.650499, 1.604376);
  1110. PlayerTextDrawAlignment(playerid, DesktopParams[47][playerid], 1);
  1111. PlayerTextDrawColor(playerid, DesktopParams[47][playerid], 1426085375);
  1112. PlayerTextDrawSetShadow(playerid, DesktopParams[47][playerid], 0);
  1113. PlayerTextDrawSetOutline(playerid, DesktopParams[47][playerid], 1);
  1114. PlayerTextDrawBackgroundColor(playerid, DesktopParams[47][playerid], 51);
  1115. PlayerTextDrawFont(playerid, DesktopParams[47][playerid], 0);
  1116. PlayerTextDrawSetProportional(playerid, DesktopParams[47][playerid], 1);
  1117.  
  1118. DesktopExplorer[0][playerid] = CreatePlayerTextDraw(playerid, 576.500000, 51.812500, "usebox");
  1119. PlayerTextDrawLetterSize(playerid, DesktopExplorer[0][playerid], 0.000000, 38.084728);
  1120. PlayerTextDrawTextSize(playerid, DesktopExplorer[0][playerid], 61.500000, 0.000000);
  1121. PlayerTextDrawAlignment(playerid, DesktopExplorer[0][playerid], 1);
  1122. PlayerTextDrawColor(playerid, DesktopExplorer[0][playerid], 0);
  1123. PlayerTextDrawUseBox(playerid, DesktopExplorer[0][playerid], true);
  1124. PlayerTextDrawBoxColor(playerid, DesktopExplorer[0][playerid], -103);
  1125. PlayerTextDrawSetShadow(playerid, DesktopExplorer[0][playerid], 0);
  1126. PlayerTextDrawSetOutline(playerid, DesktopExplorer[0][playerid], 0);
  1127. PlayerTextDrawFont(playerid, DesktopExplorer[0][playerid], 0);
  1128. DesktopExplorer[1][playerid] = CreatePlayerTextDraw(playerid, 576.500000, 39.125000, "usebox");
  1129. PlayerTextDrawLetterSize(playerid, DesktopExplorer[1][playerid], 0.000000, 1.037500);
  1130. PlayerTextDrawTextSize(playerid, DesktopExplorer[1][playerid], 61.500000, 0.000000);
  1131. PlayerTextDrawAlignment(playerid, DesktopExplorer[1][playerid], 1);
  1132. PlayerTextDrawColor(playerid, DesktopExplorer[1][playerid], 0);
  1133. PlayerTextDrawUseBox(playerid, DesktopExplorer[1][playerid], true);
  1134. PlayerTextDrawBoxColor(playerid, DesktopExplorer[1][playerid], -1378294017);
  1135. PlayerTextDrawSetShadow(playerid, DesktopExplorer[1][playerid], 0);
  1136. PlayerTextDrawSetOutline(playerid, DesktopExplorer[1][playerid], 0);
  1137. PlayerTextDrawFont(playerid, DesktopExplorer[1][playerid], 0);
  1138. DesktopExplorer[2][playerid] = CreatePlayerTextDraw(playerid, 574.000000, 40.437500, "usebox");
  1139. PlayerTextDrawLetterSize(playerid, DesktopExplorer[2][playerid], 0.000000, 0.804166);
  1140. PlayerTextDrawTextSize(playerid, DesktopExplorer[2][playerid], 556.000000, 0.000000);
  1141. PlayerTextDrawAlignment(playerid, DesktopExplorer[2][playerid], 1);
  1142. PlayerTextDrawColor(playerid, DesktopExplorer[2][playerid], 0);
  1143. PlayerTextDrawUseBox(playerid, DesktopExplorer[2][playerid], true);
  1144. PlayerTextDrawBoxColor(playerid, DesktopExplorer[2][playerid], -16777046);
  1145. PlayerTextDrawSetShadow(playerid, DesktopExplorer[2][playerid], 0);
  1146. PlayerTextDrawSetOutline(playerid, DesktopExplorer[2][playerid], 0);
  1147. PlayerTextDrawFont(playerid, DesktopExplorer[2][playerid], 0);
  1148. DesktopExplorer[3][playerid] = CreatePlayerTextDraw(playerid, 556.500000, 40.562500, "usebox");
  1149. PlayerTextDrawLetterSize(playerid, DesktopExplorer[3][playerid], 0.000000, 0.754166);
  1150. PlayerTextDrawTextSize(playerid, DesktopExplorer[3][playerid], 538.500000, 0.000000);
  1151. PlayerTextDrawAlignment(playerid, DesktopExplorer[3][playerid], 1);
  1152. PlayerTextDrawColor(playerid, DesktopExplorer[3][playerid], 0);
  1153. PlayerTextDrawUseBox(playerid, DesktopExplorer[3][playerid], true);
  1154. PlayerTextDrawBoxColor(playerid, DesktopExplorer[3][playerid], -2004318038);
  1155. PlayerTextDrawSetShadow(playerid, DesktopExplorer[3][playerid], 0);
  1156. PlayerTextDrawSetOutline(playerid, DesktopExplorer[3][playerid], 0);
  1157. PlayerTextDrawFont(playerid, DesktopExplorer[3][playerid], 0);
  1158. DesktopExplorer[4][playerid] = CreatePlayerTextDraw(playerid, 538.500000, 40.687500, "usebox");
  1159. PlayerTextDrawLetterSize(playerid, DesktopExplorer[4][playerid], 0.000000, 0.754166);
  1160. PlayerTextDrawTextSize(playerid, DesktopExplorer[4][playerid], 520.500000, 0.000000);
  1161. PlayerTextDrawAlignment(playerid, DesktopExplorer[4][playerid], 1);
  1162. PlayerTextDrawColor(playerid, DesktopExplorer[4][playerid], 0);
  1163. PlayerTextDrawUseBox(playerid, DesktopExplorer[4][playerid], true);
  1164. PlayerTextDrawBoxColor(playerid, DesktopExplorer[4][playerid], -2004318038);
  1165. PlayerTextDrawSetShadow(playerid, DesktopExplorer[4][playerid], 0);
  1166. PlayerTextDrawSetOutline(playerid, DesktopExplorer[4][playerid], 0);
  1167. PlayerTextDrawFont(playerid, DesktopExplorer[4][playerid], 0);
  1168. DesktopExplorer[5][playerid] = CreatePlayerTextDraw(playerid, 559.000000, 35.875000, "x");
  1169. PlayerTextDrawLetterSize(playerid, DesktopExplorer[5][playerid], 0.449999, 1.600000);
  1170. PlayerTextDrawAlignment(playerid, DesktopExplorer[5][playerid], 1);
  1171. PlayerTextDrawColor(playerid, DesktopExplorer[5][playerid], -1);
  1172. PlayerTextDrawSetShadow(playerid, DesktopExplorer[5][playerid], 0);
  1173. PlayerTextDrawSetOutline(playerid, DesktopExplorer[5][playerid], 0);
  1174. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[5][playerid], 51);
  1175. PlayerTextDrawFont(playerid, DesktopExplorer[5][playerid], 2);
  1176. PlayerTextDrawSetProportional(playerid, DesktopExplorer[5][playerid], 1);
  1177. PlayerTextDrawSetSelectable(playerid, DesktopExplorer[5][playerid], true);
  1178. DesktopExplorer[6][playerid] = CreatePlayerTextDraw(playerid, 541.500000, 38.062500, "[]");
  1179. PlayerTextDrawLetterSize(playerid, DesktopExplorer[6][playerid], 0.326498, 1.075000);
  1180. PlayerTextDrawAlignment(playerid, DesktopExplorer[6][playerid], 1);
  1181. PlayerTextDrawColor(playerid, DesktopExplorer[6][playerid], -1);
  1182. PlayerTextDrawSetShadow(playerid, DesktopExplorer[6][playerid], 0);
  1183. PlayerTextDrawSetOutline(playerid, DesktopExplorer[6][playerid], 0);
  1184. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[6][playerid], 51);
  1185. PlayerTextDrawFont(playerid, DesktopExplorer[6][playerid], 3);
  1186. PlayerTextDrawSetProportional(playerid, DesktopExplorer[6][playerid], 1);
  1187. DesktopExplorer[7][playerid] = CreatePlayerTextDraw(playerid, 523.000000, 36.750000, "-");
  1188. PlayerTextDrawLetterSize(playerid, DesktopExplorer[7][playerid], 1.053498, 1.853749);
  1189. PlayerTextDrawAlignment(playerid, DesktopExplorer[7][playerid], 1);
  1190. PlayerTextDrawColor(playerid, DesktopExplorer[7][playerid], -1);
  1191. PlayerTextDrawSetShadow(playerid, DesktopExplorer[7][playerid], 0);
  1192. PlayerTextDrawSetOutline(playerid, DesktopExplorer[7][playerid], 0);
  1193. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[7][playerid], 51);
  1194. PlayerTextDrawFont(playerid, DesktopExplorer[7][playerid], 2);
  1195. PlayerTextDrawSetProportional(playerid, DesktopExplorer[7][playerid], 1);
  1196. DesktopExplorer[8][playerid] = CreatePlayerTextDraw(playerid, 269.500000, 38.062500, "3KCZLOPEP");
  1197. PlayerTextDrawLetterSize(playerid, DesktopExplorer[8][playerid], 0.350499, 1.179998);
  1198. PlayerTextDrawAlignment(playerid, DesktopExplorer[8][playerid], 1);
  1199. PlayerTextDrawColor(playerid, DesktopExplorer[8][playerid], -1);
  1200. PlayerTextDrawSetShadow(playerid, DesktopExplorer[8][playerid], 0);
  1201. PlayerTextDrawSetOutline(playerid, DesktopExplorer[8][playerid], 0);
  1202. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[8][playerid], 51);
  1203. PlayerTextDrawFont(playerid, DesktopExplorer[8][playerid], 2);
  1204. PlayerTextDrawSetProportional(playerid, DesktopExplorer[8][playerid], 1);
  1205. DesktopExplorer[9][playerid] = CreatePlayerTextDraw(playerid, 577.000000, 51.812500, "usebox");
  1206. PlayerTextDrawLetterSize(playerid, DesktopExplorer[9][playerid], 0.000000, 2.695832);
  1207. PlayerTextDrawTextSize(playerid, DesktopExplorer[9][playerid], 61.500000, 0.000000);
  1208. PlayerTextDrawAlignment(playerid, DesktopExplorer[9][playerid], 1);
  1209. PlayerTextDrawColor(playerid, DesktopExplorer[9][playerid], 0);
  1210. PlayerTextDrawUseBox(playerid, DesktopExplorer[9][playerid], true);
  1211. PlayerTextDrawBoxColor(playerid, DesktopExplorer[9][playerid], 102);
  1212. PlayerTextDrawSetShadow(playerid, DesktopExplorer[9][playerid], 0);
  1213. PlayerTextDrawSetOutline(playerid, DesktopExplorer[9][playerid], 0);
  1214. PlayerTextDrawFont(playerid, DesktopExplorer[9][playerid], 0);
  1215. DesktopExplorer[10][playerid] = CreatePlayerTextDraw(playerid, 288.500000, 57.062500, "usebox");
  1216. PlayerTextDrawLetterSize(playerid, DesktopExplorer[10][playerid], 0.000000, 1.475000);
  1217. PlayerTextDrawTextSize(playerid, DesktopExplorer[10][playerid], 67.000000, 0.000000);
  1218. PlayerTextDrawAlignment(playerid, DesktopExplorer[10][playerid], 1);
  1219. PlayerTextDrawColor(playerid, DesktopExplorer[10][playerid], 0);
  1220. PlayerTextDrawUseBox(playerid, DesktopExplorer[10][playerid], true);
  1221. PlayerTextDrawBoxColor(playerid, DesktopExplorer[10][playerid], -1);
  1222. PlayerTextDrawSetShadow(playerid, DesktopExplorer[10][playerid], 0);
  1223. PlayerTextDrawSetOutline(playerid, DesktopExplorer[10][playerid], 0);
  1224. PlayerTextDrawFont(playerid, DesktopExplorer[10][playerid], 0);
  1225. DesktopExplorer[11][playerid] = CreatePlayerTextDraw(playerid, 72.500000, 55.125000, "http://sasai-lalka.ru/forum");
  1226. PlayerTextDrawLetterSize(playerid, DesktopExplorer[11][playerid], 0.449999, 1.600000);
  1227. PlayerTextDrawAlignment(playerid, DesktopExplorer[11][playerid], 1);
  1228. PlayerTextDrawColor(playerid, DesktopExplorer[11][playerid], -1);
  1229. PlayerTextDrawSetShadow(playerid, DesktopExplorer[11][playerid], 0);
  1230. PlayerTextDrawSetOutline(playerid, DesktopExplorer[11][playerid], 1);
  1231. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[11][playerid], 51);
  1232. PlayerTextDrawFont(playerid, DesktopExplorer[11][playerid], 1);
  1233. PlayerTextDrawSetProportional(playerid, DesktopExplorer[11][playerid], 1);
  1234. DesktopExplorer[12][playerid] = CreatePlayerTextDraw(playerid, 403.000000, 64.062500, "usebox");
  1235. PlayerTextDrawLetterSize(playerid, DesktopExplorer[12][playerid], 0.000000, 1.283331);
  1236. PlayerTextDrawTextSize(playerid, DesktopExplorer[12][playerid], 291.500000, 0.000000);
  1237. PlayerTextDrawAlignment(playerid, DesktopExplorer[12][playerid], 1);
  1238. PlayerTextDrawColor(playerid, DesktopExplorer[12][playerid], 0);
  1239. PlayerTextDrawUseBox(playerid, DesktopExplorer[12][playerid], true);
  1240. PlayerTextDrawBoxColor(playerid, DesktopExplorer[12][playerid], 102);
  1241. PlayerTextDrawSetShadow(playerid, DesktopExplorer[12][playerid], 0);
  1242. PlayerTextDrawSetOutline(playerid, DesktopExplorer[12][playerid], 0);
  1243. PlayerTextDrawFont(playerid, DesktopExplorer[12][playerid], 0);
  1244. DesktopExplorer[13][playerid] = CreatePlayerTextDraw(playerid, 294.500000, 65.625000, "HEBO3MOGHO OTO6...");
  1245. PlayerTextDrawLetterSize(playerid, DesktopExplorer[13][playerid], 0.237999, 1.031250);
  1246. PlayerTextDrawAlignment(playerid, DesktopExplorer[13][playerid], 1);
  1247. PlayerTextDrawColor(playerid, DesktopExplorer[13][playerid], -1);
  1248. PlayerTextDrawSetShadow(playerid, DesktopExplorer[13][playerid], 0);
  1249. PlayerTextDrawSetOutline(playerid, DesktopExplorer[13][playerid], 1);
  1250. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[13][playerid], 51);
  1251. PlayerTextDrawFont(playerid, DesktopExplorer[13][playerid], 2);
  1252. PlayerTextDrawSetProportional(playerid, DesktopExplorer[13][playerid], 1);
  1253. DesktopExplorer[14][playerid] = CreatePlayerTextDraw(playerid, 404.500000, 63.875000, "+");
  1254. PlayerTextDrawLetterSize(playerid, DesktopExplorer[14][playerid], 0.412499, 1.241250);
  1255. PlayerTextDrawAlignment(playerid, DesktopExplorer[14][playerid], 1);
  1256. PlayerTextDrawColor(playerid, DesktopExplorer[14][playerid], -1);
  1257. PlayerTextDrawSetShadow(playerid, DesktopExplorer[14][playerid], 0);
  1258. PlayerTextDrawSetOutline(playerid, DesktopExplorer[14][playerid], 0);
  1259. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[14][playerid], 51);
  1260. PlayerTextDrawFont(playerid, DesktopExplorer[14][playerid], 2);
  1261. PlayerTextDrawSetProportional(playerid, DesktopExplorer[14][playerid], 1);
  1262. DesktopExplorer[15][playerid] = CreatePlayerTextDraw(playerid, 261.000000, 71.750000, "sa-mp");
  1263. PlayerTextDrawLetterSize(playerid, DesktopExplorer[15][playerid], 1.191498, 8.753125);
  1264. PlayerTextDrawAlignment(playerid, DesktopExplorer[15][playerid], 1);
  1265. PlayerTextDrawColor(playerid, DesktopExplorer[15][playerid], -5963521);
  1266. PlayerTextDrawSetShadow(playerid, DesktopExplorer[15][playerid], 0);
  1267. PlayerTextDrawSetOutline(playerid, DesktopExplorer[15][playerid], 1);
  1268. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[15][playerid], 51);
  1269. PlayerTextDrawFont(playerid, DesktopExplorer[15][playerid], 1);
  1270. PlayerTextDrawSetProportional(playerid, DesktopExplorer[15][playerid], 1);
  1271. DesktopExplorer[16][playerid] = CreatePlayerTextDraw(playerid, 264.500000, 136.937500, "explorer");
  1272. PlayerTextDrawLetterSize(playerid, DesktopExplorer[16][playerid], 0.624499, 2.006874);
  1273. PlayerTextDrawAlignment(playerid, DesktopExplorer[16][playerid], 1);
  1274. PlayerTextDrawColor(playerid, DesktopExplorer[16][playerid], 65535);
  1275. PlayerTextDrawSetShadow(playerid, DesktopExplorer[16][playerid], 0);
  1276. PlayerTextDrawSetOutline(playerid, DesktopExplorer[16][playerid], 1);
  1277. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[16][playerid], 51);
  1278. PlayerTextDrawFont(playerid, DesktopExplorer[16][playerid], 1);
  1279. PlayerTextDrawSetProportional(playerid, DesktopExplorer[16][playerid], 1);
  1280. DesktopExplorer[17][playerid] = CreatePlayerTextDraw(playerid, 158.500000, 182.875000, "HE MOGET OTO6PA3NTJ CTPAHNQY");
  1281. PlayerTextDrawLetterSize(playerid, DesktopExplorer[17][playerid], 0.449999, 1.600000);
  1282. PlayerTextDrawAlignment(playerid, DesktopExplorer[17][playerid], 1);
  1283. PlayerTextDrawColor(playerid, DesktopExplorer[17][playerid], -1061109505);
  1284. PlayerTextDrawSetShadow(playerid, DesktopExplorer[17][playerid], 0);
  1285. PlayerTextDrawSetOutline(playerid, DesktopExplorer[17][playerid], 1);
  1286. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[17][playerid], 51);
  1287. PlayerTextDrawFont(playerid, DesktopExplorer[17][playerid], 2);
  1288. PlayerTextDrawSetProportional(playerid, DesktopExplorer[17][playerid], 1);
  1289. DesktopExplorer[18][playerid] = CreatePlayerTextDraw(playerid, 576.500000, 386.500000, "usebox");
  1290. PlayerTextDrawLetterSize(playerid, DesktopExplorer[18][playerid], 0.000000, 0.898611);
  1291. PlayerTextDrawTextSize(playerid, DesktopExplorer[18][playerid], 61.500000, 0.000000);
  1292. PlayerTextDrawAlignment(playerid, DesktopExplorer[18][playerid], 1);
  1293. PlayerTextDrawColor(playerid, DesktopExplorer[18][playerid], 0);
  1294. PlayerTextDrawUseBox(playerid, DesktopExplorer[18][playerid], true);
  1295. PlayerTextDrawBoxColor(playerid, DesktopExplorer[18][playerid], 102);
  1296. PlayerTextDrawSetShadow(playerid, DesktopExplorer[18][playerid], 0);
  1297. PlayerTextDrawSetOutline(playerid, DesktopExplorer[18][playerid], 0);
  1298. PlayerTextDrawFont(playerid, DesktopExplorer[18][playerid], 0);
  1299. DesktopExplorer[19][playerid] = CreatePlayerTextDraw(playerid, 425.000000, 385.437500, "3AFPY3KA...");
  1300. PlayerTextDrawLetterSize(playerid, DesktopExplorer[19][playerid], 0.247499, 1.061874);
  1301. PlayerTextDrawAlignment(playerid, DesktopExplorer[19][playerid], 1);
  1302. PlayerTextDrawColor(playerid, DesktopExplorer[19][playerid], -1);
  1303. PlayerTextDrawSetShadow(playerid, DesktopExplorer[19][playerid], 0);
  1304. PlayerTextDrawSetOutline(playerid, DesktopExplorer[19][playerid], 1);
  1305. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[19][playerid], 51);
  1306. PlayerTextDrawFont(playerid, DesktopExplorer[19][playerid], 2);
  1307. PlayerTextDrawSetProportional(playerid, DesktopExplorer[19][playerid], 1);
  1308. DesktopExplorer[20][playerid] = CreatePlayerTextDraw(playerid, 576.500000, 51.812500, "usebox");
  1309. PlayerTextDrawLetterSize(playerid, DesktopExplorer[20][playerid], 0.000000, 0.801388);
  1310. PlayerTextDrawTextSize(playerid, DesktopExplorer[20][playerid], 542.000000, 0.000000);
  1311. PlayerTextDrawAlignment(playerid, DesktopExplorer[20][playerid], 1);
  1312. PlayerTextDrawColor(playerid, DesktopExplorer[20][playerid], 0);
  1313. PlayerTextDrawUseBox(playerid, DesktopExplorer[20][playerid], true);
  1314. PlayerTextDrawBoxColor(playerid, DesktopExplorer[20][playerid], -1);
  1315. PlayerTextDrawSetShadow(playerid, DesktopExplorer[20][playerid], 0);
  1316. PlayerTextDrawSetOutline(playerid, DesktopExplorer[20][playerid], 0);
  1317. PlayerTextDrawFont(playerid, DesktopExplorer[20][playerid], 0);
  1318. DesktopExplorer[21][playerid] = CreatePlayerTextDraw(playerid, 545.000000, 49.000000, "VANL");
  1319. PlayerTextDrawLetterSize(playerid, DesktopExplorer[21][playerid], 0.251998, 1.188748);
  1320. PlayerTextDrawAlignment(playerid, DesktopExplorer[21][playerid], 1);
  1321. PlayerTextDrawColor(playerid, DesktopExplorer[21][playerid], -1);
  1322. PlayerTextDrawSetShadow(playerid, DesktopExplorer[21][playerid], 0);
  1323. PlayerTextDrawSetOutline(playerid, DesktopExplorer[21][playerid], 1);
  1324. PlayerTextDrawBackgroundColor(playerid, DesktopExplorer[21][playerid], 51);
  1325. PlayerTextDrawFont(playerid, DesktopExplorer[21][playerid], 2);
  1326. PlayerTextDrawSetProportional(playerid, DesktopExplorer[21][playerid], 1);
  1327.  
  1328. DesktopMusic[0][playerid] = CreatePlayerTextDraw(playerid, 545.500000, 183.937500, "usebox");
  1329. PlayerTextDrawLetterSize(playerid, DesktopMusic[0][playerid], 0.000000, 15.044445);
  1330. PlayerTextDrawTextSize(playerid, DesktopMusic[0][playerid], 354.000000, 0.000000);
  1331. PlayerTextDrawAlignment(playerid, DesktopMusic[0][playerid], 1);
  1332. PlayerTextDrawColor(playerid, DesktopMusic[0][playerid], 0);
  1333. PlayerTextDrawUseBox(playerid, DesktopMusic[0][playerid], true);
  1334. PlayerTextDrawBoxColor(playerid, DesktopMusic[0][playerid], 102);
  1335. PlayerTextDrawSetShadow(playerid, DesktopMusic[0][playerid], 0);
  1336. PlayerTextDrawSetOutline(playerid, DesktopMusic[0][playerid], 0);
  1337. PlayerTextDrawFont(playerid, DesktopMusic[0][playerid], 0);
  1338. DesktopMusic[1][playerid] = CreatePlayerTextDraw(playerid, 545.500000, 183.937500, "usebox");
  1339. PlayerTextDrawLetterSize(playerid, DesktopMusic[1][playerid], 0.000000, -1.823611);
  1340. PlayerTextDrawTextSize(playerid, DesktopMusic[1][playerid], 354.000000, 0.000000);
  1341. PlayerTextDrawAlignment(playerid, DesktopMusic[1][playerid], 1);
  1342. PlayerTextDrawColor(playerid, DesktopMusic[1][playerid], 0);
  1343. PlayerTextDrawUseBox(playerid, DesktopMusic[1][playerid], true);
  1344. PlayerTextDrawBoxColor(playerid, DesktopMusic[1][playerid], -1378294017);
  1345. PlayerTextDrawSetShadow(playerid, DesktopMusic[1][playerid], 0);
  1346. PlayerTextDrawSetOutline(playerid, DesktopMusic[1][playerid], 0);
  1347. PlayerTextDrawFont(playerid, DesktopMusic[1][playerid], 0);
  1348. DesktopMusic[2][playerid] = CreatePlayerTextDraw(playerid, 543.500000, 172.125000, "usebox");
  1349. PlayerTextDrawLetterSize(playerid, DesktopMusic[2][playerid], 0.000000, 0.801388);
  1350. PlayerTextDrawTextSize(playerid, DesktopMusic[2][playerid], 526.500000, 0.000000);
  1351. PlayerTextDrawAlignment(playerid, DesktopMusic[2][playerid], 1);
  1352. PlayerTextDrawColor(playerid, DesktopMusic[2][playerid], 0);
  1353. PlayerTextDrawUseBox(playerid, DesktopMusic[2][playerid], true);
  1354. PlayerTextDrawBoxColor(playerid, DesktopMusic[2][playerid], -16777046);
  1355. PlayerTextDrawSetShadow(playerid, DesktopMusic[2][playerid], 0);
  1356. PlayerTextDrawSetOutline(playerid, DesktopMusic[2][playerid], 0);
  1357. PlayerTextDrawFont(playerid, DesktopMusic[2][playerid], 0);
  1358. DesktopMusic[3][playerid] = CreatePlayerTextDraw(playerid, 526.000000, 172.250000, "usebox");
  1359. PlayerTextDrawLetterSize(playerid, DesktopMusic[3][playerid], 0.000000, 0.751388);
  1360. PlayerTextDrawTextSize(playerid, DesktopMusic[3][playerid], 509.000000, 0.000000);
  1361. PlayerTextDrawAlignment(playerid, DesktopMusic[3][playerid], 1);
  1362. PlayerTextDrawColor(playerid, DesktopMusic[3][playerid], 0);
  1363. PlayerTextDrawUseBox(playerid, DesktopMusic[3][playerid], true);
  1364. PlayerTextDrawBoxColor(playerid, DesktopMusic[3][playerid], -2004318038);
  1365. PlayerTextDrawSetShadow(playerid, DesktopMusic[3][playerid], 0);
  1366. PlayerTextDrawSetOutline(playerid, DesktopMusic[3][playerid], 0);
  1367. PlayerTextDrawFont(playerid, DesktopMusic[3][playerid], 0);
  1368. DesktopMusic[4][playerid] = CreatePlayerTextDraw(playerid, 508.500000, 172.375000, "usebox");
  1369. PlayerTextDrawLetterSize(playerid, DesktopMusic[4][playerid], 0.000000, 0.751388);
  1370. PlayerTextDrawTextSize(playerid, DesktopMusic[4][playerid], 491.500000, 0.000000);
  1371. PlayerTextDrawAlignment(playerid, DesktopMusic[4][playerid], 1);
  1372. PlayerTextDrawColor(playerid, DesktopMusic[4][playerid], 0);
  1373. PlayerTextDrawUseBox(playerid, DesktopMusic[4][playerid], true);
  1374. PlayerTextDrawBoxColor(playerid, DesktopMusic[4][playerid], -2004318038);
  1375. PlayerTextDrawSetShadow(playerid, DesktopMusic[4][playerid], 0);
  1376. PlayerTextDrawSetOutline(playerid, DesktopMusic[4][playerid], 0);
  1377. PlayerTextDrawFont(playerid, DesktopMusic[4][playerid], 0);
  1378. DesktopMusic[5][playerid] = CreatePlayerTextDraw(playerid, 529.000000, 167.562500, "x");
  1379. PlayerTextDrawLetterSize(playerid, DesktopMusic[5][playerid], 0.449999, 1.600000);
  1380. PlayerTextDrawAlignment(playerid, DesktopMusic[5][playerid], 1);
  1381. PlayerTextDrawColor(playerid, DesktopMusic[5][playerid], -1);
  1382. PlayerTextDrawSetShadow(playerid, DesktopMusic[5][playerid], 0);
  1383. PlayerTextDrawSetOutline(playerid, DesktopMusic[5][playerid], 0);
  1384. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[5][playerid], 51);
  1385. PlayerTextDrawFont(playerid, DesktopMusic[5][playerid], 2);
  1386. PlayerTextDrawSetProportional(playerid, DesktopMusic[5][playerid], 1);
  1387. PlayerTextDrawSetSelectable(playerid, DesktopMusic[5][playerid], true);
  1388. DesktopMusic[6][playerid] = CreatePlayerTextDraw(playerid, 511.000000, 169.000000, "[]");
  1389. PlayerTextDrawLetterSize(playerid, DesktopMusic[6][playerid], 0.344500, 1.201874);
  1390. PlayerTextDrawAlignment(playerid, DesktopMusic[6][playerid], 1);
  1391. PlayerTextDrawColor(playerid, DesktopMusic[6][playerid], -1);
  1392. PlayerTextDrawSetShadow(playerid, DesktopMusic[6][playerid], 0);
  1393. PlayerTextDrawSetOutline(playerid, DesktopMusic[6][playerid], 0);
  1394. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[6][playerid], 51);
  1395. PlayerTextDrawFont(playerid, DesktopMusic[6][playerid], 3);
  1396. PlayerTextDrawSetProportional(playerid, DesktopMusic[6][playerid], 1);
  1397. DesktopMusic[7][playerid] = CreatePlayerTextDraw(playerid, 494.000000, 168.875000, "-");
  1398. PlayerTextDrawLetterSize(playerid, DesktopMusic[7][playerid], 0.880500, 1.718124);
  1399. PlayerTextDrawAlignment(playerid, DesktopMusic[7][playerid], 1);
  1400. PlayerTextDrawColor(playerid, DesktopMusic[7][playerid], -1);
  1401. PlayerTextDrawSetShadow(playerid, DesktopMusic[7][playerid], 0);
  1402. PlayerTextDrawSetOutline(playerid, DesktopMusic[7][playerid], 0);
  1403. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[7][playerid], 51);
  1404. PlayerTextDrawFont(playerid, DesktopMusic[7][playerid], 2);
  1405. PlayerTextDrawSetProportional(playerid, DesktopMusic[7][playerid], 1);
  1406. DesktopMusic[8][playerid] = CreatePlayerTextDraw(playerid, 400.000000, 168.437500, "MY3SKA");
  1407. PlayerTextDrawLetterSize(playerid, DesktopMusic[8][playerid], 0.405499, 1.438125);
  1408. PlayerTextDrawAlignment(playerid, DesktopMusic[8][playerid], 1);
  1409. PlayerTextDrawColor(playerid, DesktopMusic[8][playerid], -1);
  1410. PlayerTextDrawSetShadow(playerid, DesktopMusic[8][playerid], 0);
  1411. PlayerTextDrawSetOutline(playerid, DesktopMusic[8][playerid], 0);
  1412. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[8][playerid], 51);
  1413. PlayerTextDrawFont(playerid, DesktopMusic[8][playerid], 2);
  1414. PlayerTextDrawSetProportional(playerid, DesktopMusic[8][playerid], 1);
  1415. DesktopMusic[9][playerid] = CreatePlayerTextDraw(playerid, 394.500000, 183.937500, "usebox");
  1416. PlayerTextDrawLetterSize(playerid, DesktopMusic[9][playerid], 0.000000, 0.941666);
  1417. PlayerTextDrawTextSize(playerid, DesktopMusic[9][playerid], 354.000000, 0.000000);
  1418. PlayerTextDrawAlignment(playerid, DesktopMusic[9][playerid], 1);
  1419. PlayerTextDrawColor(playerid, DesktopMusic[9][playerid], 0);
  1420. PlayerTextDrawUseBox(playerid, DesktopMusic[9][playerid], true);
  1421. PlayerTextDrawBoxColor(playerid, DesktopMusic[9][playerid], -1);
  1422. PlayerTextDrawSetShadow(playerid, DesktopMusic[9][playerid], 0);
  1423. PlayerTextDrawSetOutline(playerid, DesktopMusic[9][playerid], 0);
  1424. PlayerTextDrawFont(playerid, DesktopMusic[9][playerid], 0);
  1425. DesktopMusic[10][playerid] = CreatePlayerTextDraw(playerid, 357.000000, 181.562500, "VANL");
  1426. PlayerTextDrawLetterSize(playerid, DesktopMusic[10][playerid], 0.306499, 1.232499);
  1427. PlayerTextDrawAlignment(playerid, DesktopMusic[10][playerid], 1);
  1428. PlayerTextDrawColor(playerid, DesktopMusic[10][playerid], -1);
  1429. PlayerTextDrawSetShadow(playerid, DesktopMusic[10][playerid], 0);
  1430. PlayerTextDrawSetOutline(playerid, DesktopMusic[10][playerid], 1);
  1431. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[10][playerid], 51);
  1432. PlayerTextDrawFont(playerid, DesktopMusic[10][playerid], 2);
  1433. PlayerTextDrawSetProportional(playerid, DesktopMusic[10][playerid], 1);
  1434. DesktopMusic[11][playerid] = CreatePlayerTextDraw(playerid, 363.000000, 243.437500, "usebox");
  1435. PlayerTextDrawLetterSize(playerid, DesktopMusic[11][playerid], 0.000000, -1.288887);
  1436. PlayerTextDrawTextSize(playerid, DesktopMusic[11][playerid], 537.000000, 0.000000);
  1437. PlayerTextDrawAlignment(playerid, DesktopMusic[11][playerid], 1);
  1438. PlayerTextDrawColor(playerid, DesktopMusic[11][playerid], 0);
  1439. PlayerTextDrawUseBox(playerid, DesktopMusic[11][playerid], true);
  1440. PlayerTextDrawBoxColor(playerid, DesktopMusic[11][playerid], 102);
  1441. PlayerTextDrawSetShadow(playerid, DesktopMusic[11][playerid], 0);
  1442. PlayerTextDrawSetOutline(playerid, DesktopMusic[11][playerid], 0);
  1443. PlayerTextDrawFont(playerid, DesktopMusic[11][playerid], 0);
  1444. DesktopMusic[12][playerid] = CreatePlayerTextDraw(playerid, 362.000000, 233.625000, "http://musicname.org/music/musicname.mp3");
  1445. PlayerTextDrawLetterSize(playerid, DesktopMusic[12][playerid], 0.121500, 0.759998);
  1446. PlayerTextDrawAlignment(playerid, DesktopMusic[12][playerid], 1);
  1447. PlayerTextDrawColor(playerid, DesktopMusic[12][playerid], -1);
  1448. PlayerTextDrawSetShadow(playerid, DesktopMusic[12][playerid], 0);
  1449. PlayerTextDrawSetOutline(playerid, DesktopMusic[12][playerid], 1);
  1450. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[12][playerid], 51);
  1451. PlayerTextDrawFont(playerid, DesktopMusic[12][playerid], 1);
  1452. PlayerTextDrawSetProportional(playerid, DesktopMusic[12][playerid], 1);
  1453. PlayerTextDrawSetSelectable(playerid, DesktopMusic[12][playerid], true);
  1454. DesktopMusic[13][playerid] = CreatePlayerTextDraw(playerid, 423.000000, 261.812500, "usebox");
  1455. PlayerTextDrawLetterSize(playerid, DesktopMusic[13][playerid], 0.000000, 4.690277);
  1456. PlayerTextDrawTextSize(playerid, DesktopMusic[13][playerid], 367.000000, 0.000000);
  1457. PlayerTextDrawAlignment(playerid, DesktopMusic[13][playerid], 1);
  1458. PlayerTextDrawColor(playerid, DesktopMusic[13][playerid], 0);
  1459. PlayerTextDrawUseBox(playerid, DesktopMusic[13][playerid], true);
  1460. PlayerTextDrawBoxColor(playerid, DesktopMusic[13][playerid], 102);
  1461. PlayerTextDrawSetShadow(playerid, DesktopMusic[13][playerid], 0);
  1462. PlayerTextDrawSetOutline(playerid, DesktopMusic[13][playerid], 0);
  1463. PlayerTextDrawFont(playerid, DesktopMusic[13][playerid], 0);
  1464. DesktopMusic[14][playerid] = CreatePlayerTextDraw(playerid, 532.500000, 261.937500, "usebox");
  1465. PlayerTextDrawLetterSize(playerid, DesktopMusic[14][playerid], 0.000000, 4.640275);
  1466. PlayerTextDrawTextSize(playerid, DesktopMusic[14][playerid], 476.500000, 0.000000);
  1467. PlayerTextDrawAlignment(playerid, DesktopMusic[14][playerid], 1);
  1468. PlayerTextDrawColor(playerid, DesktopMusic[14][playerid], 0);
  1469. PlayerTextDrawUseBox(playerid, DesktopMusic[14][playerid], true);
  1470. PlayerTextDrawBoxColor(playerid, DesktopMusic[14][playerid], 102);
  1471. PlayerTextDrawSetShadow(playerid, DesktopMusic[14][playerid], 0);
  1472. PlayerTextDrawSetOutline(playerid, DesktopMusic[14][playerid], 0);
  1473. PlayerTextDrawFont(playerid, DesktopMusic[14][playerid], 0);
  1474. DesktopMusic[15][playerid] = CreatePlayerTextDraw(playerid, 377.000000, 266.875000, "LD_BEAT:square");
  1475. PlayerTextDrawLetterSize(playerid, DesktopMusic[15][playerid], 0.000000, 0.000000);
  1476. PlayerTextDrawTextSize(playerid, DesktopMusic[15][playerid], 34.500000, 26.687500);
  1477. PlayerTextDrawAlignment(playerid, DesktopMusic[15][playerid], 1);
  1478. PlayerTextDrawColor(playerid, DesktopMusic[15][playerid], -1);
  1479. PlayerTextDrawSetShadow(playerid, DesktopMusic[15][playerid], 0);
  1480. PlayerTextDrawSetOutline(playerid, DesktopMusic[15][playerid], 0);
  1481. PlayerTextDrawFont(playerid, DesktopMusic[15][playerid], 4);
  1482. PlayerTextDrawSetSelectable(playerid, DesktopMusic[15][playerid], true);
  1483. DesktopMusic[16][playerid] = CreatePlayerTextDraw(playerid, 370.500000, 302.312500, "OCTAHOBNTJ");
  1484. PlayerTextDrawLetterSize(playerid, DesktopMusic[16][playerid], 0.182499, 1.070623);
  1485. PlayerTextDrawAlignment(playerid, DesktopMusic[16][playerid], 1);
  1486. PlayerTextDrawColor(playerid, DesktopMusic[16][playerid], -1);
  1487. PlayerTextDrawSetShadow(playerid, DesktopMusic[16][playerid], 0);
  1488. PlayerTextDrawSetOutline(playerid, DesktopMusic[16][playerid], 1);
  1489. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[16][playerid], 51);
  1490. PlayerTextDrawFont(playerid, DesktopMusic[16][playerid], 2);
  1491. PlayerTextDrawSetProportional(playerid, DesktopMusic[16][playerid], 1);
  1492. DesktopMusic[17][playerid] = CreatePlayerTextDraw(playerid, 488.000000, 266.687500, "LD_BEAT:triang");
  1493. PlayerTextDrawLetterSize(playerid, DesktopMusic[17][playerid], 0.000000, 0.000000);
  1494. PlayerTextDrawTextSize(playerid, DesktopMusic[17][playerid], 34.500000, 26.687500);
  1495. PlayerTextDrawAlignment(playerid, DesktopMusic[17][playerid], 1);
  1496. PlayerTextDrawColor(playerid, DesktopMusic[17][playerid], -1);
  1497. PlayerTextDrawSetShadow(playerid, DesktopMusic[17][playerid], 0);
  1498. PlayerTextDrawSetOutline(playerid, DesktopMusic[17][playerid], 0);
  1499. PlayerTextDrawFont(playerid, DesktopMusic[17][playerid], 4);
  1500. PlayerTextDrawSetSelectable(playerid, DesktopMusic[17][playerid], true);
  1501. DesktopMusic[18][playerid] = CreatePlayerTextDraw(playerid, 487.500000, 302.437500, "CLYWATJ");
  1502. PlayerTextDrawLetterSize(playerid, DesktopMusic[18][playerid], 0.182499, 1.070623);
  1503. PlayerTextDrawAlignment(playerid, DesktopMusic[18][playerid], 1);
  1504. PlayerTextDrawColor(playerid, DesktopMusic[18][playerid], -1);
  1505. PlayerTextDrawSetShadow(playerid, DesktopMusic[18][playerid], 0);
  1506. PlayerTextDrawSetOutline(playerid, DesktopMusic[18][playerid], 1);
  1507. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[18][playerid], 51);
  1508. PlayerTextDrawFont(playerid, DesktopMusic[18][playerid], 2);
  1509. PlayerTextDrawSetProportional(playerid, DesktopMusic[18][playerid], 1);
  1510. DesktopMusic[19][playerid] = CreatePlayerTextDraw(playerid, 389.000000, 196.437500, "BBEDNTE CCSLKY");
  1511. PlayerTextDrawLetterSize(playerid, DesktopMusic[19][playerid], 0.408499, 1.267500);
  1512. PlayerTextDrawAlignment(playerid, DesktopMusic[19][playerid], 1);
  1513. PlayerTextDrawColor(playerid, DesktopMusic[19][playerid], -1);
  1514. PlayerTextDrawSetShadow(playerid, DesktopMusic[19][playerid], 0);
  1515. PlayerTextDrawSetOutline(playerid, DesktopMusic[19][playerid], 1);
  1516. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[19][playerid], 51);
  1517. PlayerTextDrawFont(playerid, DesktopMusic[19][playerid], 1);
  1518. PlayerTextDrawSetProportional(playerid, DesktopMusic[19][playerid], 1);
  1519. DesktopMusic[20][playerid] = CreatePlayerTextDraw(playerid, 387.000000, 209.125000, "HA MY3SKALJHYU KOMZO3NQNU");
  1520. PlayerTextDrawLetterSize(playerid, DesktopMusic[20][playerid], 0.207999, 0.803749);
  1521. PlayerTextDrawAlignment(playerid, DesktopMusic[20][playerid], 1);
  1522. PlayerTextDrawColor(playerid, DesktopMusic[20][playerid], -1);
  1523. PlayerTextDrawSetShadow(playerid, DesktopMusic[20][playerid], 0);
  1524. PlayerTextDrawSetOutline(playerid, DesktopMusic[20][playerid], 1);
  1525. PlayerTextDrawBackgroundColor(playerid, DesktopMusic[20][playerid], 51);
  1526. PlayerTextDrawFont(playerid, DesktopMusic[20][playerid], 1);
  1527. PlayerTextDrawSetProportional(playerid, DesktopMusic[20][playerid], 1);
  1528.  
  1529. Command[0][playerid] = CreatePlayerTextDraw(playerid, 6.000000, -3.312500, "usebox");
  1530. PlayerTextDrawLetterSize(playerid, Command[0][playerid], 0.000000, 20.400001);
  1531. PlayerTextDrawTextSize(playerid, Command[0][playerid], 391.000000, 0.000000);
  1532. PlayerTextDrawAlignment(playerid, Command[0][playerid], 1);
  1533. PlayerTextDrawColor(playerid, Command[0][playerid], 0);
  1534. PlayerTextDrawUseBox(playerid, Command[0][playerid], true);
  1535. PlayerTextDrawBoxColor(playerid, Command[0][playerid], 102);
  1536. PlayerTextDrawSetShadow(playerid, Command[0][playerid], 0);
  1537. PlayerTextDrawSetOutline(playerid, Command[0][playerid], 0);
  1538. PlayerTextDrawFont(playerid, Command[0][playerid], 0);
  1539. Command[1][playerid] = CreatePlayerTextDraw(playerid, 395.000000, 183.937500, "usebox");
  1540. PlayerTextDrawLetterSize(playerid, Command[1][playerid], 0.000000, 0.887500);
  1541. PlayerTextDrawTextSize(playerid, Command[1][playerid], 2.000000, 0.000000);
  1542. PlayerTextDrawAlignment(playerid, Command[1][playerid], 1);
  1543. PlayerTextDrawColor(playerid, Command[1][playerid], 0);
  1544. PlayerTextDrawUseBox(playerid, Command[1][playerid], true);
  1545. PlayerTextDrawBoxColor(playerid, Command[1][playerid], -1378294017);
  1546. PlayerTextDrawSetShadow(playerid, Command[1][playerid], 0);
  1547. PlayerTextDrawSetOutline(playerid, Command[1][playerid], 0);
  1548. PlayerTextDrawFont(playerid, Command[1][playerid], 0);
  1549. Command[2][playerid] = CreatePlayerTextDraw(playerid, 20.500000, 184.812500, "usebox");
  1550. PlayerTextDrawLetterSize(playerid, Command[2][playerid], 0.000000, 0.702777);
  1551. PlayerTextDrawTextSize(playerid, Command[2][playerid], 4.500000, 0.000000);
  1552. PlayerTextDrawAlignment(playerid, Command[2][playerid], 1);
  1553. PlayerTextDrawColor(playerid, Command[2][playerid], 0);
  1554. PlayerTextDrawUseBox(playerid, Command[2][playerid], true);
  1555. PlayerTextDrawBoxColor(playerid, Command[2][playerid], -16777046);
  1556. PlayerTextDrawSetShadow(playerid, Command[2][playerid], 0);
  1557. PlayerTextDrawSetOutline(playerid, Command[2][playerid], 0);
  1558. PlayerTextDrawFont(playerid, Command[2][playerid], 0);
  1559. Command[3][playerid] = CreatePlayerTextDraw(playerid, 35.500000, 184.937500, "usebox");
  1560. PlayerTextDrawLetterSize(playerid, Command[3][playerid], 0.000000, 0.652777);
  1561. PlayerTextDrawTextSize(playerid, Command[3][playerid], 19.500000, 0.000000);
  1562. PlayerTextDrawAlignment(playerid, Command[3][playerid], 1);
  1563. PlayerTextDrawColor(playerid, Command[3][playerid], 0);
  1564. PlayerTextDrawUseBox(playerid, Command[3][playerid], true);
  1565. PlayerTextDrawBoxColor(playerid, Command[3][playerid], -2004318038);
  1566. PlayerTextDrawSetShadow(playerid, Command[3][playerid], 0);
  1567. PlayerTextDrawSetOutline(playerid, Command[3][playerid], 0);
  1568. PlayerTextDrawFont(playerid, Command[3][playerid], 0);
  1569. Command[4][playerid] = CreatePlayerTextDraw(playerid, 6.500000, 179.812500, "x");
  1570. PlayerTextDrawLetterSize(playerid, Command[4][playerid], 0.449999, 1.600000);
  1571. PlayerTextDrawAlignment(playerid, Command[4][playerid], 1);
  1572. PlayerTextDrawColor(playerid, Command[4][playerid], -1);
  1573. PlayerTextDrawSetShadow(playerid, Command[4][playerid], 0);
  1574. PlayerTextDrawSetOutline(playerid, Command[4][playerid], 0);
  1575. PlayerTextDrawBackgroundColor(playerid, Command[4][playerid], 51);
  1576. PlayerTextDrawFont(playerid, Command[4][playerid], 2);
  1577. PlayerTextDrawSetProportional(playerid, Command[4][playerid], 1);
  1578. PlayerTextDrawSetSelectable(playerid, Command[4][playerid], true);
  1579. Command[5][playerid] = CreatePlayerTextDraw(playerid, 21.500000, 181.562500, "-");
  1580. PlayerTextDrawLetterSize(playerid, Command[5][playerid], 0.807000, 1.394375);
  1581. PlayerTextDrawAlignment(playerid, Command[5][playerid], 1);
  1582. PlayerTextDrawColor(playerid, Command[5][playerid], -1);
  1583. PlayerTextDrawSetShadow(playerid, Command[5][playerid], 0);
  1584. PlayerTextDrawSetOutline(playerid, Command[5][playerid], 0);
  1585. PlayerTextDrawBackgroundColor(playerid, Command[5][playerid], 51);
  1586. PlayerTextDrawFont(playerid, Command[5][playerid], 1);
  1587. PlayerTextDrawSetProportional(playerid, Command[5][playerid], 1);
  1588. Command[6][playerid] = CreatePlayerTextDraw(playerid, 59.500000, 182.000000, "KOMAHDHAR CTPOKA      CHAT.EXE");
  1589. PlayerTextDrawLetterSize(playerid, Command[6][playerid], 0.350000, 1.193125);
  1590. PlayerTextDrawAlignment(playerid, Command[6][playerid], 1);
  1591. PlayerTextDrawColor(playerid, Command[6][playerid], -1);
  1592. PlayerTextDrawSetShadow(playerid, Command[6][playerid], 0);
  1593. PlayerTextDrawSetOutline(playerid, Command[6][playerid], 1);
  1594. PlayerTextDrawBackgroundColor(playerid, Command[6][playerid], 51);
  1595. PlayerTextDrawFont(playerid, Command[6][playerid], 2);
  1596. PlayerTextDrawSetProportional(playerid, Command[6][playerid], 1);
  1597.  
  1598. Right[0][playerid] = CreatePlayerTextDraw(playerid, 649.000000, 1.500000, "usebox");
  1599. PlayerTextDrawLetterSize(playerid, Right[0][playerid], 0.000000, 49.712493);
  1600. PlayerTextDrawTextSize(playerid, Right[0][playerid], 588.000000, 0.000000);
  1601. PlayerTextDrawAlignment(playerid, Right[0][playerid], 1);
  1602. PlayerTextDrawColor(playerid, Right[0][playerid], 0);
  1603. PlayerTextDrawUseBox(playerid, Right[0][playerid], true);
  1604. PlayerTextDrawBoxColor(playerid, Right[0][playerid], 255);
  1605. PlayerTextDrawSetShadow(playerid, Right[0][playerid], 0);
  1606. PlayerTextDrawSetOutline(playerid, Right[0][playerid], 0);
  1607. PlayerTextDrawFont(playerid, Right[0][playerid], 0);
  1608. Right[1][playerid] = CreatePlayerTextDraw(playerid, 596.000000, 217.562500, "LD_SPAC:white");
  1609. PlayerTextDrawLetterSize(playerid, Right[1][playerid], 0.000000, 0.000000);
  1610. PlayerTextDrawTextSize(playerid, Right[1][playerid], 41.000000, 30.187500);
  1611. PlayerTextDrawAlignment(playerid, Right[1][playerid], 1);
  1612. PlayerTextDrawColor(playerid, Right[1][playerid], -1);
  1613. PlayerTextDrawSetShadow(playerid, Right[1][playerid], 0);
  1614. PlayerTextDrawSetOutline(playerid, Right[1][playerid], 0);
  1615. PlayerTextDrawFont(playerid, Right[1][playerid], 4);
  1616. PlayerTextDrawSetSelectable(playerid, Right[1][playerid], true);
  1617. Right[2][playerid] = CreatePlayerTextDraw(playerid, 601.000000, 290.937500, "hud:radar_saveGame");
  1618. PlayerTextDrawLetterSize(playerid, Right[2][playerid], 0.000000, 0.000000);
  1619. PlayerTextDrawTextSize(playerid, Right[2][playerid], 37.000000, 20.562500);
  1620. PlayerTextDrawAlignment(playerid, Right[2][playerid], 1);
  1621. PlayerTextDrawColor(playerid, Right[2][playerid], -1);
  1622. PlayerTextDrawSetShadow(playerid, Right[2][playerid], 0);
  1623. PlayerTextDrawSetOutline(playerid, Right[2][playerid], 0);
  1624. PlayerTextDrawFont(playerid, Right[2][playerid], 4);
  1625. PlayerTextDrawSetSelectable(playerid, Right[2][playerid], true);
  1626. Right[3][playerid] = CreatePlayerTextDraw(playerid, 602.500000, 255.062500, "ZYCK");
  1627. PlayerTextDrawLetterSize(playerid, Right[3][playerid], 0.293500, 0.956875);
  1628. PlayerTextDrawAlignment(playerid, Right[3][playerid], 1);
  1629. PlayerTextDrawColor(playerid, Right[3][playerid], -1);
  1630. PlayerTextDrawSetShadow(playerid, Right[3][playerid], 0);
  1631. PlayerTextDrawSetOutline(playerid, Right[3][playerid], 1);
  1632. PlayerTextDrawBackgroundColor(playerid, Right[3][playerid], 51);
  1633. PlayerTextDrawFont(playerid, Right[3][playerid], 2);
  1634. PlayerTextDrawSetProportional(playerid, Right[3][playerid], 1);
  1635. Right[4][playerid] = CreatePlayerTextDraw(playerid, 596.500000, 317.312500, "ZAPAMETPS");
  1636. PlayerTextDrawLetterSize(playerid, Right[4][playerid], 0.170497, 0.878125);
  1637. PlayerTextDrawAlignment(playerid, Right[4][playerid], 1);
  1638. PlayerTextDrawColor(playerid, Right[4][playerid], -1);
  1639. PlayerTextDrawSetShadow(playerid, Right[4][playerid], 0);
  1640. PlayerTextDrawSetOutline(playerid, Right[4][playerid], 1);
  1641. PlayerTextDrawBackgroundColor(playerid, Right[4][playerid], 51);
  1642. PlayerTextDrawFont(playerid, Right[4][playerid], 2);
  1643. PlayerTextDrawSetProportional(playerid, Right[4][playerid], 1);
  1644. Right[5][playerid] = CreatePlayerTextDraw(playerid, 595.500000, 154.437500, "LD_BEAT:cross");
  1645. PlayerTextDrawLetterSize(playerid, Right[5][playerid], 0.000000, 0.000000);
  1646. PlayerTextDrawTextSize(playerid, Right[5][playerid], 42.000000, 36.750000);
  1647. PlayerTextDrawAlignment(playerid, Right[5][playerid], 1);
  1648. PlayerTextDrawColor(playerid, Right[5][playerid], -1);
  1649. PlayerTextDrawSetShadow(playerid, Right[5][playerid], 0);
  1650. PlayerTextDrawSetOutline(playerid, Right[5][playerid], 0);
  1651. PlayerTextDrawFont(playerid, Right[5][playerid], 4);
  1652. PlayerTextDrawSetSelectable(playerid, Right[5][playerid], true);
  1653. Right[6][playerid] = CreatePlayerTextDraw(playerid, 595.500000, 191.000000, "BSNTN B NFPY");
  1654. PlayerTextDrawLetterSize(playerid, Right[6][playerid], 0.143498, 0.878125);
  1655. PlayerTextDrawAlignment(playerid, Right[6][playerid], 1);
  1656. PlayerTextDrawColor(playerid, Right[6][playerid], -1);
  1657. PlayerTextDrawSetShadow(playerid, Right[6][playerid], 0);
  1658. PlayerTextDrawSetOutline(playerid, Right[6][playerid], 1);
  1659. PlayerTextDrawBackgroundColor(playerid, Right[6][playerid], 51);
  1660. PlayerTextDrawFont(playerid, Right[6][playerid], 2);
  1661. PlayerTextDrawSetProportional(playerid, Right[6][playerid], 1);
  1662. Right[7][playerid] = CreatePlayerTextDraw(playerid, 595.500000, 132.062500, "KOMAHDHAR");
  1663. PlayerTextDrawLetterSize(playerid, Right[7][playerid], 0.165497, 0.869373);
  1664. PlayerTextDrawAlignment(playerid, Right[7][playerid], 1);
  1665. PlayerTextDrawColor(playerid, Right[7][playerid], -1);
  1666. PlayerTextDrawSetShadow(playerid, Right[7][playerid], 0);
  1667. PlayerTextDrawSetOutline(playerid, Right[7][playerid], 1);
  1668. PlayerTextDrawBackgroundColor(playerid, Right[7][playerid], 51);
  1669. PlayerTextDrawFont(playerid, Right[7][playerid], 2);
  1670. PlayerTextDrawSetProportional(playerid, Right[7][playerid], 1);
  1671. Right[8][playerid] = CreatePlayerTextDraw(playerid, 603.000000, 137.875000, "CTPOKA");
  1672. PlayerTextDrawLetterSize(playerid, Right[8][playerid], 0.165497, 0.869373);
  1673. PlayerTextDrawAlignment(playerid, Right[8][playerid], 1);
  1674. PlayerTextDrawColor(playerid, Right[8][playerid], -1);
  1675. PlayerTextDrawSetShadow(playerid, Right[8][playerid], 0);
  1676. PlayerTextDrawSetOutline(playerid, Right[8][playerid], 1);
  1677. PlayerTextDrawBackgroundColor(playerid, Right[8][playerid], 51);
  1678. PlayerTextDrawFont(playerid, Right[8][playerid], 2);
  1679. PlayerTextDrawSetProportional(playerid, Right[8][playerid], 1);
  1680. Right[9][playerid] = CreatePlayerTextDraw(playerid, 257.500000, 277.562500, "usebox");
  1681. PlayerTextDrawLetterSize(playerid, Right[9][playerid], 0.000000, 11.252778);
  1682. PlayerTextDrawTextSize(playerid, Right[9][playerid], 40.500000, 0.000000);
  1683. PlayerTextDrawAlignment(playerid, Right[9][playerid], 1);
  1684. PlayerTextDrawColor(playerid, Right[9][playerid], 0);
  1685. PlayerTextDrawUseBox(playerid, Right[9][playerid], true);
  1686. PlayerTextDrawBoxColor(playerid, Right[9][playerid], 102);
  1687. PlayerTextDrawSetShadow(playerid, Right[9][playerid], 0);
  1688. PlayerTextDrawSetOutline(playerid, Right[9][playerid], 0);
  1689. PlayerTextDrawFont(playerid, Right[9][playerid], 0);
  1690. Right[10][playerid] = CreatePlayerTextDraw(playerid, 148.000000, 270.375000, time);
  1691. PlayerTextDrawLetterSize(playerid, Right[10][playerid], 1.199998, 9.050621);
  1692. PlayerTextDrawAlignment(playerid, Right[10][playerid], 2);
  1693. PlayerTextDrawColor(playerid, Right[10][playerid], -1);
  1694. PlayerTextDrawSetShadow(playerid, Right[10][playerid], 0);
  1695. PlayerTextDrawSetOutline(playerid, Right[10][playerid], 1);
  1696. PlayerTextDrawBackgroundColor(playerid, Right[10][playerid], 51);
  1697. PlayerTextDrawFont(playerid, Right[10][playerid], 2);
  1698. PlayerTextDrawSetProportional(playerid, Right[10][playerid], 1);
  1699. Right[11][playerid] = CreatePlayerTextDraw(playerid, 144.000000, 350.562500, date);
  1700. PlayerTextDrawLetterSize(playerid, Right[11][playerid], 0.624997, 1.713750);
  1701. PlayerTextDrawAlignment(playerid, Right[11][playerid], 2);
  1702. PlayerTextDrawColor(playerid, Right[11][playerid], -1);
  1703. PlayerTextDrawSetShadow(playerid, Right[11][playerid], 0);
  1704. PlayerTextDrawSetOutline(playerid, Right[11][playerid], 1);
  1705. PlayerTextDrawBackgroundColor(playerid, Right[11][playerid], 51);
  1706. PlayerTextDrawFont(playerid, Right[11][playerid], 1);
  1707. PlayerTextDrawSetProportional(playerid, Right[11][playerid], 1);
  1708. Right[13][playerid] = CreatePlayerTextDraw(playerid, 0, 0, " ");
  1709. Right[12][playerid] = CreatePlayerTextDraw(playerid, 0, 0, " ");
  1710. Right[14][playerid] = CreatePlayerTextDraw(playerid, 0, 0, " ");
  1711. PlayerTextDrawLetterSize(playerid, Right[14][playerid], 0.165497, 0.869373);
  1712. PlayerTextDrawAlignment(playerid, Right[14][playerid], 1);
  1713. PlayerTextDrawColor(playerid, Right[14][playerid], -1);
  1714. PlayerTextDrawSetShadow(playerid, Right[14][playerid], 0);
  1715. PlayerTextDrawSetOutline(playerid, Right[14][playerid], 1);
  1716. PlayerTextDrawBackgroundColor(playerid, Right[14][playerid], 51);
  1717. PlayerTextDrawFont(playerid, Right[14][playerid], 2);
  1718. PlayerTextDrawSetProportional(playerid, Right[14][playerid], 1);
  1719. Right[15][playerid] = CreatePlayerTextDraw(playerid, 620.500000, 214.562500, "usebox");
  1720. PlayerTextDrawLetterSize(playerid, Right[15][playerid], 0.000000, 3.863888);
  1721. PlayerTextDrawTextSize(playerid, Right[15][playerid], 615.000000, 0.000000);
  1722. PlayerTextDrawAlignment(playerid, Right[15][playerid], 1);
  1723. PlayerTextDrawColor(playerid, Right[15][playerid], 0);
  1724. PlayerTextDrawUseBox(playerid, Right[15][playerid], true);
  1725. PlayerTextDrawBoxColor(playerid, Right[15][playerid], 255);
  1726. PlayerTextDrawSetShadow(playerid, Right[15][playerid], 0);
  1727. PlayerTextDrawSetOutline(playerid, Right[15][playerid], 0);
  1728. PlayerTextDrawFont(playerid, Right[15][playerid], 0);
  1729. Right[16][playerid] = CreatePlayerTextDraw(playerid, 593.000000, 233.812500, "usebox");
  1730. PlayerTextDrawLetterSize(playerid, Right[16][playerid], 0.000000, -0.222221);
  1731. PlayerTextDrawTextSize(playerid, Right[16][playerid], 643.500000, 0.000000);
  1732. PlayerTextDrawAlignment(playerid, Right[16][playerid], 1);
  1733. PlayerTextDrawColor(playerid, Right[16][playerid], 0);
  1734. PlayerTextDrawUseBox(playerid, Right[16][playerid], true);
  1735. PlayerTextDrawBoxColor(playerid, Right[16][playerid], 255);
  1736. PlayerTextDrawSetShadow(playerid, Right[16][playerid], 0);
  1737. PlayerTextDrawSetOutline(playerid, Right[16][playerid], 0);
  1738. PlayerTextDrawFont(playerid, Right[16][playerid], 0);
  1739. Right[17][playerid] = CreatePlayerTextDraw(playerid, 584.082519, 237.125000, "/");
  1740. PlayerTextDrawLetterSize(playerid, Right[17][playerid], 8.434999, 1.219372);
  1741. PlayerTextDrawAlignment(playerid, Right[17][playerid], 1);
  1742. PlayerTextDrawColor(playerid, Right[17][playerid], 255);
  1743. PlayerTextDrawSetShadow(playerid, Right[17][playerid], 0);
  1744. PlayerTextDrawSetOutline(playerid, Right[17][playerid], 0);
  1745. PlayerTextDrawBackgroundColor(playerid, Right[17][playerid], 51);
  1746. PlayerTextDrawFont(playerid, Right[17][playerid], 1);
  1747. PlayerTextDrawSetProportional(playerid, Right[17][playerid], 1);
  1748. Right[18][playerid] = CreatePlayerTextDraw(playerid, 587.500000, 238.562500, "/");
  1749. PlayerTextDrawLetterSize(playerid, Right[18][playerid], 8.434999, 1.219372);
  1750. PlayerTextDrawAlignment(playerid, Right[18][playerid], 1);
  1751. PlayerTextDrawColor(playerid, Right[18][playerid], 255);
  1752. PlayerTextDrawSetShadow(playerid, Right[18][playerid], 0);
  1753. PlayerTextDrawSetOutline(playerid, Right[18][playerid], 0);
  1754. PlayerTextDrawBackgroundColor(playerid, Right[18][playerid], 51);
  1755. PlayerTextDrawFont(playerid, Right[18][playerid], 1);
  1756. PlayerTextDrawSetProportional(playerid, Right[18][playerid], 1);
  1757. Right[19][playerid] = CreatePlayerTextDraw(playerid, 588.500000, 239.562500, "/");
  1758. PlayerTextDrawLetterSize(playerid, Right[19][playerid], 8.434999, 1.219372);
  1759. PlayerTextDrawAlignment(playerid, Right[19][playerid], 1);
  1760. PlayerTextDrawColor(playerid, Right[19][playerid], 255);
  1761. PlayerTextDrawSetShadow(playerid, Right[19][playerid], 0);
  1762. PlayerTextDrawSetOutline(playerid, Right[19][playerid], 0);
  1763. PlayerTextDrawBackgroundColor(playerid, Right[19][playerid], 51);
  1764. PlayerTextDrawFont(playerid, Right[19][playerid], 1);
  1765. PlayerTextDrawSetProportional(playerid, Right[19][playerid], 1);
  1766. Right[20][playerid] = CreatePlayerTextDraw(playerid, 585.000000, 226.187500, "/");
  1767. PlayerTextDrawLetterSize(playerid, Right[20][playerid], 8.933497, -1.011873);
  1768. PlayerTextDrawAlignment(playerid, Right[20][playerid], 1);
  1769. PlayerTextDrawColor(playerid, Right[20][playerid], 255);
  1770. PlayerTextDrawSetShadow(playerid, Right[20][playerid], 0);
  1771. PlayerTextDrawSetOutline(playerid, Right[20][playerid], 0);
  1772. PlayerTextDrawBackgroundColor(playerid, Right[20][playerid], 51);
  1773. PlayerTextDrawFont(playerid, Right[20][playerid], 1);
  1774. PlayerTextDrawSetProportional(playerid, Right[20][playerid], 1);
  1775. Right[21][playerid] = CreatePlayerTextDraw(playerid, 586.000000, 227.187500, "/");
  1776. PlayerTextDrawLetterSize(playerid, Right[21][playerid], 8.933497, -1.011873);
  1777. PlayerTextDrawAlignment(playerid, Right[21][playerid], 1);
  1778. PlayerTextDrawColor(playerid, Right[21][playerid], 255);
  1779. PlayerTextDrawSetShadow(playerid, Right[21][playerid], 0);
  1780. PlayerTextDrawSetOutline(playerid, Right[21][playerid], 0);
  1781. PlayerTextDrawBackgroundColor(playerid, Right[21][playerid], 51);
  1782. PlayerTextDrawFont(playerid, Right[21][playerid], 1);
  1783. PlayerTextDrawSetProportional(playerid, Right[21][playerid], 1);
  1784. Right[22][playerid] = CreatePlayerTextDraw(playerid, 593.500000, 97.562500, "LD_BEAT:circle");
  1785. PlayerTextDrawLetterSize(playerid, Right[22][playerid], 0.000000, 0.000000);
  1786. PlayerTextDrawTextSize(playerid, Right[22][playerid], 44.500000, 34.562500);
  1787. PlayerTextDrawAlignment(playerid, Right[22][playerid], 1);
  1788. PlayerTextDrawColor(playerid, Right[22][playerid], -1);
  1789. PlayerTextDrawSetShadow(playerid, Right[22][playerid], 0);
  1790. PlayerTextDrawSetOutline(playerid, Right[22][playerid], 0);
  1791. PlayerTextDrawFont(playerid, Right[22][playerid], 4);
  1792. PlayerTextDrawSetSelectable(playerid, Right[22][playerid], true);
  1793. Right[23][playerid] = CreatePlayerTextDraw(playerid, 2.000000, 439.687500, "By TraniLurese");
  1794. PlayerTextDrawLetterSize(playerid, Right[23][playerid], 0.264499, 0.716249);
  1795. PlayerTextDrawAlignment(playerid, Right[23][playerid], 1);
  1796. PlayerTextDrawColor(playerid, Right[23][playerid], -16776961);
  1797. PlayerTextDrawSetShadow(playerid, Right[23][playerid], 1);
  1798. PlayerTextDrawSetOutline(playerid, Right[23][playerid], 0);
  1799. PlayerTextDrawBackgroundColor(playerid, Right[23][playerid], 51);
  1800. PlayerTextDrawFont(playerid, Right[23][playerid], 0);
  1801. PlayerTextDrawSetProportional(playerid, Right[23][playerid], 1);
  1802.  
  1803. Mail[0][playerid] = CreatePlayerTextDraw(playerid, 645.500000, 1.500000, "usebox");
  1804. PlayerTextDrawLetterSize(playerid, Mail[0][playerid], 0.000000, 49.412498);
  1805. PlayerTextDrawTextSize(playerid, Mail[0][playerid], -7.500000, 0.000000);
  1806. PlayerTextDrawAlignment(playerid, Mail[0][playerid], 1);
  1807. PlayerTextDrawColor(playerid, Mail[0][playerid], 0);
  1808. PlayerTextDrawUseBox(playerid, Mail[0][playerid], true);
  1809. PlayerTextDrawBoxColor(playerid, Mail[0][playerid], -1);
  1810. PlayerTextDrawSetShadow(playerid, Mail[0][playerid], 0);
  1811. PlayerTextDrawSetOutline(playerid, Mail[0][playerid], 0);
  1812. PlayerTextDrawFont(playerid, Mail[0][playerid], 0);
  1813. Mail[1][playerid] = CreatePlayerTextDraw(playerid, 186.500000, 55.312500, "usebox");
  1814. PlayerTextDrawLetterSize(playerid, Mail[1][playerid], 0.000000, 4.058331);
  1815. PlayerTextDrawTextSize(playerid, Mail[1][playerid], 42.500000, 0.000000);
  1816. PlayerTextDrawAlignment(playerid, Mail[1][playerid], 1);
  1817. PlayerTextDrawColor(playerid, Mail[1][playerid], 0);
  1818. PlayerTextDrawUseBox(playerid, Mail[1][playerid], true);
  1819. PlayerTextDrawBoxColor(playerid, Mail[1][playerid], 1713513096);
  1820. PlayerTextDrawSetShadow(playerid, Mail[1][playerid], 0);
  1821. PlayerTextDrawSetOutline(playerid, Mail[1][playerid], 0);
  1822. PlayerTextDrawFont(playerid, Mail[1][playerid], 0);
  1823. Mail[2][playerid] = CreatePlayerTextDraw(playerid, 186.500000, 104.437500, "usebox");
  1824. PlayerTextDrawLetterSize(playerid, Mail[2][playerid], 0.000000, 4.058331);
  1825. PlayerTextDrawTextSize(playerid, Mail[2][playerid], 42.500000, 0.000000);
  1826. PlayerTextDrawAlignment(playerid, Mail[2][playerid], 1);
  1827. PlayerTextDrawColor(playerid, Mail[2][playerid], 0);
  1828. PlayerTextDrawUseBox(playerid, Mail[2][playerid], true);
  1829. PlayerTextDrawBoxColor(playerid, Mail[2][playerid], 102);
  1830. PlayerTextDrawSetShadow(playerid, Mail[2][playerid], 0);
  1831. PlayerTextDrawSetOutline(playerid, Mail[2][playerid], 0);
  1832. PlayerTextDrawFont(playerid, Mail[2][playerid], 0);
  1833. Mail[3][playerid] = CreatePlayerTextDraw(playerid, 186.500000, 156.187500, "usebox");
  1834. PlayerTextDrawLetterSize(playerid, Mail[3][playerid], 0.000000, 4.058331);
  1835. PlayerTextDrawTextSize(playerid, Mail[3][playerid], 42.500000, 0.000000);
  1836. PlayerTextDrawAlignment(playerid, Mail[3][playerid], 1);
  1837. PlayerTextDrawColor(playerid, Mail[3][playerid], 0);
  1838. PlayerTextDrawUseBox(playerid, Mail[3][playerid], true);
  1839. PlayerTextDrawBoxColor(playerid, Mail[3][playerid], 102);
  1840. PlayerTextDrawSetShadow(playerid, Mail[3][playerid], 0);
  1841. PlayerTextDrawSetOutline(playerid, Mail[3][playerid], 0);
  1842. PlayerTextDrawFont(playerid, Mail[3][playerid], 0);
  1843. Mail[4][playerid] = CreatePlayerTextDraw(playerid, 186.500000, 207.937500, "usebox");
  1844. PlayerTextDrawLetterSize(playerid, Mail[4][playerid], 0.000000, 4.158330);
  1845. PlayerTextDrawTextSize(playerid, Mail[4][playerid], 42.000000, 0.000000);
  1846. PlayerTextDrawAlignment(playerid, Mail[4][playerid], 1);
  1847. PlayerTextDrawColor(playerid, Mail[4][playerid], 0);
  1848. PlayerTextDrawUseBox(playerid, Mail[4][playerid], true);
  1849. PlayerTextDrawBoxColor(playerid, Mail[4][playerid], 102);
  1850. PlayerTextDrawSetShadow(playerid, Mail[4][playerid], 0);
  1851. PlayerTextDrawSetOutline(playerid, Mail[4][playerid], 0);
  1852. PlayerTextDrawFont(playerid, Mail[4][playerid], 0);
  1853. Mail[5][playerid] = CreatePlayerTextDraw(playerid, 188.000000, 1.500000, "usebox");
  1854. PlayerTextDrawLetterSize(playerid, Mail[5][playerid], 0.000000, 36.862499);
  1855. PlayerTextDrawTextSize(playerid, Mail[5][playerid], 182.500000, 0.000000);
  1856. PlayerTextDrawAlignment(playerid, Mail[5][playerid], 1);
  1857. PlayerTextDrawColor(playerid, Mail[5][playerid], 0);
  1858. PlayerTextDrawUseBox(playerid, Mail[5][playerid], true);
  1859. PlayerTextDrawBoxColor(playerid, Mail[5][playerid], 102);
  1860. PlayerTextDrawSetShadow(playerid, Mail[5][playerid], 0);
  1861. PlayerTextDrawSetOutline(playerid, Mail[5][playerid], 0);
  1862. PlayerTextDrawFont(playerid, Mail[5][playerid], 0);
  1863. Mail[6][playerid] = CreatePlayerTextDraw(playerid, 81.000000, 342.125000, "sa-mp");
  1864. PlayerTextDrawLetterSize(playerid, Mail[6][playerid], 0.924498, 7.808125);
  1865. PlayerTextDrawAlignment(playerid, Mail[6][playerid], 1);
  1866. PlayerTextDrawColor(playerid, Mail[6][playerid], -5963521);
  1867. PlayerTextDrawSetShadow(playerid, Mail[6][playerid], 0);
  1868. PlayerTextDrawSetOutline(playerid, Mail[6][playerid], 1);
  1869. PlayerTextDrawBackgroundColor(playerid, Mail[6][playerid], 51);
  1870. PlayerTextDrawFont(playerid, Mail[6][playerid], 1);
  1871. PlayerTextDrawSetProportional(playerid, Mail[6][playerid], 1);
  1872. Mail[7][playerid] = CreatePlayerTextDraw(playerid, 84.000000, 400.437500, "ZO4TA");
  1873. PlayerTextDrawLetterSize(playerid, Mail[7][playerid], 0.509499, 1.766250);
  1874. PlayerTextDrawAlignment(playerid, Mail[7][playerid], 1);
  1875. PlayerTextDrawColor(playerid, Mail[7][playerid], -1378294017);
  1876. PlayerTextDrawSetShadow(playerid, Mail[7][playerid], 0);
  1877. PlayerTextDrawSetOutline(playerid, Mail[7][playerid], 1);
  1878. PlayerTextDrawBackgroundColor(playerid, Mail[7][playerid], 51);
  1879. PlayerTextDrawFont(playerid, Mail[7][playerid], 2);
  1880. PlayerTextDrawSetProportional(playerid, Mail[7][playerid], 1);
  1881. Mail[8][playerid] = CreatePlayerTextDraw(playerid, 65.500000, 68.687500, "BXODRWNE");
  1882. PlayerTextDrawLetterSize(playerid, Mail[8][playerid], 0.449999, 1.600000);
  1883. PlayerTextDrawAlignment(playerid, Mail[8][playerid], 1);
  1884. PlayerTextDrawColor(playerid, Mail[8][playerid], -1);
  1885. PlayerTextDrawSetShadow(playerid, Mail[8][playerid], 0);
  1886. PlayerTextDrawSetOutline(playerid, Mail[8][playerid], 1);
  1887. PlayerTextDrawBackgroundColor(playerid, Mail[8][playerid], 51);
  1888. PlayerTextDrawFont(playerid, Mail[8][playerid], 2);
  1889. PlayerTextDrawSetProportional(playerid, Mail[8][playerid], 1);
  1890. Mail[9][playerid] = CreatePlayerTextDraw(playerid, 61.500000, 116.062500, "NCXODRWNE");
  1891. PlayerTextDrawLetterSize(playerid, Mail[9][playerid], 0.449999, 1.600000);
  1892. PlayerTextDrawAlignment(playerid, Mail[9][playerid], 1);
  1893. PlayerTextDrawColor(playerid, Mail[9][playerid], -1);
  1894. PlayerTextDrawSetShadow(playerid, Mail[9][playerid], 0);
  1895. PlayerTextDrawSetOutline(playerid, Mail[9][playerid], 1);
  1896. PlayerTextDrawBackgroundColor(playerid, Mail[9][playerid], 51);
  1897. PlayerTextDrawFont(playerid, Mail[9][playerid], 2);
  1898. PlayerTextDrawSetProportional(playerid, Mail[9][playerid], 1);
  1899. Mail[10][playerid] = CreatePlayerTextDraw(playerid, 60.500000, 168.687500, "4EPHOBNKN");
  1900. PlayerTextDrawLetterSize(playerid, Mail[10][playerid], 0.449999, 1.600000);
  1901. PlayerTextDrawAlignment(playerid, Mail[10][playerid], 1);
  1902. PlayerTextDrawColor(playerid, Mail[10][playerid], -1);
  1903. PlayerTextDrawSetShadow(playerid, Mail[10][playerid], 0);
  1904. PlayerTextDrawSetOutline(playerid, Mail[10][playerid], 1);
  1905. PlayerTextDrawBackgroundColor(playerid, Mail[10][playerid], 51);
  1906. PlayerTextDrawFont(playerid, Mail[10][playerid], 2);
  1907. PlayerTextDrawSetProportional(playerid, Mail[10][playerid], 1);
  1908. Mail[11][playerid] = CreatePlayerTextDraw(playerid, 61.500000, 219.562500, "YDALEHHSE");
  1909. PlayerTextDrawLetterSize(playerid, Mail[11][playerid], 0.449999, 1.600000);
  1910. PlayerTextDrawAlignment(playerid, Mail[11][playerid], 1);
  1911. PlayerTextDrawColor(playerid, Mail[11][playerid], -1);
  1912. PlayerTextDrawSetShadow(playerid, Mail[11][playerid], 0);
  1913. PlayerTextDrawSetOutline(playerid, Mail[11][playerid], 1);
  1914. PlayerTextDrawBackgroundColor(playerid, Mail[11][playerid], 51);
  1915. PlayerTextDrawFont(playerid, Mail[11][playerid], 2);
  1916. PlayerTextDrawSetProportional(playerid, Mail[11][playerid], 1);
  1917. Mail[12][playerid] = CreatePlayerTextDraw(playerid, 313.500000, 1.187500, "usebox");
  1918. PlayerTextDrawLetterSize(playerid, Mail[12][playerid], 0.000000, 36.862499);
  1919. PlayerTextDrawTextSize(playerid, Mail[12][playerid], 308.000000, 0.000000);
  1920. PlayerTextDrawAlignment(playerid, Mail[12][playerid], 1);
  1921. PlayerTextDrawColor(playerid, Mail[12][playerid], 0);
  1922. PlayerTextDrawUseBox(playerid, Mail[12][playerid], true);
  1923. PlayerTextDrawBoxColor(playerid, Mail[12][playerid], 102);
  1924. PlayerTextDrawSetShadow(playerid, Mail[12][playerid], 0);
  1925. PlayerTextDrawSetOutline(playerid, Mail[12][playerid], 0);
  1926. PlayerTextDrawFont(playerid, Mail[12][playerid], 0);
  1927. Mail[13][playerid] = CreatePlayerTextDraw(playerid, 312.000000, 1.500000, "usebox");
  1928. PlayerTextDrawLetterSize(playerid, Mail[13][playerid], 0.000000, 49.412498);
  1929. PlayerTextDrawTextSize(playerid, Mail[13][playerid], 184.000000, 0.000000);
  1930. PlayerTextDrawAlignment(playerid, Mail[13][playerid], 1);
  1931. PlayerTextDrawColor(playerid, Mail[13][playerid], 0);
  1932. PlayerTextDrawUseBox(playerid, Mail[13][playerid], true);
  1933. PlayerTextDrawBoxColor(playerid, Mail[13][playerid], 572697224);
  1934. PlayerTextDrawSetShadow(playerid, Mail[13][playerid], 0);
  1935. PlayerTextDrawSetOutline(playerid, Mail[13][playerid], 0);
  1936. PlayerTextDrawFont(playerid, Mail[13][playerid], 0);
  1937. Mail[14][playerid] = CreatePlayerTextDraw(playerid, 512.000000, 120.500000, "usebox");
  1938. PlayerTextDrawLetterSize(playerid, Mail[14][playerid], 0.000000, 27.148611);
  1939. PlayerTextDrawTextSize(playerid, Mail[14][playerid], 128.000000, 0.000000);
  1940. PlayerTextDrawAlignment(playerid, Mail[14][playerid], 1);
  1941. PlayerTextDrawColor(playerid, Mail[14][playerid], 0);
  1942. PlayerTextDrawUseBox(playerid, Mail[14][playerid], true);
  1943. PlayerTextDrawBoxColor(playerid, Mail[14][playerid], 102);
  1944. PlayerTextDrawSetShadow(playerid, Mail[14][playerid], 0);
  1945. PlayerTextDrawSetOutline(playerid, Mail[14][playerid], 0);
  1946. PlayerTextDrawFont(playerid, Mail[14][playerid], 0);
  1947. Mail[15][playerid] = CreatePlayerTextDraw(playerid, 142.500000, 133.875000, "CEPBNC HEDOCTYZEH");
  1948. PlayerTextDrawLetterSize(playerid, Mail[15][playerid], 0.974497, 4.649374);
  1949. PlayerTextDrawAlignment(playerid, Mail[15][playerid], 1);
  1950. PlayerTextDrawColor(playerid, Mail[15][playerid], -1);
  1951. PlayerTextDrawSetShadow(playerid, Mail[15][playerid], 0);
  1952. PlayerTextDrawSetOutline(playerid, Mail[15][playerid], 1);
  1953. PlayerTextDrawBackgroundColor(playerid, Mail[15][playerid], 51);
  1954. PlayerTextDrawFont(playerid, Mail[15][playerid], 1);
  1955. PlayerTextDrawSetProportional(playerid, Mail[15][playerid], 1);
  1956. Mail[16][playerid] = CreatePlayerTextDraw(playerid, 161.500000, 189.875000, "ZPNHOCNM CBON N3BNHEHNR");
  1957. PlayerTextDrawLetterSize(playerid, Mail[16][playerid], 0.493997, 2.938746);
  1958. PlayerTextDrawAlignment(playerid, Mail[16][playerid], 1);
  1959. PlayerTextDrawColor(playerid, Mail[16][playerid], -16776961);
  1960. PlayerTextDrawSetShadow(playerid, Mail[16][playerid], 0);
  1961. PlayerTextDrawSetOutline(playerid, Mail[16][playerid], 1);
  1962. PlayerTextDrawBackgroundColor(playerid, Mail[16][playerid], 51);
  1963. PlayerTextDrawFont(playerid, Mail[16][playerid], 2);
  1964. PlayerTextDrawSetProportional(playerid, Mail[16][playerid], 1);
  1965. Mail[17][playerid] = CreatePlayerTextDraw(playerid, 160.500000, 299.250000, "LD_BEAT:cross");
  1966. PlayerTextDrawLetterSize(playerid, Mail[17][playerid], 0.000000, 0.000000);
  1967. PlayerTextDrawTextSize(playerid, Mail[17][playerid], 57.500000, 51.187500);
  1968. PlayerTextDrawAlignment(playerid, Mail[17][playerid], 1);
  1969. PlayerTextDrawColor(playerid, Mail[17][playerid], -1);
  1970. PlayerTextDrawSetShadow(playerid, Mail[17][playerid], 0);
  1971. PlayerTextDrawSetOutline(playerid, Mail[17][playerid], 0);
  1972. PlayerTextDrawFont(playerid, Mail[17][playerid], 4);
  1973. PlayerTextDrawSetSelectable(playerid, Mail[17][playerid], true);
  1974. Mail[18][playerid] = CreatePlayerTextDraw(playerid, 232.500000, 315.875000, "BSNTN B MEHU");
  1975. PlayerTextDrawLetterSize(playerid, Mail[18][playerid], 0.449999, 1.600000);
  1976. PlayerTextDrawAlignment(playerid, Mail[18][playerid], 1);
  1977. PlayerTextDrawColor(playerid, Mail[18][playerid], -5963521);
  1978. PlayerTextDrawSetShadow(playerid, Mail[18][playerid], 0);
  1979. PlayerTextDrawSetOutline(playerid, Mail[18][playerid], 1);
  1980. PlayerTextDrawBackgroundColor(playerid, Mail[18][playerid], 51);
  1981. PlayerTextDrawFont(playerid, Mail[18][playerid], 2);
  1982. PlayerTextDrawSetProportional(playerid, Mail[18][playerid], 1);
  1983.  
  1984. Maps[0][playerid] = CreatePlayerTextDraw(playerid, 649.000000, 1.500000, "usebox");
  1985. PlayerTextDrawLetterSize(playerid, Maps[0][playerid], 0.000000, 49.812496);
  1986. PlayerTextDrawTextSize(playerid, Maps[0][playerid], -2.000000, 0.000000);
  1987. PlayerTextDrawAlignment(playerid, Maps[0][playerid], 1);
  1988. PlayerTextDrawColor(playerid, Maps[0][playerid], 0);
  1989. PlayerTextDrawUseBox(playerid, Maps[0][playerid], true);
  1990. PlayerTextDrawBoxColor(playerid, Maps[0][playerid], -1523963137);
  1991. PlayerTextDrawSetShadow(playerid, Maps[0][playerid], 0);
  1992. PlayerTextDrawSetOutline(playerid, Maps[0][playerid], 0);
  1993. PlayerTextDrawFont(playerid, Maps[0][playerid], 0);
  1994. Maps[1][playerid] = CreatePlayerTextDraw(playerid, 334.500000, 13.562500, "KAPTA");
  1995. PlayerTextDrawLetterSize(playerid, Maps[1][playerid], 0.862999, 2.072499);
  1996. PlayerTextDrawAlignment(playerid, Maps[1][playerid], 1);
  1997. PlayerTextDrawColor(playerid, Maps[1][playerid], -1);
  1998. PlayerTextDrawSetShadow(playerid, Maps[1][playerid], 0);
  1999. PlayerTextDrawSetOutline(playerid, Maps[1][playerid], 1);
  2000. PlayerTextDrawBackgroundColor(playerid, Maps[1][playerid], 51);
  2001. PlayerTextDrawFont(playerid, Maps[1][playerid], 2);
  2002. PlayerTextDrawSetProportional(playerid, Maps[1][playerid], 1);
  2003. Maps[2][playerid] = CreatePlayerTextDraw(playerid, 611.000000, 435.312500, "samaps:map");
  2004. PlayerTextDrawLetterSize(playerid, Maps[2][playerid], 0.000000, 0.000000);
  2005. PlayerTextDrawTextSize(playerid, Maps[2][playerid], -576.000000, -402.062500);
  2006. PlayerTextDrawAlignment(playerid, Maps[2][playerid], 1);
  2007. PlayerTextDrawColor(playerid, Maps[2][playerid], -1);
  2008. PlayerTextDrawSetShadow(playerid, Maps[2][playerid], 0);
  2009. PlayerTextDrawSetOutline(playerid, Maps[2][playerid], 0);
  2010. PlayerTextDrawFont(playerid, Maps[2][playerid], 4);
  2011. Maps[3][playerid] = CreatePlayerTextDraw(playerid, 589.500000, 0.000000, "samaps:gtasamapbit3");
  2012. PlayerTextDrawLetterSize(playerid, Maps[3][playerid], 0.000000, 0.000000);
  2013. PlayerTextDrawTextSize(playerid, Maps[3][playerid], 51.000000, 42.437500);
  2014. PlayerTextDrawAlignment(playerid, Maps[3][playerid], 1);
  2015. PlayerTextDrawColor(playerid, Maps[3][playerid], -1);
  2016. PlayerTextDrawSetShadow(playerid, Maps[3][playerid], 0);
  2017. PlayerTextDrawSetOutline(playerid, Maps[3][playerid], 0);
  2018. PlayerTextDrawFont(playerid, Maps[3][playerid], 4);
  2019. PlayerTextDrawSetSelectable(playerid, Maps[3][playerid], true);
  2020.  
  2021. RealMaps[0][playerid] = CreatePlayerTextDraw(playerid, 672.500000, -18.625000, "usebox");
  2022. PlayerTextDrawLetterSize(playerid, RealMaps[0][playerid], 0.000000, 54.562496);
  2023. PlayerTextDrawTextSize(playerid, RealMaps[0][playerid], -58.000000, 0.000000);
  2024. PlayerTextDrawAlignment(playerid, RealMaps[0][playerid], 1);
  2025. PlayerTextDrawColor(playerid, RealMaps[0][playerid], 0);
  2026. PlayerTextDrawUseBox(playerid, RealMaps[0][playerid], true);
  2027. PlayerTextDrawBoxColor(playerid, RealMaps[0][playerid], -1523963137);
  2028. PlayerTextDrawSetShadow(playerid, RealMaps[0][playerid], 0);
  2029. PlayerTextDrawSetOutline(playerid, RealMaps[0][playerid], 0);
  2030. PlayerTextDrawFont(playerid, RealMaps[0][playerid], 0);
  2031. RealMaps[1][playerid] = CreatePlayerTextDraw(playerid, 324.000000, 435.437500, "samaps:gtasamapbit2");
  2032. PlayerTextDrawLetterSize(playerid, RealMaps[1][playerid], 0.000000, 0.000000);
  2033. PlayerTextDrawTextSize(playerid, RealMaps[1][playerid], -289.000000, -200.812500);
  2034. PlayerTextDrawAlignment(playerid, RealMaps[1][playerid], 1);
  2035. PlayerTextDrawColor(playerid, RealMaps[1][playerid], -1);
  2036. PlayerTextDrawSetShadow(playerid, RealMaps[1][playerid], 0);
  2037. PlayerTextDrawSetOutline(playerid, RealMaps[1][playerid], 0);
  2038. PlayerTextDrawFont(playerid, RealMaps[1][playerid], 4);
  2039. RealMaps[2][playerid] = CreatePlayerTextDraw(playerid, 324.000000, 234.937500, "samaps:gtasamapbit4");
  2040. PlayerTextDrawLetterSize(playerid, RealMaps[2][playerid], 0.000000, 0.000000);
  2041. PlayerTextDrawTextSize(playerid, RealMaps[2][playerid], -289.000000, -201.687500);
  2042. PlayerTextDrawAlignment(playerid, RealMaps[2][playerid], 1);
  2043. PlayerTextDrawColor(playerid, RealMaps[2][playerid], -1);
  2044. PlayerTextDrawSetShadow(playerid, RealMaps[2][playerid], 0);
  2045. PlayerTextDrawSetOutline(playerid, RealMaps[2][playerid], 0);
  2046. PlayerTextDrawFont(playerid, RealMaps[2][playerid], 4);
  2047. RealMaps[3][playerid] = CreatePlayerTextDraw(playerid, 611.500000, 234.625000, "samaps:gtasamapbit3");
  2048. PlayerTextDrawLetterSize(playerid, RealMaps[3][playerid], 0.000000, 0.000000);
  2049. PlayerTextDrawTextSize(playerid, RealMaps[3][playerid], -287.500000, -201.687500);
  2050. PlayerTextDrawAlignment(playerid, RealMaps[3][playerid], 1);
  2051. PlayerTextDrawColor(playerid, RealMaps[3][playerid], -1);
  2052. PlayerTextDrawSetShadow(playerid, RealMaps[3][playerid], 0);
  2053. PlayerTextDrawSetOutline(playerid, RealMaps[3][playerid], 0);
  2054. PlayerTextDrawFont(playerid, RealMaps[3][playerid], 4);
  2055. RealMaps[4][playerid] = CreatePlayerTextDraw(playerid, 611.500000, 435.562500, "samaps:gtasamapbit1");
  2056. PlayerTextDrawLetterSize(playerid, RealMaps[4][playerid], 0.000000, 0.000000);
  2057. PlayerTextDrawTextSize(playerid, RealMaps[4][playerid], -287.500000, -200.812500);
  2058. PlayerTextDrawAlignment(playerid, RealMaps[4][playerid], 1);
  2059. PlayerTextDrawColor(playerid, RealMaps[4][playerid], -1);
  2060. PlayerTextDrawSetShadow(playerid, RealMaps[4][playerid], 0);
  2061. PlayerTextDrawSetOutline(playerid, RealMaps[4][playerid], 0);
  2062. PlayerTextDrawFont(playerid, RealMaps[4][playerid], 4);
  2063. RealMaps[5][playerid] = CreatePlayerTextDraw(playerid, 679.000000, 42.437500, "samaps:map");
  2064. PlayerTextDrawLetterSize(playerid, RealMaps[5][playerid], 0.000000, 0.000000);
  2065. PlayerTextDrawTextSize(playerid, RealMaps[5][playerid], -90.500000, -92.312500);
  2066. PlayerTextDrawAlignment(playerid, RealMaps[5][playerid], 1);
  2067. PlayerTextDrawColor(playerid, RealMaps[5][playerid], -1);
  2068. PlayerTextDrawSetShadow(playerid, RealMaps[5][playerid], 0);
  2069. PlayerTextDrawSetOutline(playerid, RealMaps[5][playerid], 0);
  2070. PlayerTextDrawFont(playerid, RealMaps[5][playerid], 4);
  2071. PlayerTextDrawSetSelectable(playerid, RealMaps[5][playerid], true);
  2072. RealMaps[6][playerid] = CreatePlayerTextDraw(playerid, 334.500000, 13.562500, "KAPTA");
  2073. PlayerTextDrawLetterSize(playerid, RealMaps[6][playerid], 0.862999, 2.072499);
  2074. PlayerTextDrawAlignment(playerid, RealMaps[6][playerid], 1);
  2075. PlayerTextDrawColor(playerid, RealMaps[6][playerid], -1);
  2076. PlayerTextDrawSetShadow(playerid, RealMaps[6][playerid], 0);
  2077. PlayerTextDrawSetOutline(playerid, RealMaps[6][playerid], 1);
  2078. PlayerTextDrawBackgroundColor(playerid, RealMaps[6][playerid], 51);
  2079. PlayerTextDrawFont(playerid, RealMaps[6][playerid], 2);
  2080. PlayerTextDrawSetProportional(playerid, RealMaps[6][playerid], 1);
  2081.  
  2082. Music[0][playerid] = CreatePlayerTextDraw(playerid, 669.500000, -7.250000, "usebox");
  2083. PlayerTextDrawLetterSize(playerid, Music[0][playerid], 0.000000, 52.762496);
  2084. PlayerTextDrawTextSize(playerid, Music[0][playerid], -22.500000, 0.000000);
  2085. PlayerTextDrawAlignment(playerid, Music[0][playerid], 1);
  2086. PlayerTextDrawColor(playerid, Music[0][playerid], 0);
  2087. PlayerTextDrawUseBox(playerid, Music[0][playerid], true);
  2088. PlayerTextDrawBoxColor(playerid, Music[0][playerid], -2147483393);
  2089. PlayerTextDrawSetShadow(playerid, Music[0][playerid], 0);
  2090. PlayerTextDrawSetOutline(playerid, Music[0][playerid], 0);
  2091. PlayerTextDrawFont(playerid, Music[0][playerid], 0);
  2092. Music[1][playerid] = CreatePlayerTextDraw(playerid, 602.000000, 181.750000, "usebox");
  2093. PlayerTextDrawLetterSize(playerid, Music[1][playerid], 0.000000, 0.640277);
  2094. PlayerTextDrawTextSize(playerid, Music[1][playerid], 42.500000, 0.000000);
  2095. PlayerTextDrawAlignment(playerid, Music[1][playerid], 1);
  2096. PlayerTextDrawColor(playerid, Music[1][playerid], 0);
  2097. PlayerTextDrawUseBox(playerid, Music[1][playerid], true);
  2098. PlayerTextDrawBoxColor(playerid, Music[1][playerid], 102);
  2099. PlayerTextDrawSetShadow(playerid, Music[1][playerid], 0);
  2100. PlayerTextDrawSetOutline(playerid, Music[1][playerid], 0);
  2101. PlayerTextDrawFont(playerid, Music[1][playerid], 0);
  2102. Music[2][playerid] = CreatePlayerTextDraw(playerid, 46.500000, 179.375000, "https://musicname.org/music/musicname.mp3");
  2103. PlayerTextDrawLetterSize(playerid, Music[2][playerid], 0.177999, 0.935000);
  2104. PlayerTextDrawAlignment(playerid, Music[2][playerid], 1);
  2105. PlayerTextDrawColor(playerid, Music[2][playerid], -1);
  2106. PlayerTextDrawSetShadow(playerid, Music[2][playerid], 0);
  2107. PlayerTextDrawSetOutline(playerid, Music[2][playerid], 1);
  2108. PlayerTextDrawBackgroundColor(playerid, Music[2][playerid], 51);
  2109. PlayerTextDrawFont(playerid, Music[2][playerid], 1);
  2110. PlayerTextDrawSetProportional(playerid, Music[2][playerid], 1);
  2111. PlayerTextDrawSetSelectable(playerid, Music[2][playerid], true);
  2112. Music[3][playerid] = CreatePlayerTextDraw(playerid, 273.500000, 232.062500, "usebox");
  2113. PlayerTextDrawLetterSize(playerid, Music[3][playerid], 0.000000, 10.037500);
  2114. PlayerTextDrawTextSize(playerid, Music[3][playerid], 145.500000, 0.000000);
  2115. PlayerTextDrawAlignment(playerid, Music[3][playerid], 1);
  2116. PlayerTextDrawColor(playerid, Music[3][playerid], 0);
  2117. PlayerTextDrawUseBox(playerid, Music[3][playerid], true);
  2118. PlayerTextDrawBoxColor(playerid, Music[3][playerid], 102);
  2119. PlayerTextDrawSetShadow(playerid, Music[3][playerid], 0);
  2120. PlayerTextDrawSetOutline(playerid, Music[3][playerid], 0);
  2121. PlayerTextDrawFont(playerid, Music[3][playerid], 0);
  2122. Music[4][playerid] = CreatePlayerTextDraw(playerid, 436.000000, 232.187500, "usebox");
  2123. PlayerTextDrawLetterSize(playerid, Music[4][playerid], 0.000000, 10.037500);
  2124. PlayerTextDrawTextSize(playerid, Music[4][playerid], 307.000000, 0.000000);
  2125. PlayerTextDrawAlignment(playerid, Music[4][playerid], 1);
  2126. PlayerTextDrawColor(playerid, Music[4][playerid], 0);
  2127. PlayerTextDrawUseBox(playerid, Music[4][playerid], true);
  2128. PlayerTextDrawBoxColor(playerid, Music[4][playerid], 102);
  2129. PlayerTextDrawSetShadow(playerid, Music[4][playerid], 0);
  2130. PlayerTextDrawSetOutline(playerid, Music[4][playerid], 0);
  2131. PlayerTextDrawFont(playerid, Music[4][playerid], 0);
  2132. Music[5][playerid] = CreatePlayerTextDraw(playerid, 335.000000, 248.062500, "LD_BEAT:triang");
  2133. PlayerTextDrawLetterSize(playerid, Music[5][playerid], 0.000000, 0.000000);
  2134. PlayerTextDrawTextSize(playerid, Music[5][playerid], 73.000000, 58.625000);
  2135. PlayerTextDrawAlignment(playerid, Music[5][playerid], 1);
  2136. PlayerTextDrawColor(playerid, Music[5][playerid], -1);
  2137. PlayerTextDrawSetShadow(playerid, Music[5][playerid], 0);
  2138. PlayerTextDrawSetOutline(playerid, Music[5][playerid], 0);
  2139. PlayerTextDrawFont(playerid, Music[5][playerid], 4);
  2140. PlayerTextDrawSetSelectable(playerid, Music[5][playerid], true);
  2141. Music[6][playerid] = CreatePlayerTextDraw(playerid, 171.500000, 247.750000, "LD_BEAT:square");
  2142. PlayerTextDrawLetterSize(playerid, Music[6][playerid], 0.000000, 0.000000);
  2143. PlayerTextDrawTextSize(playerid, Music[6][playerid], 73.000000, 58.625000);
  2144. PlayerTextDrawAlignment(playerid, Music[6][playerid], 1);
  2145. PlayerTextDrawColor(playerid, Music[6][playerid], -1);
  2146. PlayerTextDrawSetShadow(playerid, Music[6][playerid], 0);
  2147. PlayerTextDrawSetOutline(playerid, Music[6][playerid], 0);
  2148. PlayerTextDrawFont(playerid, Music[6][playerid], 4);
  2149. PlayerTextDrawSetSelectable(playerid, Music[6][playerid], true);
  2150. Music[7][playerid] = CreatePlayerTextDraw(playerid, 159.500000, 323.750000, "OCTAHOBNTJ");
  2151. PlayerTextDrawLetterSize(playerid, Music[7][playerid], 0.449999, 1.600000);
  2152. PlayerTextDrawAlignment(playerid, Music[7][playerid], 1);
  2153. PlayerTextDrawColor(playerid, Music[7][playerid], -1);
  2154. PlayerTextDrawSetShadow(playerid, Music[7][playerid], 0);
  2155. PlayerTextDrawSetOutline(playerid, Music[7][playerid], 1);
  2156. PlayerTextDrawBackgroundColor(playerid, Music[7][playerid], 51);
  2157. PlayerTextDrawFont(playerid, Music[7][playerid], 1);
  2158. PlayerTextDrawSetProportional(playerid, Music[7][playerid], 1);
  2159. Music[8][playerid] = CreatePlayerTextDraw(playerid, 339.500000, 324.750000, "CLYWATJ");
  2160. PlayerTextDrawLetterSize(playerid, Music[8][playerid], 0.449999, 1.600000);
  2161. PlayerTextDrawAlignment(playerid, Music[8][playerid], 1);
  2162. PlayerTextDrawColor(playerid, Music[8][playerid], -1);
  2163. PlayerTextDrawSetShadow(playerid, Music[8][playerid], 0);
  2164. PlayerTextDrawSetOutline(playerid, Music[8][playerid], 1);
  2165. PlayerTextDrawBackgroundColor(playerid, Music[8][playerid], 51);
  2166. PlayerTextDrawFont(playerid, Music[8][playerid], 1);
  2167. PlayerTextDrawSetProportional(playerid, Music[8][playerid], 1);
  2168. Music[9][playerid] = CreatePlayerTextDraw(playerid, 253.500000, 136.937500, "MY3SKA");
  2169. PlayerTextDrawLetterSize(playerid, Music[9][playerid], 0.667496, 2.973750);
  2170. PlayerTextDrawAlignment(playerid, Music[9][playerid], 1);
  2171. PlayerTextDrawColor(playerid, Music[9][playerid], -1);
  2172. PlayerTextDrawSetShadow(playerid, Music[9][playerid], 0);
  2173. PlayerTextDrawSetOutline(playerid, Music[9][playerid], 1);
  2174. PlayerTextDrawBackgroundColor(playerid, Music[9][playerid], 51);
  2175. PlayerTextDrawFont(playerid, Music[9][playerid], 2);
  2176. PlayerTextDrawSetProportional(playerid, Music[9][playerid], 1);
  2177. Music[10][playerid] = CreatePlayerTextDraw(playerid, 81.000000, 408.625000, "HAGMNTE HA CCSLKY, N BBEDNTE url MELODNN, KOTOPYU XOTNTE ZPOCLYWATJ, 3ATEM HAGMNTE \"CLYWATJ\"");
  2178. PlayerTextDrawLetterSize(playerid, Music[10][playerid], 0.260500, 0.987500);
  2179. PlayerTextDrawAlignment(playerid, Music[10][playerid], 1);
  2180. PlayerTextDrawColor(playerid, Music[10][playerid], -1);
  2181. PlayerTextDrawSetShadow(playerid, Music[10][playerid], 0);
  2182. PlayerTextDrawSetOutline(playerid, Music[10][playerid], 1);
  2183. PlayerTextDrawBackgroundColor(playerid, Music[10][playerid], 51);
  2184. PlayerTextDrawFont(playerid, Music[10][playerid], 1);
  2185. PlayerTextDrawSetProportional(playerid, Music[10][playerid], 1);
  2186.  
  2187. Params[0][playerid] = CreatePlayerTextDraw(playerid, 647.500000, 1.500000, "usebox");
  2188. PlayerTextDrawLetterSize(playerid, Params[0][playerid], 0.000000, 49.412498);
  2189. PlayerTextDrawTextSize(playerid, Params[0][playerid], -2.000000, 0.000000);
  2190. PlayerTextDrawAlignment(playerid, Params[0][playerid], 1);
  2191. PlayerTextDrawColor(playerid, Params[0][playerid], 0);
  2192. PlayerTextDrawUseBox(playerid, Params[0][playerid], true);
  2193. PlayerTextDrawBoxColor(playerid, Params[0][playerid], -218959105);
  2194. PlayerTextDrawSetShadow(playerid, Params[0][playerid], 0);
  2195. PlayerTextDrawSetOutline(playerid, Params[0][playerid], 0);
  2196. PlayerTextDrawFont(playerid, Params[0][playerid], 0);
  2197. Params[1][playerid] = CreatePlayerTextDraw(playerid, 157.500000, 190.500000, "usebox");
  2198. PlayerTextDrawLetterSize(playerid, Params[1][playerid], 0.000000, 3.718055);
  2199. PlayerTextDrawTextSize(playerid, Params[1][playerid], 16.000000, 0.000000);
  2200. PlayerTextDrawAlignment(playerid, Params[1][playerid], 1);
  2201. PlayerTextDrawColor(playerid, Params[1][playerid], -16776961);
  2202. PlayerTextDrawUseBox(playerid, Params[1][playerid], true);
  2203. PlayerTextDrawBoxColor(playerid, Params[1][playerid], -2139062017);
  2204. PlayerTextDrawSetShadow(playerid, Params[1][playerid], 0);
  2205. PlayerTextDrawSetOutline(playerid, Params[1][playerid], 0);
  2206. PlayerTextDrawFont(playerid, Params[1][playerid], 0);
  2207. Params[2][playerid] = CreatePlayerTextDraw(playerid, 157.500000, 234.812500, "usebox");
  2208. PlayerTextDrawLetterSize(playerid, Params[2][playerid], 0.000000, 3.668055);
  2209. PlayerTextDrawTextSize(playerid, Params[2][playerid], 16.000000, 0.000000);
  2210. PlayerTextDrawAlignment(playerid, Params[2][playerid], 1);
  2211. PlayerTextDrawColor(playerid, Params[2][playerid], 0);
  2212. PlayerTextDrawUseBox(playerid, Params[2][playerid], true);
  2213. PlayerTextDrawBoxColor(playerid, Params[2][playerid], -16776961);
  2214. PlayerTextDrawSetShadow(playerid, Params[2][playerid], 0);
  2215. PlayerTextDrawSetOutline(playerid, Params[2][playerid], 0);
  2216. PlayerTextDrawFont(playerid, Params[2][playerid], 0);
  2217. Params[3][playerid] = CreatePlayerTextDraw(playerid, 159.000000, -66.750000, "usebox");
  2218. PlayerTextDrawLetterSize(playerid, Params[3][playerid], 0.000000, 49.412498);
  2219. PlayerTextDrawTextSize(playerid, Params[3][playerid], 153.500000, 0.000000);
  2220. PlayerTextDrawAlignment(playerid, Params[3][playerid], 1);
  2221. PlayerTextDrawColor(playerid, Params[3][playerid], 0);
  2222. PlayerTextDrawUseBox(playerid, Params[3][playerid], true);
  2223. PlayerTextDrawBoxColor(playerid, Params[3][playerid], -2139062017);
  2224. PlayerTextDrawSetShadow(playerid, Params[3][playerid], 0);
  2225. PlayerTextDrawSetOutline(playerid, Params[3][playerid], 0);
  2226. PlayerTextDrawFont(playerid, Params[3][playerid], 0);
  2227. Params[4][playerid] = CreatePlayerTextDraw(playerid, 24.500000, 201.250000, "CMEHNTJ ZAPOLJ");
  2228. PlayerTextDrawLetterSize(playerid, Params[4][playerid], 0.346998, 1.543125);
  2229. PlayerTextDrawAlignment(playerid, Params[4][playerid], 1);
  2230. PlayerTextDrawColor(playerid, Params[4][playerid], -1);
  2231. PlayerTextDrawSetShadow(playerid, Params[4][playerid], 0);
  2232. PlayerTextDrawSetOutline(playerid, Params[4][playerid], 1);
  2233. PlayerTextDrawBackgroundColor(playerid, Params[4][playerid], 51);
  2234. PlayerTextDrawFont(playerid, Params[4][playerid], 2);
  2235. PlayerTextDrawSetProportional(playerid, Params[4][playerid], 1);
  2236. PlayerTextDrawSetSelectable(playerid, Params[4][playerid], true);
  2237. Params[5][playerid] = CreatePlayerTextDraw(playerid, 25.000000, 244.250000, "CMEHNTJ QBET");
  2238. PlayerTextDrawLetterSize(playerid, Params[5][playerid], 0.403499, 1.543125);
  2239. PlayerTextDrawAlignment(playerid, Params[5][playerid], 1);
  2240. PlayerTextDrawColor(playerid, Params[5][playerid], -1);
  2241. PlayerTextDrawSetShadow(playerid, Params[5][playerid], 0);
  2242. PlayerTextDrawSetOutline(playerid, Params[5][playerid], 1);
  2243. PlayerTextDrawBackgroundColor(playerid, Params[5][playerid], 51);
  2244. PlayerTextDrawFont(playerid, Params[5][playerid], 2);
  2245. PlayerTextDrawSetProportional(playerid, Params[5][playerid], 1);
  2246. Params[6][playerid] = CreatePlayerTextDraw(playerid, 271.500000, 59.062500, "BS6EPNTE, 4TO 6YDETE MEHRTJ");
  2247. PlayerTextDrawLetterSize(playerid, Params[6][playerid], 0.449999, 1.600000);
  2248. PlayerTextDrawAlignment(playerid, Params[6][playerid], 1);
  2249. PlayerTextDrawColor(playerid, Params[6][playerid], -1061109505);
  2250. PlayerTextDrawSetShadow(playerid, Params[6][playerid], 0);
  2251. PlayerTextDrawSetOutline(playerid, Params[6][playerid], 1);
  2252. PlayerTextDrawBackgroundColor(playerid, Params[6][playerid], 51);
  2253. PlayerTextDrawFont(playerid, Params[6][playerid], 1);
  2254. PlayerTextDrawSetProportional(playerid, Params[6][playerid], 1);
  2255. Params[7][playerid] = CreatePlayerTextDraw(playerid, 471.500000, 140.187500, "usebox");
  2256. PlayerTextDrawLetterSize(playerid, Params[7][playerid], 0.000000, 3.718055);
  2257. PlayerTextDrawTextSize(playerid, Params[7][playerid], 323.500000, 0.000000);
  2258. PlayerTextDrawAlignment(playerid, Params[7][playerid], 1);
  2259. PlayerTextDrawColor(playerid, Params[7][playerid], 0);
  2260. PlayerTextDrawUseBox(playerid, Params[7][playerid], true);
  2261. PlayerTextDrawBoxColor(playerid, Params[7][playerid], -1061109505);
  2262. PlayerTextDrawSetShadow(playerid, Params[7][playerid], 0);
  2263. PlayerTextDrawSetOutline(playerid, Params[7][playerid], 0);
  2264. PlayerTextDrawFont(playerid, Params[7][playerid], 0);
  2265. Params[8][playerid] = CreatePlayerTextDraw(playerid, 471.500000, 192.812500, "usebox");
  2266. PlayerTextDrawLetterSize(playerid, Params[8][playerid], 0.000000, 3.718055);
  2267. PlayerTextDrawTextSize(playerid, Params[8][playerid], 322.500000, 0.000000);
  2268. PlayerTextDrawAlignment(playerid, Params[8][playerid], 1);
  2269. PlayerTextDrawColor(playerid, Params[8][playerid], 0);
  2270. PlayerTextDrawUseBox(playerid, Params[8][playerid], true);
  2271. PlayerTextDrawBoxColor(playerid, Params[8][playerid], -1061109505);
  2272. PlayerTextDrawSetShadow(playerid, Params[8][playerid], 0);
  2273. PlayerTextDrawSetOutline(playerid, Params[8][playerid], 0);
  2274. PlayerTextDrawFont(playerid, Params[8][playerid], 0);
  2275. Params[9][playerid] = CreatePlayerTextDraw(playerid, 374.000000, 149.187500, "HNK");
  2276. PlayerTextDrawLetterSize(playerid, Params[9][playerid], 0.449999, 1.600000);
  2277. PlayerTextDrawAlignment(playerid, Params[9][playerid], 1);
  2278. PlayerTextDrawColor(playerid, Params[9][playerid], -1);
  2279. PlayerTextDrawSetShadow(playerid, Params[9][playerid], 0);
  2280. PlayerTextDrawSetOutline(playerid, Params[9][playerid], 1);
  2281. PlayerTextDrawBackgroundColor(playerid, Params[9][playerid], 51);
  2282. PlayerTextDrawFont(playerid, Params[9][playerid], 2);
  2283. PlayerTextDrawSetProportional(playerid, Params[9][playerid], 1);
  2284. PlayerTextDrawSetSelectable(playerid, Params[9][playerid], true);
  2285. Params[10][playerid] = CreatePlayerTextDraw(playerid, 367.500000, 202.250000, "MEHU");
  2286. PlayerTextDrawLetterSize(playerid, Params[10][playerid], 0.449999, 1.600000);
  2287. PlayerTextDrawAlignment(playerid, Params[10][playerid], 1);
  2288. PlayerTextDrawColor(playerid, Params[10][playerid], -1);
  2289. PlayerTextDrawSetShadow(playerid, Params[10][playerid], 0);
  2290. PlayerTextDrawSetOutline(playerid, Params[10][playerid], 1);
  2291. PlayerTextDrawBackgroundColor(playerid, Params[10][playerid], 51);
  2292. PlayerTextDrawFont(playerid, Params[10][playerid], 2);
  2293. PlayerTextDrawSetProportional(playerid, Params[10][playerid], 1);
  2294. PlayerTextDrawSetSelectable(playerid, Params[10][playerid], true);
  2295.  
  2296. Par[0][playerid] = CreatePlayerTextDraw(playerid, 647.500000, 1.500000, "usebox");
  2297. PlayerTextDrawLetterSize(playerid, Par[0][playerid], 0.000000, 49.412498);
  2298. PlayerTextDrawTextSize(playerid, Par[0][playerid], -2.000000, 0.000000);
  2299. PlayerTextDrawAlignment(playerid, Par[0][playerid], 1);
  2300. PlayerTextDrawColor(playerid, Par[0][playerid], 0);
  2301. PlayerTextDrawUseBox(playerid, Par[0][playerid], true);
  2302. PlayerTextDrawBoxColor(playerid, Par[0][playerid], -218959105);
  2303. PlayerTextDrawSetShadow(playerid, Par[0][playerid], 0);
  2304. PlayerTextDrawSetOutline(playerid, Par[0][playerid], 0);
  2305. PlayerTextDrawFont(playerid, Par[0][playerid], 0);
  2306. Par[1][playerid] = CreatePlayerTextDraw(playerid, 157.500000, 190.500000, "usebox");
  2307. PlayerTextDrawLetterSize(playerid, Par[1][playerid], 0.000000, 3.718055);
  2308. PlayerTextDrawTextSize(playerid, Par[1][playerid], 16.000000, 0.000000);
  2309. PlayerTextDrawAlignment(playerid, Par[1][playerid], 1);
  2310. PlayerTextDrawColor(playerid, Par[1][playerid], -16776961);
  2311. PlayerTextDrawUseBox(playerid, Par[1][playerid], true);
  2312. PlayerTextDrawBoxColor(playerid, Par[1][playerid], -16776961);
  2313. PlayerTextDrawSetShadow(playerid, Par[1][playerid], 0);
  2314. PlayerTextDrawSetOutline(playerid, Par[1][playerid], 0);
  2315. PlayerTextDrawFont(playerid, Par[1][playerid], 0);
  2316. Par[2][playerid] = CreatePlayerTextDraw(playerid, 157.500000, 234.812500, "usebox");
  2317. PlayerTextDrawLetterSize(playerid, Par[2][playerid], 0.000000, 3.668055);
  2318. PlayerTextDrawTextSize(playerid, Par[2][playerid], 16.000000, 0.000000);
  2319. PlayerTextDrawAlignment(playerid, Par[2][playerid], 1);
  2320. PlayerTextDrawColor(playerid, Par[2][playerid], 0);
  2321. PlayerTextDrawUseBox(playerid, Par[2][playerid], true);
  2322. PlayerTextDrawBoxColor(playerid, Par[2][playerid], -2139062017);
  2323. PlayerTextDrawSetShadow(playerid, Par[2][playerid], 0);
  2324. PlayerTextDrawSetOutline(playerid, Par[2][playerid], 0);
  2325. PlayerTextDrawFont(playerid, Par[2][playerid], 0);
  2326. Par[3][playerid] = CreatePlayerTextDraw(playerid, 159.000000, -66.750000, "usebox");
  2327. PlayerTextDrawLetterSize(playerid, Par[3][playerid], 0.000000, 49.412498);
  2328. PlayerTextDrawTextSize(playerid, Par[3][playerid], 153.500000, 0.000000);
  2329. PlayerTextDrawAlignment(playerid, Par[3][playerid], 1);
  2330. PlayerTextDrawColor(playerid, Par[3][playerid], 0);
  2331. PlayerTextDrawUseBox(playerid, Par[3][playerid], true);
  2332. PlayerTextDrawBoxColor(playerid, Par[3][playerid], -2139062017);
  2333. PlayerTextDrawSetShadow(playerid, Par[3][playerid], 0);
  2334. PlayerTextDrawSetOutline(playerid, Par[3][playerid], 0);
  2335. PlayerTextDrawFont(playerid, Par[3][playerid], 0);
  2336. Par[4][playerid] = CreatePlayerTextDraw(playerid, 24.500000, 201.250000, "CMEHNTJ ZAPOLJ");
  2337. PlayerTextDrawLetterSize(playerid, Par[4][playerid], 0.346998, 1.543125);
  2338. PlayerTextDrawAlignment(playerid, Par[4][playerid], 1);
  2339. PlayerTextDrawColor(playerid, Par[4][playerid], -1);
  2340. PlayerTextDrawSetShadow(playerid, Par[4][playerid], 0);
  2341. PlayerTextDrawSetOutline(playerid, Par[4][playerid], 1);
  2342. PlayerTextDrawBackgroundColor(playerid, Par[4][playerid], 51);
  2343. PlayerTextDrawFont(playerid, Par[4][playerid], 2);
  2344. PlayerTextDrawSetProportional(playerid, Par[4][playerid], 1);
  2345. Par[5][playerid] = CreatePlayerTextDraw(playerid, 25.000000, 244.250000, "CMEHNTJ QBET");
  2346. PlayerTextDrawLetterSize(playerid, Par[5][playerid], 0.403499, 1.543125);
  2347. PlayerTextDrawAlignment(playerid, Par[5][playerid], 1);
  2348. PlayerTextDrawColor(playerid, Par[5][playerid], -1);
  2349. PlayerTextDrawSetShadow(playerid, Par[5][playerid], 0);
  2350. PlayerTextDrawSetOutline(playerid, Par[5][playerid], 1);
  2351. PlayerTextDrawBackgroundColor(playerid, Par[5][playerid], 51);
  2352. PlayerTextDrawFont(playerid, Par[5][playerid], 2);
  2353. PlayerTextDrawSetProportional(playerid, Par[5][playerid], 1);
  2354. PlayerTextDrawSetSelectable(playerid, Par[5][playerid], true);
  2355. Par[6][playerid] = CreatePlayerTextDraw(playerid, 250.000000, 89.250000, "4TO6S CMEHNTJ ZAPOLJ, BAM ZOHADO6NTCR:");
  2356. PlayerTextDrawLetterSize(playerid, Par[6][playerid], 0.449999, 1.600000);
  2357. PlayerTextDrawAlignment(playerid, Par[6][playerid], 1);
  2358. PlayerTextDrawColor(playerid, Par[6][playerid], -1);
  2359. PlayerTextDrawSetShadow(playerid, Par[6][playerid], 0);
  2360. PlayerTextDrawSetOutline(playerid, Par[6][playerid], 1);
  2361. PlayerTextDrawBackgroundColor(playerid, Par[6][playerid], 51);
  2362. PlayerTextDrawFont(playerid, Par[6][playerid], 1);
  2363. PlayerTextDrawSetProportional(playerid, Par[6][playerid], 1);
  2364. Par[7][playerid] = CreatePlayerTextDraw(playerid, 398.000000, 116.812500, "BBECTN CBON CTAPSN ZAPOLJ");
  2365. PlayerTextDrawLetterSize(playerid, Par[7][playerid], 0.408998, 1.271875);
  2366. PlayerTextDrawAlignment(playerid, Par[7][playerid], 1);
  2367. PlayerTextDrawColor(playerid, Par[7][playerid], -1);
  2368. PlayerTextDrawSetShadow(playerid, Par[7][playerid], 0);
  2369. PlayerTextDrawSetOutline(playerid, Par[7][playerid], 1);
  2370. PlayerTextDrawBackgroundColor(playerid, Par[7][playerid], 51);
  2371. PlayerTextDrawFont(playerid, Par[7][playerid], 1);
  2372. PlayerTextDrawSetProportional(playerid, Par[7][playerid], 1);
  2373. Par[8][playerid] = CreatePlayerTextDraw(playerid, 448.500000, 141.437500, "BBECTN HOBSN ZAPOLJ");
  2374. PlayerTextDrawLetterSize(playerid, Par[8][playerid], 0.408998, 1.271875);
  2375. PlayerTextDrawAlignment(playerid, Par[8][playerid], 1);
  2376. PlayerTextDrawColor(playerid, Par[8][playerid], -1);
  2377. PlayerTextDrawSetShadow(playerid, Par[8][playerid], 0);
  2378. PlayerTextDrawSetOutline(playerid, Par[8][playerid], 1);
  2379. PlayerTextDrawBackgroundColor(playerid, Par[8][playerid], 51);
  2380. PlayerTextDrawFont(playerid, Par[8][playerid], 1);
  2381. PlayerTextDrawSetProportional(playerid, Par[8][playerid], 1);
  2382. Par[9][playerid] = CreatePlayerTextDraw(playerid, 482.500000, 217.187500, "usebox");
  2383. PlayerTextDrawLetterSize(playerid, Par[9][playerid], 0.000000, 2.502777);
  2384. PlayerTextDrawTextSize(playerid, Par[9][playerid], 299.000000, 0.000000);
  2385. PlayerTextDrawAlignment(playerid, Par[9][playerid], 1);
  2386. PlayerTextDrawColor(playerid, Par[9][playerid], 0);
  2387. PlayerTextDrawUseBox(playerid, Par[9][playerid], true);
  2388. PlayerTextDrawBoxColor(playerid, Par[9][playerid], 102);
  2389. PlayerTextDrawSetShadow(playerid, Par[9][playerid], 0);
  2390. PlayerTextDrawSetOutline(playerid, Par[9][playerid], 0);
  2391. PlayerTextDrawFont(playerid, Par[9][playerid], 0);
  2392. Par[10][playerid] = CreatePlayerTextDraw(playerid, 483.500000, 286.000000, "usebox");
  2393. PlayerTextDrawLetterSize(playerid, Par[10][playerid], 0.000000, 2.502777);
  2394. PlayerTextDrawTextSize(playerid, Par[10][playerid], 299.000000, 0.000000);
  2395. PlayerTextDrawAlignment(playerid, Par[10][playerid], 1);
  2396. PlayerTextDrawColor(playerid, Par[10][playerid], 0);
  2397. PlayerTextDrawUseBox(playerid, Par[10][playerid], true);
  2398. PlayerTextDrawBoxColor(playerid, Par[10][playerid], 102);
  2399. PlayerTextDrawSetShadow(playerid, Par[10][playerid], 0);
  2400. PlayerTextDrawSetOutline(playerid, Par[10][playerid], 0);
  2401. PlayerTextDrawFont(playerid, Par[10][playerid], 0);
  2402. Par[11][playerid] = CreatePlayerTextDraw(playerid, 173.500000, 220.500000, "CTAPSN ZAPOLJ");
  2403. PlayerTextDrawLetterSize(playerid, Par[11][playerid], 0.449999, 1.600000);
  2404. PlayerTextDrawAlignment(playerid, Par[11][playerid], 1);
  2405. PlayerTextDrawColor(playerid, Par[11][playerid], -1);
  2406. PlayerTextDrawSetShadow(playerid, Par[11][playerid], 0);
  2407. PlayerTextDrawSetOutline(playerid, Par[11][playerid], 1);
  2408. PlayerTextDrawBackgroundColor(playerid, Par[11][playerid], 51);
  2409. PlayerTextDrawFont(playerid, Par[11][playerid], 1);
  2410. PlayerTextDrawSetProportional(playerid, Par[11][playerid], 1);
  2411. Par[12][playerid] = CreatePlayerTextDraw(playerid, 175.000000, 291.500000, "HOBSN ZAPOLJ");
  2412. PlayerTextDrawLetterSize(playerid, Par[12][playerid], 0.449999, 1.600000);
  2413. PlayerTextDrawAlignment(playerid, Par[12][playerid], 1);
  2414. PlayerTextDrawColor(playerid, Par[12][playerid], -1);
  2415. PlayerTextDrawSetShadow(playerid, Par[12][playerid], 0);
  2416. PlayerTextDrawSetOutline(playerid, Par[12][playerid], 1);
  2417. PlayerTextDrawBackgroundColor(playerid, Par[12][playerid], 51);
  2418. PlayerTextDrawFont(playerid, Par[12][playerid], 1);
  2419. PlayerTextDrawSetProportional(playerid, Par[12][playerid], 1);
  2420. Par[13][playerid] = CreatePlayerTextDraw(playerid, 306.500000, 220.937500, "BBEDNTE...");
  2421. PlayerTextDrawLetterSize(playerid, Par[13][playerid], 0.256498, 1.578125);
  2422. PlayerTextDrawAlignment(playerid, Par[13][playerid], 1);
  2423. PlayerTextDrawColor(playerid, Par[13][playerid], -1);
  2424. PlayerTextDrawSetShadow(playerid, Par[13][playerid], 0);
  2425. PlayerTextDrawSetOutline(playerid, Par[13][playerid], 1);
  2426. PlayerTextDrawBackgroundColor(playerid, Par[13][playerid], 51);
  2427. PlayerTextDrawFont(playerid, Par[13][playerid], 2);
  2428. PlayerTextDrawSetProportional(playerid, Par[13][playerid], 1);
  2429. PlayerTextDrawSetSelectable(playerid, Par[13][playerid], true);
  2430. Par[14][playerid] = CreatePlayerTextDraw(playerid, 306.000000, 290.625000, "BBEDNTE...");
  2431. PlayerTextDrawLetterSize(playerid, Par[14][playerid], 0.256498, 1.578125);
  2432. PlayerTextDrawAlignment(playerid, Par[14][playerid], 1);
  2433. PlayerTextDrawColor(playerid, Par[14][playerid], -1);
  2434. PlayerTextDrawSetShadow(playerid, Par[14][playerid], 0);
  2435. PlayerTextDrawSetOutline(playerid, Par[14][playerid], 1);
  2436. PlayerTextDrawBackgroundColor(playerid, Par[14][playerid], 51);
  2437. PlayerTextDrawFont(playerid, Par[14][playerid], 2);
  2438. PlayerTextDrawSetProportional(playerid, Par[14][playerid], 1);
  2439. PlayerTextDrawSetSelectable(playerid, Par[14][playerid], true);
  2440. Par[15][playerid] = CreatePlayerTextDraw(playerid, 371.000000, 372.500000, "usebox");
  2441. PlayerTextDrawLetterSize(playerid, Par[15][playerid], 0.000000, 1.870833);
  2442. PlayerTextDrawTextSize(playerid, Par[15][playerid], 295.500000, 0.000000);
  2443. PlayerTextDrawAlignment(playerid, Par[15][playerid], 1);
  2444. PlayerTextDrawColor(playerid, Par[15][playerid], 0);
  2445. PlayerTextDrawUseBox(playerid, Par[15][playerid], true);
  2446. PlayerTextDrawBoxColor(playerid, Par[15][playerid], 102);
  2447. PlayerTextDrawSetShadow(playerid, Par[15][playerid], 0);
  2448. PlayerTextDrawSetOutline(playerid, Par[15][playerid], 0);
  2449. PlayerTextDrawFont(playerid, Par[15][playerid], 0);
  2450. Par[16][playerid] = CreatePlayerTextDraw(playerid, 298.000000, 374.937500, "CMEHNTJ");
  2451. PlayerTextDrawLetterSize(playerid, Par[16][playerid], 0.357499, 1.455625);
  2452. PlayerTextDrawAlignment(playerid, Par[16][playerid], 1);
  2453. PlayerTextDrawColor(playerid, Par[16][playerid], -16776961);
  2454. PlayerTextDrawSetShadow(playerid, Par[16][playerid], 0);
  2455. PlayerTextDrawSetOutline(playerid, Par[16][playerid], 1);
  2456. PlayerTextDrawBackgroundColor(playerid, Par[16][playerid], 51);
  2457. PlayerTextDrawFont(playerid, Par[16][playerid], 2);
  2458. PlayerTextDrawSetProportional(playerid, Par[16][playerid], 1);
  2459. PlayerTextDrawSetSelectable(playerid, Par[16][playerid], true);
  2460.  
  2461. SelectTextDraw(playerid, 0xFF000022);
  2462. ShowLogin(playerid);
  2463.  
  2464. Explorer[0][playerid] = TextDrawCreate(735.500000, -14.687500, "usebox");
  2465. TextDrawLetterSize(Explorer[0][playerid], 0.000000, 58.962497);
  2466. TextDrawTextSize(Explorer[0][playerid], -58.000000, 0.000000);
  2467. TextDrawAlignment( Explorer[0][playerid], 1);
  2468. TextDrawColor(Explorer[0][playerid], 0);
  2469. TextDrawUseBox(Explorer[0][playerid], true);
  2470. TextDrawBoxColor(Explorer[0][playerid], -1);
  2471. TextDrawSetShadow(Explorer[0][playerid], 0);
  2472. TextDrawSetOutline(Explorer[0][playerid], 0);
  2473. TextDrawFont(Explorer[0][playerid], 0);
  2474. Explorer[1][playerid] = TextDrawCreate(649.000000, 381.687500, "usebox");
  2475. TextDrawLetterSize(Explorer[1][playerid], 0.000000, 7.169444);
  2476. TextDrawTextSize(Explorer[1][playerid], -2.000000, 0.000000);
  2477. TextDrawAlignment(Explorer[1][playerid], 1);
  2478. TextDrawColor(Explorer[1][playerid], 0);
  2479. TextDrawUseBox(Explorer[1][playerid], true);
  2480. TextDrawBoxColor(Explorer[1][playerid], 255);
  2481. TextDrawSetShadow(Explorer[1][playerid], 0);
  2482. TextDrawSetOutline(Explorer[1][playerid], 0);
  2483. TextDrawFont(Explorer[1][playerid], 0);
  2484. Explorer[2][playerid] = TextDrawCreate(456.500000, 399.625000, "usebox");
  2485. TextDrawLetterSize(Explorer[2][playerid], 0.000000, 1.248610);
  2486. TextDrawTextSize(Explorer[2][playerid], 123.000000, 0.000000);
  2487. TextDrawAlignment(Explorer[2][playerid], 1);
  2488. TextDrawColor(Explorer[2][playerid], 0);
  2489. TextDrawUseBox(Explorer[2][playerid], true);
  2490. TextDrawBoxColor(Explorer[2][playerid], -1);
  2491. TextDrawSetShadow(Explorer[2][playerid], 0);
  2492. TextDrawSetOutline(Explorer[2][playerid], 0);
  2493. TextDrawFont(Explorer[2][playerid], 0);
  2494. Explorer[3][playerid] = TextDrawCreate(-53.000000, 392.875000, "LD_BEAT:circle");
  2495. TextDrawLetterSize(Explorer[3][playerid], 0.000000, 0.000000);
  2496. TextDrawTextSize(Explorer[3][playerid], 39.500000, 29.312500);
  2497. TextDrawAlignment(Explorer[3][playerid], 1);
  2498. TextDrawColor(Explorer[3][playerid], -1);
  2499. TextDrawSetShadow(Explorer[3][playerid], 0);
  2500. TextDrawSetOutline(Explorer[3][playerid], 0);
  2501. TextDrawFont(Explorer[3][playerid], 4);
  2502. Explorer[4][playerid] = TextDrawCreate(5.500000, 387.750000, "LD_BEAT:cring");
  2503. TextDrawLetterSize(Explorer[4][playerid], 0.000000, 0.000000);
  2504. TextDrawTextSize(Explorer[4][playerid], 51.000000, 38.062500);
  2505. TextDrawAlignment(Explorer[4][playerid], 1);
  2506. TextDrawColor(Explorer[4][playerid], -1);
  2507. TextDrawSetShadow(Explorer[4][playerid], 0);
  2508. TextDrawSetOutline(Explorer[4][playerid], 0);
  2509. TextDrawBackgroundColor(Explorer[4][playerid], -1);
  2510. TextDrawFont(Explorer[4][playerid], 4);
  2511. Explorer[5][playerid] = TextDrawCreate(54.000000, 387.000000, "LD_BEAT:cring");
  2512. TextDrawLetterSize(Explorer[5][playerid], 0.000000, 0.000000);
  2513. TextDrawTextSize(Explorer[5][playerid], 51.000000, 38.062500);
  2514. TextDrawAlignment(Explorer[5][playerid], 1);
  2515. TextDrawColor(Explorer[5][playerid], -1);
  2516. TextDrawSetShadow(Explorer[5][playerid], 0);
  2517. TextDrawSetOutline(Explorer[5][playerid], 0);
  2518. TextDrawBackgroundColor(Explorer[5][playerid], -1);
  2519. TextDrawFont(Explorer[5][playerid], 4);
  2520. Explorer[6][playerid] = TextDrawCreate(464.500000, 386.250000, "LD_BEAT:cring");
  2521. TextDrawLetterSize(Explorer[6][playerid], 0.000000, 0.000000);
  2522. TextDrawTextSize(Explorer[6][playerid], 51.000000, 38.062500);
  2523. TextDrawAlignment(Explorer[6][playerid], 1);
  2524. TextDrawColor(Explorer[6][playerid], -1);
  2525. TextDrawSetShadow(Explorer[6][playerid], 0);
  2526. TextDrawSetOutline(Explorer[6][playerid], 0);
  2527. TextDrawBackgroundColor(Explorer[6][playerid], -1);
  2528. TextDrawFont(Explorer[6][playerid], 4);
  2529. Explorer[7][playerid] = TextDrawCreate(514.000000, 385.937500, "LD_BEAT:cring");
  2530. TextDrawLetterSize(Explorer[7][playerid], 0.000000, 0.000000);
  2531. TextDrawTextSize(Explorer[7][playerid], 51.000000, 38.062500);
  2532. TextDrawAlignment(Explorer[7][playerid], 1);
  2533. TextDrawColor(Explorer[7][playerid], -1);
  2534. TextDrawSetShadow(Explorer[7][playerid], 0);
  2535. TextDrawSetOutline(Explorer[7][playerid], 0);
  2536. TextDrawBackgroundColor(Explorer[7][playerid], -1);
  2537. TextDrawFont(Explorer[7][playerid], 4);
  2538. Explorer[8][playerid] = TextDrawCreate(563.500000, 386.062500, "LD_BEAT:cring");
  2539. TextDrawLetterSize(Explorer[8][playerid], 0.000000, 0.000000);
  2540. TextDrawTextSize(Explorer[8][playerid], 51.000000, 38.062500);
  2541. TextDrawAlignment(Explorer[8][playerid], 1);
  2542. TextDrawColor(Explorer[8][playerid], -1);
  2543. TextDrawSetShadow(Explorer[8][playerid], 0);
  2544. TextDrawSetOutline(Explorer[8][playerid], 0);
  2545. TextDrawBackgroundColor(Explorer[8][playerid], -1);
  2546. TextDrawFont(Explorer[8][playerid], 4);
  2547. Explorer[9][playerid] = TextDrawCreate(126.500000, 397.250000, "http://sasai-lalka.ru/forum");
  2548. TextDrawLetterSize(Explorer[9][playerid], 0.449999, 1.600000);
  2549. TextDrawAlignment(Explorer[9][playerid], 1);
  2550. TextDrawColor(Explorer[9][playerid], -1);
  2551. TextDrawSetShadow(Explorer[9][playerid], 0);
  2552. TextDrawSetOutline(Explorer[9][playerid], 1);
  2553. TextDrawBackgroundColor(Explorer[9][playerid], 51);
  2554. TextDrawFont(Explorer[9][playerid], 1);
  2555. TextDrawSetProportional(Explorer[9][playerid], 1);
  2556. Explorer[10][playerid] = TextDrawCreate(23.000000, 402.062500, "LD_BEAT:left");
  2557. TextDrawLetterSize(Explorer[10][playerid], 0.000000, 0.000000);
  2558. TextDrawTextSize(Explorer[10][playerid], 12.500000, 9.625000);
  2559. TextDrawAlignment(Explorer[10][playerid], 1);
  2560. TextDrawColor(Explorer[10][playerid], -1);
  2561. TextDrawSetShadow(Explorer[10][playerid], 0);
  2562. TextDrawSetOutline(Explorer[10][playerid], 0);
  2563. TextDrawFont(Explorer[10][playerid], 4);
  2564. Explorer[11][playerid] = TextDrawCreate(74.500000, 401.312500, "LD_BEAT:right");
  2565. TextDrawLetterSize(Explorer[11][playerid], 0.000000, 0.000000);
  2566. TextDrawTextSize(Explorer[11][playerid], 12.500000, 9.625000);
  2567. TextDrawAlignment(Explorer[11][playerid], 1);
  2568. TextDrawColor(Explorer[11][playerid], -1);
  2569. TextDrawSetShadow(Explorer[11][playerid], 0);
  2570. TextDrawSetOutline(Explorer[11][playerid], 0);
  2571. TextDrawFont(Explorer[11][playerid], 4);
  2572. Explorer[12][playerid] = TextDrawCreate(484.000000, 400.437500, "LD_BEAT:square");
  2573. TextDrawLetterSize(Explorer[12][playerid], 0.000000, 0.000000);
  2574. TextDrawTextSize(Explorer[12][playerid], 12.500000, 9.625000);
  2575. TextDrawAlignment(Explorer[12][playerid], 1);
  2576. TextDrawColor(Explorer[12][playerid], -1);
  2577. TextDrawSetShadow(Explorer[12][playerid], 0);
  2578. TextDrawSetOutline(Explorer[12][playerid], 0);
  2579. TextDrawFont(Explorer[12][playerid], 4);
  2580. Explorer[13][playerid] = TextDrawCreate(533.500000, 396.812500, "+");
  2581. TextDrawLetterSize(Explorer[13][playerid], 0.449999, 1.600000);
  2582. TextDrawAlignment(Explorer[13][playerid], 1);
  2583. TextDrawColor(Explorer[13][playerid], -1);
  2584. TextDrawSetShadow(Explorer[13][playerid], 0);
  2585. TextDrawSetOutline(Explorer[13][playerid], 1);
  2586. TextDrawBackgroundColor(Explorer[13][playerid], 51);
  2587. TextDrawFont(Explorer[13][playerid], 2);
  2588. TextDrawSetProportional(Explorer[13][playerid], 1);
  2589. Explorer[14][playerid] = TextDrawCreate(583.500000, 396.937500, "x");
  2590. TextDrawLetterSize(Explorer[14][playerid], 0.449999, 1.600000);
  2591. TextDrawAlignment(Explorer[14][playerid], 1);
  2592. TextDrawColor(Explorer[14][playerid], -1);
  2593. TextDrawSetShadow(Explorer[14][playerid], 0);
  2594. TextDrawSetOutline(Explorer[14][playerid], 1);
  2595. TextDrawBackgroundColor(Explorer[14][playerid], 51);
  2596. TextDrawFont(Explorer[14][playerid], 2);
  2597. TextDrawSetProportional(Explorer[14][playerid], 1);
  2598. Explorer[15][playerid] = TextDrawCreate(218.000000, 63.875000, "sa-mp");
  2599. TextDrawLetterSize(Explorer[15][playerid], 1.556499, 9.527497);
  2600. TextDrawAlignment(Explorer[15][playerid], 1);
  2601. TextDrawColor(Explorer[15][playerid], -5963521);
  2602. TextDrawSetShadow(Explorer[15][playerid], 0);
  2603. TextDrawSetOutline(Explorer[15][playerid], 1);
  2604. TextDrawBackgroundColor(Explorer[15][playerid], 51);
  2605. TextDrawFont(Explorer[15][playerid], 1);
  2606. TextDrawSetProportional(Explorer[15][playerid], 1);
  2607. Explorer[16][playerid] = TextDrawCreate(220.000000, 133.437500, "explorer");
  2608. TextDrawLetterSize(Explorer[16][playerid], 0.829999, 2.378746);
  2609. TextDrawAlignment(Explorer[16][playerid], 1);
  2610. TextDrawColor(Explorer[16][playerid], 65535);
  2611. TextDrawSetShadow(Explorer[16][playerid], 0);
  2612. TextDrawSetOutline(Explorer[16][playerid], 1);
  2613. TextDrawBackgroundColor(Explorer[16][playerid], 51);
  2614. TextDrawFont(Explorer[16][playerid], 1);
  2615. TextDrawSetProportional(Explorer[16][playerid], 1);
  2616. Explorer[17][playerid] = TextDrawCreate(147.500000, 176.750000, "HE MOGET OTO6PA3NTJ CTPAHNQY");
  2617. TextDrawLetterSize(Explorer[17][playerid], 0.449999, 1.600000);
  2618. TextDrawAlignment(Explorer[17][playerid], 1);
  2619. TextDrawColor(Explorer[17][playerid], -1061109505);
  2620. TextDrawSetShadow(Explorer[17][playerid], 0);
  2621. TextDrawSetOutline(Explorer[17][playerid], 1);
  2622. TextDrawBackgroundColor(Explorer[17][playerid], 51);
  2623. TextDrawFont(Explorer[17][playerid], 2);
  2624. TextDrawSetProportional(Explorer[17][playerid], 1);
  2625. Explorer[18][playerid] = TextDrawCreate(3.500000, 2.187500, "OWN6KA:");
  2626. TextDrawLetterSize(Explorer[18][playerid], 0.336499, 1.048750);
  2627. TextDrawAlignment(Explorer[18][playerid], 1);
  2628. TextDrawColor(Explorer[18][playerid], -16776961);
  2629. TextDrawSetShadow(Explorer[18][playerid], 0);
  2630. TextDrawSetOutline(Explorer[18][playerid], 1);
  2631. TextDrawBackgroundColor(Explorer[18][playerid], 51);
  2632. TextDrawFont(Explorer[18][playerid], 1);
  2633. TextDrawSetProportional(Explorer[18][playerid], 1);
  2634. Explorer[19][playerid] = TextDrawCreate(62.000000, 3.500000, "CTPAHNQA HE HANDEHA");
  2635. TextDrawLetterSize(Explorer[19][playerid], 0.335500, 0.899999);
  2636. TextDrawAlignment(Explorer[19][playerid], 1);
  2637. TextDrawColor(Explorer[19][playerid], -1);
  2638. TextDrawSetShadow(Explorer[19][playerid], 0);
  2639. TextDrawSetOutline(Explorer[19][playerid], 1);
  2640. TextDrawBackgroundColor(Explorer[19][playerid], 51);
  2641. TextDrawFont(Explorer[19][playerid], 2);
  2642. TextDrawSetProportional(Explorer[19][playerid], 1);
  2643.  
  2644. Market[0][playerid] = TextDrawCreate(0.000000, 0.000000, "LD_SPAC:white");
  2645. TextDrawLetterSize(Market[0][playerid], 0.000000, 0.000000);
  2646. TextDrawTextSize(Market[0][playerid], 640.000000, 448.000000);
  2647. TextDrawAlignment(Market[0][playerid], 1);
  2648. TextDrawColor(Market[0][playerid], -1);
  2649. TextDrawSetShadow(Market[0][playerid], 0);
  2650. TextDrawSetOutline(Market[0][playerid], 0);
  2651. TextDrawFont(Market[0][playerid], 4);
  2652. Market[1][playerid] = TextDrawCreate(162.500000, 182.187500, "usebox");
  2653. TextDrawLetterSize(Market[1][playerid], 0.000000, 6.731944);
  2654. TextDrawTextSize(Market[1][playerid], 47.000000, 0.000000);
  2655. TextDrawAlignment(Market[1][playerid], 1);
  2656. TextDrawColor(Market[1][playerid], 0);
  2657. TextDrawUseBox(Market[1][playerid], true);
  2658. TextDrawBoxColor(Market[1][playerid], -1378294017);
  2659. TextDrawSetShadow(Market[1][playerid], 0);
  2660. TextDrawSetOutline(Market[1][playerid], 0);
  2661. TextDrawFont(Market[1][playerid], 0);
  2662. Market[2][playerid] = TextDrawCreate(162.500000, 257.562500, "usebox");
  2663. TextDrawLetterSize(Market[2][playerid], 0.000000, 6.731944);
  2664. TextDrawTextSize(Market[2][playerid], 46.000000, 0.000000);
  2665. TextDrawAlignment(Market[2][playerid], 1);
  2666. TextDrawColor(Market[2][playerid], 0);
  2667. TextDrawUseBox(Market[2][playerid], true);
  2668. TextDrawBoxColor(Market[2][playerid], -65281);
  2669. TextDrawSetShadow(Market[2][playerid], 0);
  2670. TextDrawSetOutline(Market[2][playerid], 0);
  2671. TextDrawFont(Market[2][playerid], 0);
  2672. Market[3][playerid] = TextDrawCreate(163.000000, 334.687500, "usebox");
  2673. TextDrawLetterSize(Market[3][playerid], 0.000000, 6.731944);
  2674. TextDrawTextSize(Market[3][playerid], 45.500000, 0.000000);
  2675. TextDrawAlignment(Market[3][playerid], 1);
  2676. TextDrawColor(Market[3][playerid], -16776961);
  2677. TextDrawUseBox(Market[3][playerid], true);
  2678. TextDrawBoxColor(Market[3][playerid], -16776961);
  2679. TextDrawSetShadow(Market[3][playerid], 0);
  2680. TextDrawSetOutline(Market[3][playerid], 0);
  2681. TextDrawFont(Market[3][playerid], 0);
  2682. Market[4][playerid] = TextDrawCreate(496.000000, 182.125000, "usebox");
  2683. TextDrawLetterSize(Market[4][playerid], 0.000000, 23.681941);
  2684. TextDrawTextSize(Market[4][playerid], 169.500000, 0.000000);
  2685. TextDrawAlignment(Market[4][playerid], 1);
  2686. TextDrawColor(Market[4][playerid], 0);
  2687. TextDrawUseBox(Market[4][playerid], true);
  2688. TextDrawBoxColor(Market[4][playerid], 65535);
  2689. TextDrawSetShadow(Market[4][playerid], 0);
  2690. TextDrawSetOutline(Market[4][playerid], 0);
  2691. TextDrawFont(Market[4][playerid], 0);
  2692. Market[5][playerid] = TextDrawCreate(530.500000, 104.312500, "usebox");
  2693. TextDrawLetterSize(Market[5][playerid], 0.000000, 29.822221);
  2694. TextDrawTextSize(Market[5][playerid], 85.500000, 0.000000);
  2695. TextDrawAlignment(Market[5][playerid], 1);
  2696. TextDrawColor(Market[5][playerid], 0);
  2697. TextDrawUseBox(Market[5][playerid], true);
  2698. TextDrawBoxColor(Market[5][playerid], 102);
  2699. TextDrawSetShadow(Market[5][playerid], 0);
  2700. TextDrawSetOutline(Market[5][playerid], 0);
  2701. TextDrawFont(Market[5][playerid], 0);
  2702. Market[6][playerid] = TextDrawCreate(96.000000, 101.500000, "CEPBNC HE DOCTYZEH");
  2703. TextDrawLetterSize(Market[6][playerid], 1.154000, 12.760628);
  2704. TextDrawAlignment(Market[6][playerid], 1);
  2705. TextDrawColor(Market[6][playerid], -1);
  2706. TextDrawSetShadow(Market[6][playerid], 0);
  2707. TextDrawSetOutline(Market[6][playerid], 1);
  2708. TextDrawBackgroundColor(Market[6][playerid], 51);
  2709. TextDrawFont(Market[6][playerid], 1);
  2710. TextDrawSetProportional(Market[6][playerid], 1);
  2711. Market[7][playerid] = TextDrawCreate(116.000000, 240.187500, "ZPNHOCNM CBON N3BNHEHNR");
  2712. TextDrawLetterSize(Market[7][playerid], 0.622499, 2.851249);
  2713. TextDrawAlignment(Market[7][playerid], 1);
  2714. TextDrawColor(Market[7][playerid], -16776961);
  2715. TextDrawSetShadow(Market[7][playerid], 0);
  2716. TextDrawSetOutline(Market[7][playerid], 1);
  2717. TextDrawBackgroundColor(Market[7][playerid], 51);
  2718. TextDrawFont(Market[7][playerid], 2);
  2719. TextDrawSetProportional(Market[7][playerid], 1);
  2720. Market[8][playerid] = TextDrawCreate(128.500000, 318.500000, "LD_BEAT:cross");
  2721. TextDrawLetterSize(Market[8][playerid], 0.000000, 0.000000);
  2722. TextDrawTextSize(Market[8][playerid], 37.000000, 31.937500);
  2723. TextDrawAlignment(Market[8][playerid], 1);
  2724. TextDrawColor(Market[8][playerid], -1);
  2725. TextDrawSetShadow(Market[8][playerid], 0);
  2726. TextDrawSetOutline(Market[8][playerid], 0);
  2727. TextDrawFont(Market[8][playerid], 4);
  2728. TextDrawSetSelectable(Market[8][playerid], true);
  2729. Market[9][playerid] = TextDrawCreate(173.000000, 325.937500, "BSNTN B MEHU");
  2730. TextDrawLetterSize(Market[9][playerid], 0.449999, 1.600000);
  2731. TextDrawAlignment(Market[9][playerid], 1);
  2732. TextDrawColor(Market[9][playerid], -5963521);
  2733. TextDrawSetShadow(Market[9][playerid], 0);
  2734. TextDrawSetOutline(Market[9][playerid], 1);
  2735. TextDrawBackgroundColor(Market[9][playerid], 51);
  2736. TextDrawFont(Market[9][playerid], 1);
  2737. TextDrawSetProportional(Market[9][playerid], 1);
  2738.  
  2739. Images[0][playerid] = TextDrawCreate(651.500000, 1.500000, "usebox");
  2740. TextDrawLetterSize(Images[0][playerid], 0.000000, 49.412498);
  2741. TextDrawTextSize(Images[0][playerid], -2.000000, 0.000000);
  2742. TextDrawAlignment(Images[0][playerid], 1);
  2743. TextDrawColor(Images[0][playerid], 252645375);
  2744. TextDrawUseBox(Images[0][playerid], true);
  2745. TextDrawBoxColor(Images[0][playerid], 522133503);
  2746. TextDrawSetShadow(Images[0][playerid], 0);
  2747. TextDrawSetOutline(Images[0][playerid], 0);
  2748. TextDrawFont(Images[0][playerid], 0);
  2749. Images[1][playerid] = TextDrawCreate(130.000000, 156.625000, "samaps:map");
  2750. TextDrawLetterSize(Images[1][playerid], 0.000000, 0.000000);
  2751. TextDrawTextSize(Images[1][playerid], 337.500000, 210.000000);
  2752. TextDrawAlignment(Images[1][playerid], 1);
  2753. TextDrawColor(Images[1][playerid], -1);
  2754. TextDrawSetShadow(Images[1][playerid], 0);
  2755. TextDrawSetOutline(Images[1][playerid], 0);
  2756. TextDrawFont(Images[1][playerid], 4);
  2757. Images[2][playerid] = TextDrawCreate(211.500000, 129.062500, "N3O6PAGEHNR");
  2758. TextDrawLetterSize(Images[2][playerid], 0.574000, 2.356873);
  2759. TextDrawAlignment(Images[2][playerid], 1);
  2760. TextDrawColor(Images[2][playerid], -1);
  2761. TextDrawSetShadow(Images[2][playerid], 0);
  2762. TextDrawSetOutline(Images[2][playerid], 1);
  2763. TextDrawBackgroundColor(Images[2][playerid], 51);
  2764. TextDrawFont(Images[2][playerid], 2);
  2765. TextDrawSetProportional(Images[2][playerid], 1);
  2766. Images[3][playerid] = TextDrawCreate(52.000000, 378.875000, "loadsc1:loadsc1");
  2767. TextDrawLetterSize(Images[3][playerid], 0.000000, 0.000000);
  2768. TextDrawTextSize(Images[3][playerid], 43.000000, 31.937500);
  2769. TextDrawAlignment(Images[3][playerid], 1);
  2770. TextDrawColor(Images[3][playerid], -1);
  2771. TextDrawSetShadow(Images[3][playerid], 0);
  2772. TextDrawSetOutline(Images[3][playerid], 0);
  2773. TextDrawFont(Images[3][playerid], 4);
  2774. TextDrawSetSelectable(Images[3][playerid], true);
  2775. Images[4][playerid] = TextDrawCreate(105.500000, 378.562500, "loadsc2:loadsc2");
  2776. TextDrawLetterSize(Images[4][playerid], 0.000000, 0.000000);
  2777. TextDrawTextSize(Images[4][playerid], 43.000000, 31.937500);
  2778. TextDrawAlignment(Images[4][playerid], 1);
  2779. TextDrawColor(Images[4][playerid], -1);
  2780. TextDrawSetShadow(Images[4][playerid], 0);
  2781. TextDrawSetOutline(Images[4][playerid], 0);
  2782. TextDrawFont(Images[4][playerid], 4);
  2783. TextDrawSetSelectable(Images[4][playerid], true);
  2784. Images[5][playerid] = TextDrawCreate(159.000000, 378.687500, "loadsc3:loadsc3");
  2785. TextDrawLetterSize(Images[5][playerid], 0.000000, 0.000000);
  2786. TextDrawTextSize(Images[5][playerid], 43.000000, 31.937500);
  2787. TextDrawAlignment(Images[5][playerid], 1);
  2788. TextDrawColor(Images[5][playerid], -1);
  2789. TextDrawSetShadow(Images[5][playerid], 0);
  2790. TextDrawSetOutline(Images[5][playerid], 0);
  2791. TextDrawFont(Images[5][playerid], 4);
  2792. TextDrawSetSelectable(Images[5][playerid], true);
  2793. Images[6][playerid] = TextDrawCreate(213.500000, 378.812500, "loadsc4:loadsc4");
  2794. TextDrawLetterSize(Images[6][playerid], 0.000000, 0.000000);
  2795. TextDrawTextSize(Images[6][playerid], 43.000000, 31.937500);
  2796. TextDrawAlignment(Images[6][playerid], 1);
  2797. TextDrawColor(Images[6][playerid], -1);
  2798. TextDrawSetShadow(Images[6][playerid], 0);
  2799. TextDrawSetOutline(Images[6][playerid], 0);
  2800. TextDrawFont(Images[6][playerid], 4);
  2801. TextDrawSetSelectable(Images[6][playerid], true);
  2802. Images[7][playerid] = TextDrawCreate(269.000000, 378.500000, "loadsc5:loadsc5");
  2803. TextDrawLetterSize(Images[7][playerid], 0.000000, 0.000000);
  2804. TextDrawTextSize(Images[7][playerid], 43.000000, 31.937500);
  2805. TextDrawAlignment(Images[7][playerid], 1);
  2806. TextDrawColor(Images[7][playerid], -1);
  2807. TextDrawSetShadow(Images[7][playerid], 0);
  2808. TextDrawSetOutline(Images[7][playerid], 0);
  2809. TextDrawFont(Images[7][playerid], 4);
  2810. TextDrawSetSelectable(Images[7][playerid], true);
  2811. Images[8][playerid] = TextDrawCreate(324.000000, 378.625000, "loadsc6:loadsc6");
  2812. TextDrawLetterSize(Images[8][playerid], 0.000000, 0.000000);
  2813. TextDrawTextSize(Images[8][playerid], 43.000000, 31.937500);
  2814. TextDrawAlignment(Images[8][playerid], 1);
  2815. TextDrawColor(Images[8][playerid], -1);
  2816. TextDrawSetShadow(Images[8][playerid], 0);
  2817. TextDrawSetOutline(Images[8][playerid], 0);
  2818. TextDrawFont(Images[8][playerid], 4);
  2819. TextDrawSetSelectable(Images[8][playerid], true);
  2820. Images[9][playerid] = TextDrawCreate(378.000000, 378.750000, "loadsc7:loadsc7");
  2821. TextDrawLetterSize(Images[9][playerid], 0.000000, 0.000000);
  2822. TextDrawTextSize(Images[9][playerid], 43.000000, 31.937500);
  2823. TextDrawAlignment(Images[9][playerid], 1);
  2824. TextDrawColor(Images[9][playerid], -1);
  2825. TextDrawSetShadow(Images[9][playerid], 0);
  2826. TextDrawSetOutline(Images[9][playerid], 0);
  2827. TextDrawFont(Images[9][playerid], 4);
  2828. TextDrawSetSelectable(Images[9][playerid], true);
  2829. Images[10][playerid] = TextDrawCreate(432.000000, 378.875000, "loadsc8:loadsc8");
  2830. TextDrawLetterSize(Images[10][playerid], 0.000000, 0.000000);
  2831. TextDrawTextSize(Images[10][playerid], 43.000000, 31.937500);
  2832. TextDrawAlignment(Images[10][playerid], 1);
  2833. TextDrawColor(Images[10][playerid], -1);
  2834. TextDrawSetShadow(Images[10][playerid], 0);
  2835. TextDrawSetOutline(Images[10][playerid], 0);
  2836. TextDrawFont(Images[10][playerid], 4);
  2837. TextDrawSetSelectable(Images[10][playerid], true);
  2838. Images[11][playerid] = TextDrawCreate(487.500000, 378.562500, "loadsc9:loadsc9");
  2839. TextDrawLetterSize(Images[11][playerid], 0.000000, 0.000000);
  2840. TextDrawTextSize(Images[11][playerid], 43.000000, 31.937500);
  2841. TextDrawAlignment(Images[11][playerid], 1);
  2842. TextDrawColor(Images[11][playerid], -1);
  2843. TextDrawSetShadow(Images[11][playerid], 0);
  2844. TextDrawSetOutline(Images[11][playerid], 0);
  2845. TextDrawFont(Images[11][playerid], 4);
  2846. TextDrawSetSelectable(Images[11][playerid], true);
  2847. Images[12][playerid] = TextDrawCreate(541.000000, 378.687500, "loadsc10:loadsc10");
  2848. TextDrawLetterSize(Images[12][playerid], 0.000000, 0.000000);
  2849. TextDrawTextSize(Images[12][playerid], 43.000000, 31.937500);
  2850. TextDrawAlignment(Images[12][playerid], 1);
  2851. TextDrawColor(Images[12][playerid], -1);
  2852. TextDrawSetShadow(Images[12][playerid], 0);
  2853. TextDrawSetOutline(Images[12][playerid], 0);
  2854. TextDrawFont(Images[12][playerid], 4);
  2855. TextDrawSetSelectable(Images[12][playerid], true);
  2856. Images[13][playerid] = TextDrawCreate(52.000000, 414.250000, "loadsc11:loadsc11");
  2857. TextDrawLetterSize(Images[13][playerid], 0.000000, 0.000000);
  2858. TextDrawTextSize(Images[13][playerid], 43.000000, 31.937500);
  2859. TextDrawAlignment(Images[13][playerid], 1);
  2860. TextDrawColor(Images[13][playerid], -1);
  2861. TextDrawSetShadow(Images[13][playerid], 0);
  2862. TextDrawSetOutline(Images[13][playerid], 0);
  2863. TextDrawFont(Images[13][playerid], 4);
  2864. TextDrawSetSelectable(Images[13][playerid], true);
  2865. Images[14][playerid] = TextDrawCreate(105.500000, 414.250000, "loadsc12:loadsc12");
  2866. TextDrawLetterSize(Images[14][playerid], 0.000000, 0.000000);
  2867. TextDrawTextSize(Images[14][playerid], 43.000000, 31.937500);
  2868. TextDrawAlignment(Images[14][playerid], 1);
  2869. TextDrawColor(Images[14][playerid], -1);
  2870. TextDrawSetShadow(Images[14][playerid], 0);
  2871. TextDrawSetOutline(Images[14][playerid], 0);
  2872. TextDrawFont(Images[14][playerid], 4);
  2873. TextDrawSetSelectable(Images[14][playerid], true);
  2874. Images[15][playerid] = TextDrawCreate(159.000000, 413.937500, "loadsc13:loadsc13");
  2875. TextDrawLetterSize(Images[15][playerid], 0.000000, 0.000000);
  2876. TextDrawTextSize(Images[15][playerid], 43.000000, 31.937500);
  2877. TextDrawAlignment(Images[15][playerid], 1);
  2878. TextDrawColor(Images[15][playerid], -1);
  2879. TextDrawSetShadow(Images[15][playerid], 0);
  2880. TextDrawSetOutline(Images[15][playerid], 0);
  2881. TextDrawFont(Images[15][playerid], 4);
  2882. TextDrawSetSelectable(Images[15][playerid], true);
  2883. Images[16][playerid] = TextDrawCreate(213.500000, 414.062500, "loadsc14:loadsc14");
  2884. TextDrawLetterSize(Images[16][playerid], 0.000000, 0.000000);
  2885. TextDrawTextSize(Images[16][playerid], 43.000000, 31.937500);
  2886. TextDrawAlignment(Images[16][playerid], 1);
  2887. TextDrawColor(Images[16][playerid], -1);
  2888. TextDrawSetShadow(Images[16][playerid], 0);
  2889. TextDrawSetOutline(Images[16][playerid], 0);
  2890. TextDrawFont(Images[16][playerid], 4);
  2891. TextDrawSetSelectable(Images[16][playerid], true);
  2892. Images[17][playerid] = TextDrawCreate(269.000000, 414.187500, "ld_dual:backgnd");
  2893. TextDrawTextSize(Images[17][playerid], 43.000000, 31.937500);
  2894. TextDrawAlignment(Images[17][playerid], 1);
  2895. TextDrawColor(Images[17][playerid], -1);
  2896. TextDrawSetShadow(Images[17][playerid], 0);
  2897. TextDrawSetOutline(Images[17][playerid], 0);
  2898. TextDrawFont(Images[17][playerid], 4);
  2899. TextDrawSetSelectable(Images[17][playerid], true);
  2900. Images[18][playerid] = TextDrawCreate(324.000000, 414.312500, "splash1:splash1");
  2901. TextDrawLetterSize(Images[18][playerid], 0.000000, 0.000000);
  2902. TextDrawTextSize(Images[18][playerid], 43.000000, 31.937500);
  2903. TextDrawAlignment(Images[18][playerid], 1);
  2904. TextDrawColor(Images[18][playerid], -1);
  2905. TextDrawSetShadow(Images[18][playerid], 0);
  2906. TextDrawSetOutline(Images[18][playerid], 0);
  2907. TextDrawFont(Images[18][playerid], 4);
  2908. TextDrawSetSelectable(Images[18][playerid], true);
  2909. Images[19][playerid] = TextDrawCreate(378.500000, 413.562500, "splash2:splash2");
  2910. TextDrawLetterSize(Images[19][playerid], 0.000000, 0.000000);
  2911. TextDrawTextSize(Images[19][playerid], 43.000000, 31.937500);
  2912. TextDrawAlignment(Images[19][playerid], 1);
  2913. TextDrawColor(Images[19][playerid], -1);
  2914. TextDrawSetShadow(Images[19][playerid], 0);
  2915. TextDrawSetOutline(Images[19][playerid], 0);
  2916. TextDrawFont(Images[19][playerid], 4);
  2917. TextDrawSetSelectable(Images[19][playerid], true);
  2918. Images[20][playerid] = TextDrawCreate(432.500000, 413.687500, "samaps:map");
  2919. TextDrawLetterSize(Images[20][playerid], 0.000000, 0.000000);
  2920. TextDrawTextSize(Images[20][playerid], 43.000000, 31.937500);
  2921. TextDrawAlignment(Images[20][playerid], 1);
  2922. TextDrawColor(Images[20][playerid], -1);
  2923. TextDrawSetShadow(Images[20][playerid], 0);
  2924. TextDrawSetOutline(Images[20][playerid], 0);
  2925. TextDrawFont(Images[20][playerid], 4);
  2926. TextDrawSetSelectable(Images[20][playerid], true);
  2927.  
  2928. gettime(hour, minut, second);
  2929. getdate(day, month, year);
  2930. format(time, 10, "%02d:%02d", hour, minut);
  2931. format(date, 20, "%02d.%02d.%02d", day, month, year);
  2932.  
  2933. Time[0][playerid] = TextDrawCreate(0.000000, 0.000000, "loadsc13:loadsc13");
  2934. TextDrawLetterSize(Time[0][playerid], 0.000000, 0.000000);
  2935. TextDrawTextSize(Time[0][playerid], 640.000000, 448.000000);
  2936. TextDrawAlignment(Time[0][playerid], 1);
  2937. TextDrawColor(Time[0][playerid], -1);
  2938. TextDrawSetShadow(Time[0][playerid], 0);
  2939. TextDrawSetOutline(Time[0][playerid], 0);
  2940. TextDrawFont(Time[0][playerid], 4);
  2941. TextDrawSetSelectable(Time[0][playerid], true);
  2942. Time[1][playerid] = TextDrawCreate(539.000000, 302.500000, "usebox");
  2943. TextDrawLetterSize(Time[1][playerid], 0.000000, 8.919445);
  2944. TextDrawTextSize(Time[1][playerid], 302.500000, 0.000000);
  2945. TextDrawAlignment(Time[1][playerid], 1);
  2946. TextDrawColor(Time[1][playerid], 0);
  2947. TextDrawUseBox(Time[1][playerid], true);
  2948. TextDrawBoxColor(Time[1][playerid], 102);
  2949. TextDrawSetShadow(Time[1][playerid], 0);
  2950. TextDrawSetOutline(Time[1][playerid], 0);
  2951. TextDrawFont(Time[1][playerid], 0);
  2952. Time[2][playerid] = TextDrawCreate(422.500000, 305.375000, time);
  2953. TextDrawLetterSize(Time[2][playerid], 1.470000, 4.666875);
  2954. TextDrawAlignment(Time[2][playerid], 2);
  2955. TextDrawColor(Time[2][playerid], 65535);
  2956. TextDrawSetShadow(Time[2][playerid], 0);
  2957. TextDrawSetOutline(Time[2][playerid], 1);
  2958. TextDrawBackgroundColor(Time[2][playerid], 51);
  2959. TextDrawFont(Time[2][playerid], 2);
  2960. TextDrawSetProportional(Time[2][playerid], 1);
  2961. Time[3][playerid] = TextDrawCreate(421.500000, 355.687500, date);
  2962. TextDrawLetterSize(Time[3][playerid], 0.449999, 1.600000);
  2963. TextDrawAlignment(Time[3][playerid], 2);
  2964. TextDrawColor(Time[3][playerid], -16776961);
  2965. TextDrawSetShadow(Time[3][playerid], 0);
  2966. TextDrawSetOutline(Time[3][playerid], 1);
  2967. TextDrawBackgroundColor(Time[3][playerid], 51);
  2968. TextDrawFont(Time[3][playerid], 3);
  2969. TextDrawSetProportional(Time[3][playerid], 1);
  2970.  
  2971. #endif
  2972. return 1;
  2973. }
  2974.  
  2975. public OnPlayerCommandText(playerid, cmdtext[])
  2976. {
  2977.     if (strcmp("/winstart", cmdtext, true, 10) == 0)
  2978.     {
  2979.         ShowStart(playerid);
  2980.         SelectTextDraw(playerid, 0xFF000022);
  2981.         return 1;
  2982.     }
  2983.     if (strcmp("/winclose", cmdtext, true, 10) == 0)
  2984.     {
  2985.         HideAllTextDraws(playerid);
  2986.         CancelSelectTextDraw(playerid);
  2987.         SendClientMessage(playerid, 0xFF0000FF, "Чтобы вернуться, наберите /winstart");
  2988.         return 1;
  2989.     }
  2990.     return 0;
  2991. }
  2992.  
  2993. new log[MAX_PLAYERS] = 0;
  2994. new change1[MAX_PLAYERS], change2[MAX_PLAYERS];
  2995.  
  2996. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  2997. {
  2998.     GetPlayerName(playerid, pname, sizeof(pname));
  2999.     format(string1, 29, "%s.txt", pname);
  3000.     if(dialogid == 1234)
  3001.     {
  3002.         if(response)
  3003.         {
  3004.             if(!strlen(inputtext)) return log[playerid] = 0;
  3005.             PlayerTextDrawSetString(playerid, Login[4][playerid], inputtext);
  3006.             SetPVarString(playerid, "Login", inputtext);
  3007.             log[playerid] = 1;
  3008.             return 1;
  3009.         }
  3010.         else return log[playerid] = 0;
  3011.     }
  3012.     if(dialogid == 1235)
  3013.     {
  3014.         if(response)
  3015.         {
  3016.             if(!strlen(inputtext)) return log[playerid] = 0;
  3017.             PlayerTextDrawSetString(playerid, Login[4][playerid], inputtext);
  3018.             SetPVarString(playerid, "Login", inputtext);
  3019.             SetDesktopImage(playerid, dini_Get(string1, "Desktop"));
  3020.             SetMetroColor(playerid, dini_Int(string1, "MenuColor"));
  3021.             log[playerid] = 1;
  3022.             return 1;
  3023.         }
  3024.         else return log[playerid] = 0;
  3025.     }
  3026.     if(dialogid == 222)
  3027.     {
  3028.         if(response)
  3029.         {
  3030.             switch(listitem)
  3031.             {
  3032.                 case 0: return SetMetroColor(playerid, 1715741439), SendClientMessage(playerid, 0xFF0000FF, "Изменения вступят в силу после перезагрузки Windows SA-MP");
  3033.                 case 1: return SetMetroColor(playerid, 291928063), SendClientMessage(playerid, 0xFF0000FF, "Изменения вступят в силу после перезагрузки Windows SA-MP");
  3034.                 case 2: return SetMetroColor(playerid, -1718025985), SendClientMessage(playerid, 0xFF0000FF, "Изменения вступят в силу после перезагрузки Windows SA-MP");
  3035.                 case 3: return SetMetroColor(playerid, -1722482433), SendClientMessage(playerid, 0xFF0000FF, "Изменения вступят в силу после перезагрузки Windows SA-MP");
  3036.                 case 4: return SetMetroColor(playerid, 1996519423), SendClientMessage(playerid, 0xFF0000FF, "Изменения вступят в силу после перезагрузки Windows SA-MP");
  3037.                 case 5: return SetMetroColor(playerid, 1431655935), SendClientMessage(playerid, 0xFF0000FF, "Изменения вступят в силу после перезагрузки Windows SA-MP");
  3038.                 case 6: return SetMetroColor(playerid, -16776961), SendClientMessage(playerid, 0xFF0000FF, "Изменения вступят в силу после перезагрузки Windows SA-MP");
  3039.                 case 7: return SetMetroColor(playerid, 570434303), SendClientMessage(playerid, 0xFF0000FF, "Изменения вступят в силу после перезагрузки Windows SA-MP");
  3040.             }
  3041.         }
  3042.         else return 1;
  3043.     }
  3044.     if(dialogid == 223 && response)
  3045.     {
  3046.         if(!strlen(inputtext)) return 1;
  3047.         PlayerTextDrawSetString(playerid, DesktopMusic[12][playerid], inputtext);
  3048.         PlayerTextDrawSetString(playerid, Music[2][playerid], inputtext);
  3049.         SetPVarString(playerid, "Music", inputtext);
  3050.         return 1;
  3051.     }
  3052.     if(dialogid == 224 && response)
  3053.     {
  3054.         switch(listitem)
  3055.         {
  3056.             case 0: SetPlayerColor(playerid, 0xFF0000FF);
  3057.             case 1: SetPlayerColor(playerid, 0x2222FFFF);
  3058.             case 2: SetPlayerColor(playerid, 0x00FF00FF);
  3059.             case 3: SetPlayerColor(playerid, 0xFFFF00FF);
  3060.             case 4: SetPlayerColor(playerid, 0xFF00FFFF);
  3061.             case 5: SetPlayerColor(playerid, 0x00FFFFFF);
  3062.         }
  3063.         return 1;
  3064.     }
  3065.     if(dialogid == 1236)
  3066.     {
  3067.         if(response)
  3068.         {
  3069.             if(!strlen(inputtext)) return change1[playerid] = 0;
  3070.             PlayerTextDrawSetString(playerid, Par[13][playerid], inputtext);
  3071.             SetPVarString(playerid, "Change1", inputtext);
  3072.             change1[playerid] = 1;
  3073.             return 1;
  3074.         }
  3075.         else return change1[playerid] = 0;
  3076.     }
  3077.     if(dialogid == 1237)
  3078.     {
  3079.         if(response)
  3080.         {
  3081.             if(!strlen(inputtext)) return change2[playerid] = 0;
  3082.             PlayerTextDrawSetString(playerid, Par[14][playerid], inputtext);
  3083.             SetPVarString(playerid, "Change2", inputtext);
  3084.             change2[playerid] = 1;
  3085.             return 1;
  3086.         }
  3087.         else return change2[playerid] = 0;
  3088.     }
  3089.     return 1;
  3090. }
  3091.  
  3092. public OnPlayerClickTextDraw(playerid, Text:clickedid)
  3093. {
  3094.     if(clickedid == Market[8][playerid]) return HideAllTextDraws(playerid), ShowStart(playerid);
  3095.     if(clickedid == Images[3][playerid]) return SetImage(playerid, "loadsc1:loadsc1");
  3096.     if(clickedid == Images[4][playerid]) return SetImage(playerid, "loadsc2:loadsc2");
  3097.     if(clickedid == Images[5][playerid]) return SetImage(playerid, "loadsc3:loadsc3");
  3098.     if(clickedid == Images[6][playerid]) return SetImage(playerid, "loadsc4:loadsc4");
  3099.     if(clickedid == Images[7][playerid]) return SetImage(playerid, "loadsc5:loadsc5");
  3100.     if(clickedid == Images[8][playerid]) return SetImage(playerid, "loadsc6:loadsc6");
  3101.     if(clickedid == Images[9][playerid]) return SetImage(playerid, "loadsc7:loadsc7");
  3102.     if(clickedid == Images[10][playerid]) return SetImage(playerid, "loadsc8:loadsc8");
  3103.     if(clickedid == Images[11][playerid]) return SetImage(playerid, "loadsc9:loadsc9");
  3104.     if(clickedid == Images[12][playerid]) return SetImage(playerid, "loadsc10:loadsc10");
  3105.     if(clickedid == Images[13][playerid]) return SetImage(playerid, "loadsc11:loadsc11");
  3106.     if(clickedid == Images[14][playerid]) return SetImage(playerid, "loadsc12:loadsc12");
  3107.     if(clickedid == Images[15][playerid]) return SetImage(playerid, "loadsc13:loadsc13");
  3108.     if(clickedid == Images[16][playerid]) return SetImage(playerid, "loadsc14:loadsc14");
  3109.     if(clickedid == Images[17][playerid]) return SetImage(playerid, "ld_dual:backgnd");
  3110.     if(clickedid == Images[18][playerid]) return SetImage(playerid, "splash1:splash1");
  3111.     if(clickedid == Images[19][playerid]) return SetImage(playerid, "splash2:splash2");
  3112.     if(clickedid == Images[20][playerid]) return SetImage(playerid, "samaps:map");
  3113.     if(clickedid == Time[0][playerid]) return HideAllTextDraws(playerid), ShowStart(playerid);
  3114.     return 1;
  3115. }
  3116.  
  3117. public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
  3118. {
  3119.     if(playertextid == Login[4][playerid])
  3120.     {
  3121.         GetPlayerName(playerid, pname, sizeof(pname));
  3122.         format(string1, 29, "%s.txt", pname);
  3123.         if(!dini_Exists(string1))
  3124.         {
  3125.             ShowPlayerDialog(playerid, 1234, DIALOG_STYLE_INPUT, "Регистрация", "Чтобы зарегистрироваться:\n - Придумайте пароль\n - Впишите его ниже.", "Готово", "Выход");
  3126.             return 1;
  3127.         }
  3128.         else if(dini_Exists(string1))
  3129.         {
  3130.             ShowPlayerDialog(playerid, 1235, DIALOG_STYLE_INPUT, "Логин", "Введите свой пароль ниже.", "Готово", "Выход");
  3131.             return 1;
  3132.         }
  3133.     }
  3134.     if(playertextid == Login[9][playerid])
  3135.     {
  3136.         GetPlayerName(playerid, pname, sizeof(pname));
  3137.         format(string1, 29, "%s.txt", pname);
  3138.         if(!dini_Exists(string1))
  3139.         {
  3140.             new password2[10];
  3141.             GetPVarString(playerid, "Login", password2, 10);
  3142.             if(log[playerid] == 0) return SendClientMessage(playerid, 0xFF0000FF, "Введите же что-нибудь");
  3143.             else if(log[playerid] == 1)
  3144.             {
  3145.                 if(strlen(password2) > 10 || strlen(password2) < 3)
  3146.                 {
  3147.                     SendClientMessage(playerid, 0xFF0000FF, "Пароль должен быть меньше 10 символов, но больше 3");
  3148.                     return 1;
  3149.                 }
  3150.                 else
  3151.                 {
  3152.                     new password[10], string2[30];
  3153.                     dini_Create(string1);
  3154.                     format(password, 10, "%s", password2);
  3155.                     format(string2, 30, "Ваш пароль - %s", password2);
  3156.                     dini_Set(string1, "Password", password);
  3157.                     dini_Set(string1, "Desktop", "ld_dual:backgnd");
  3158.                     dini_IntSet(string1, "MenuColor", 570434303);
  3159.                     SetDesktopImage(playerid, dini_Get(string1, "Desktop"));
  3160.                     SetMetroColor(playerid, dini_Int(string1, "MenuColor"));
  3161.                     SendClientMessage(playerid, 0x00FF00FF, "Вы успешно зарегистрированы");
  3162.                     SendClientMessage(playerid, 0x00FF00FF, string2);
  3163.                     HideLogin(playerid);
  3164.                     ShowStart(playerid);
  3165.                     return 1;
  3166.                 }
  3167.             }
  3168.         }
  3169.         else if(dini_Exists(string1))
  3170.         {
  3171.             new password2[10];
  3172.             GetPVarString(playerid, "Login", password2, 10);
  3173.             new pw[10];
  3174.             format(pw, 10, "%s", dini_Get(string1, "Password"));
  3175.             if(log[playerid] == 0) return SendClientMessage(playerid, 0xFF0000FF, "Введите же что-нибудь");
  3176.             else if(log[playerid] == 1)
  3177.             {
  3178.                 if(strcmp(password2, pw) != 0)
  3179.                 {
  3180.                     SendClientMessage(playerid, 0xFF0000FF, "Пароль не верный");
  3181.                     return 1;
  3182.                 }
  3183.                 else
  3184.                 {
  3185.                     SendClientMessage(playerid, 0x00FF00FF, "Пароль верный. Вы успешно вошли");
  3186.                     HideLogin(playerid);
  3187.                     ShowStart(playerid);
  3188.                     SetDesktopImage(playerid, dini_Get(string1, "Desktop"));
  3189.                     SetMetroColor(playerid, dini_Int(string1, "MenuColor"));
  3190.                     return 1;
  3191.                 }
  3192.             }
  3193.         }
  3194.         else return 1;
  3195.     }
  3196.     if(playertextid == Login[12][playerid])
  3197.     {
  3198.         HideAllTextDraws(playerid);
  3199.         CancelSelectTextDraw(playerid);
  3200.         Kick(playerid);
  3201.         return 1;
  3202.     }
  3203.     if(playertextid == Start[13][playerid])
  3204.     {
  3205.         HideAllTextDraws(playerid);
  3206.         CancelSelectTextDraw(playerid);
  3207.         SendClientMessage(playerid, 0xFF0000FF, "Чтобы вернуться, наберите /winstart");
  3208.         return 1;
  3209.     }
  3210.     if(playertextid == Start[14][playerid]) return ShowPlayerDialog(playerid, 222, DIALOG_STYLE_LIST, "Смена цвета Metro", "Коричневый\nГолубой\nЖёлтый\nОранжевый\nРозовый\nСерый\nКрасный\nСтандартный", "Сменить", "Выход");
  3211.     if(playertextid == Start[28][playerid])
  3212.     {
  3213.         HideAllTextDraws(playerid);
  3214.         ShowTime(playerid);
  3215.         return 1;
  3216.     }
  3217.     if(playertextid == Start[15][playerid])
  3218.     {
  3219.         HideAllTextDraws(playerid);
  3220.         ShowDesktop(playerid);
  3221.         return 1;
  3222.     }
  3223.     if(playertextid == Start[30][playerid])
  3224.     {
  3225.         HideAllTextDraws(playerid);
  3226.         ShowMarket(playerid);
  3227.         return 1;
  3228.     }
  3229.     if(playertextid == Start[31][playerid])
  3230.     {
  3231.         HideAllTextDraws(playerid);
  3232.         ShowMusic(playerid);
  3233.         return 1;
  3234.     }
  3235.     if(playertextid == Start[32][playerid])
  3236.     {
  3237.         HideAllTextDraws(playerid);
  3238.         ShowImages(playerid);
  3239.         return 1;
  3240.     }
  3241.     if(playertextid == Start[33][playerid])
  3242.     {
  3243.         HideAllTextDraws(playerid);
  3244.         ShowMail(playerid);
  3245.         return 1;
  3246.     }
  3247.     if(playertextid == Start[34][playerid])
  3248.     {
  3249.         HideAllTextDraws(playerid);
  3250.         ShowParams(playerid);
  3251.         return 1;
  3252.     }
  3253.     if(playertextid == Start[35][playerid])
  3254.     {
  3255.         HideAllTextDraws(playerid);
  3256.         ShowExplorer(playerid);
  3257.         return 1;
  3258.     }
  3259.     if(playertextid == Start[36][playerid])
  3260.     {
  3261.         HideAllTextDraws(playerid);
  3262.         ShowMaps(playerid);
  3263.         return 1;
  3264.     }
  3265.     if(playertextid == Desktop[4][playerid]) return ShowDesktopParams(playerid);
  3266.     if(playertextid == Desktop[5][playerid]) return ShowDesktopExplorer(playerid);
  3267.     if(playertextid == Desktop[6][playerid] || playertextid == Desktop[9][playerid]) return ShowCommand(playerid);
  3268.     if(playertextid == Desktop[13][playerid]) return ShowDesktopMusic(playerid);
  3269.     if(playertextid == DesktopParams[19][playerid])
  3270.     {
  3271.         HideAllTextDraws(playerid);
  3272.         ShowParams(playerid);
  3273.         return 1;
  3274.     }
  3275.     if(playertextid == DesktopParams[6][playerid]) return HideDesktopParams(playerid);
  3276.     if(playertextid == DesktopParams[28][playerid]) return SetDesktopImage(playerid, "loadsc1:loadsc1");
  3277.     if(playertextid == DesktopParams[29][playerid]) return SetDesktopImage(playerid, "loadsc6:loadsc6");
  3278.     if(playertextid == DesktopParams[30][playerid]) return SetDesktopImage(playerid, "loadsc5:loadsc5");
  3279.     if(playertextid == DesktopParams[31][playerid]) return SetDesktopImage(playerid, "loadsc4:loadsc4");
  3280.     if(playertextid == DesktopParams[32][playerid]) return SetDesktopImage(playerid, "loadsc3:loadsc3");
  3281.     if(playertextid == DesktopParams[33][playerid]) return SetDesktopImage(playerid, "loadsc2:loadsc2");
  3282.     if(playertextid == DesktopParams[34][playerid]) return SetDesktopImage(playerid, "loadsc7:loadsc7");
  3283.     if(playertextid == DesktopParams[35][playerid]) return SetDesktopImage(playerid, "loadsc8:loadsc8");
  3284.     if(playertextid == DesktopParams[36][playerid]) return SetDesktopImage(playerid, "loadsc9:loadsc9");
  3285.     if(playertextid == DesktopParams[37][playerid]) return SetDesktopImage(playerid, "loadsc10:loadsc10");
  3286.     if(playertextid == DesktopParams[38][playerid]) return SetDesktopImage(playerid, "loadsc11:loadsc11");
  3287.     if(playertextid == DesktopParams[39][playerid]) return SetDesktopImage(playerid, "loadsc12:loadsc12");
  3288.     if(playertextid == DesktopParams[40][playerid]) return SetDesktopImage(playerid, "loadsc13:loadsc13");
  3289.     if(playertextid == DesktopParams[41][playerid]) return SetDesktopImage(playerid, "loadsc14:loadsc14");
  3290.     if(playertextid == DesktopParams[42][playerid]) return SetDesktopImage(playerid, "ld_dual:backgnd");
  3291.     if(playertextid == DesktopParams[43][playerid]) return SetDesktopImage(playerid, "samaps:map");
  3292.     if(playertextid == DesktopParams[44][playerid]) return SetDesktopImage(playerid, "splash1:splash1");
  3293.     if(playertextid == DesktopParams[45][playerid]) return SetDesktopImage(playerid, "splash2:splash2");
  3294.    
  3295.     if(playertextid == DesktopMusic[5][playerid]) return HideDesktopMusic(playerid);
  3296.     if(playertextid == DesktopExplorer[5][playerid]) return HideDesktopExplorer(playerid);
  3297.     if(playertextid == DesktopMusic[12][playerid]) return ShowPlayerDialog(playerid, 223, DIALOG_STYLE_INPUT, "Ссылка на мелодию", "Введите URL ссылки на мелодию, которую хотите прослушать.\n{ff0000}Важно: Ссылка должна оканчиваться на \".mp3\"", "Ввести", "Отмена");
  3298.     if(playertextid == DesktopMusic[15][playerid]) return StopAudioStreamForPlayer(playerid);
  3299.     if(playertextid == DesktopMusic[17][playerid])
  3300.     {
  3301.         new text[144];
  3302.         GetPVarString(playerid, "Music", text, 144);
  3303.         PlayAudioStreamForPlayer(playerid, text);
  3304.         return 1;
  3305.     }
  3306.     if(playertextid == Command[4][playerid]) return HideCommand(playerid);
  3307.     if(playertextid == RightPanel[playerid]) return ShowRightPanel(playerid), ShowClosePanel(playerid);
  3308.     if(playertextid == Right[1][playerid])
  3309.     {
  3310.         HideAllTextDraws(playerid);
  3311.         ShowStart(playerid);
  3312.         return 1;
  3313.     }
  3314.     if(playertextid == Right[2][playerid])
  3315.     {
  3316.         HideAllTextDraws(playerid);
  3317.         ShowParams(playerid);
  3318.         return 1;
  3319.     }
  3320.     if(playertextid == Right[5][playerid])
  3321.     {
  3322.         HideAllTextDraws(playerid);
  3323.         CancelSelectTextDraw(playerid);
  3324.         SendClientMessage(playerid, 0xFF0000FF, "Чтобы вернуться, наберите /winstart");
  3325.         return 1;
  3326.     }
  3327.     if(playertextid == Right[22][playerid]) return ShowCommand(playerid);
  3328.     if(playertextid == DownPanel[playerid]) return HideAllTextDraws(playerid), ShowStart(playerid);
  3329.     if(playertextid == Mail[17][playerid]) return HideAllTextDraws(playerid), ShowStart(playerid);
  3330.     if(playertextid == Maps[3][playerid]) return HideAllTextDraws(playerid), ShowRealMaps(playerid);
  3331.     if(playertextid == RealMaps[5][playerid]) return HideAllTextDraws(playerid), ShowMaps(playerid);
  3332.    
  3333.     if(playertextid == Music[2][playerid]) return ShowPlayerDialog(playerid, 223, DIALOG_STYLE_INPUT, "Ссылка на мелодию", "Введите URL ссылки на мелодию, которую хотите прослушать.\n{ff0000}Важно: Ссылка должна оканчиваться на \".mp3\"", "Ввести", "Отмена");
  3334.     if(playertextid == Music[5][playerid])
  3335.     {
  3336.         new text[144];
  3337.         GetPVarString(playerid, "Music", text, 144);
  3338.         PlayAudioStreamForPlayer(playerid, text);
  3339.         return 1;
  3340.     }
  3341.     if(playertextid == Music[6][playerid]) return StopAudioStreamForPlayer(playerid);
  3342.     if(playertextid == ClosePanel[playerid]) return HideRightPanel(playerid);
  3343.     if(playertextid == Params[4][playerid]) return HideAllTextDraws(playerid), ShowParams(playerid);
  3344.     if(playertextid == Params[9][playerid]) return ShowPlayerDialog(playerid, 224, DIALOG_STYLE_LIST, "Цвет ника игрока", "Красный\nСиний\nЗелёный\nЖёлтый\nРозовый\nГолубой", "Выбор", "Отмена");
  3345.     if(playertextid == Params[10][playerid]) return ShowPlayerDialog(playerid, 222, DIALOG_STYLE_LIST, "Смена цвета Metro", "Коричневый\nГолубой\nЖёлтый\nОранжевый\nРозовый\nСерый\nКрасный\nСтандартный", "Сменить", "Выход");
  3346.  
  3347.     if(playertextid == Par[5][playerid]) return HideAllTextDraws(playerid), ShowChange(playerid);
  3348.     if(playertextid == Par[13][playerid]) return ShowPlayerDialog(playerid, 1236, DIALOG_STYLE_INPUT, "Смена пароля", "Введите текущий пароль", "Готово", "Выход");
  3349.     if(playertextid == Par[14][playerid]) return ShowPlayerDialog(playerid, 1237, DIALOG_STYLE_INPUT, "Смена пароля", "Введите новый пароль", "Готово", "Выход");
  3350.     if(playertextid == Par[16][playerid])
  3351.     {
  3352.         if(change1[playerid] == 0) return SendClientMessage(playerid, 0xFF0000FF, "Введите текущий пароль");
  3353.         if(change2[playerid] == 0) return SendClientMessage(playerid, 0xFF0000FF, "Введите новый пароль");
  3354.         if(change1[playerid] == 1 && change2[playerid] == 1)
  3355.         {
  3356.             GetPlayerName(playerid, pname, sizeof(pname));
  3357.             format(string1, 29, "%s.txt", pname);
  3358.             new pass[10], newpass[10];
  3359.             GetPVarString(playerid, "Change1", pass, 10);
  3360.             GetPVarString(playerid, "Change2", newpass, 10);
  3361.             new pw[10];
  3362.             format(pw, 10, "%s", dini_Get(string1, "Password"));
  3363.             if(strcmp(pass, pw) != 0) return SendClientMessage(playerid, 0xFF0000FF, "Пароль не верный");
  3364.             else
  3365.             {
  3366.                 new password[10], string3[100];
  3367.                 format(password, 10, "%s", newpass);
  3368.                 format(string3, 100, "Ваш новый пароль - %s", newpass);
  3369.                 dini_Set(string1, "Password", newpass);
  3370.                 SendClientMessage(playerid, 0x00FF00FF, "Вы успешно сменили пароль");
  3371.                 SendClientMessage(playerid, 0x00FF00FF, string3);
  3372.                 return 1;
  3373.             }
  3374.         }
  3375.         return 1;
  3376.     }
  3377.     return 1;
  3378. }
  3379.  
  3380. public OnPlayerUpdate(playerid)
  3381. {
  3382.     new hour, minut, second, day, month, year, time[10], date[20];
  3383.     gettime(hour, minut, second);
  3384.     getdate(day, month, year);
  3385.     format(time, 10, "%02d:%02d", hour, minut);
  3386.     format(date, 20, "%02d.%02d.%02d", day, month, year);
  3387.     PlayerTextDrawSetString(playerid, Start[29][playerid], time);
  3388.     PlayerTextDrawSetString(playerid, Desktop[10][playerid], time);
  3389.     PlayerTextDrawSetString(playerid, Right[10][playerid], time);
  3390.     PlayerTextDrawSetString(playerid, Right[11][playerid], date);
  3391.     TextDrawSetString(Time[2][playerid], time);
  3392.     TextDrawSetString(Time[3][playerid], date);
  3393.     return 1;
  3394. }
  3395.  
  3396. stock ShowLogin(playerid)
  3397. {
  3398.     for(new x; x<13; x++) PlayerTextDrawShow(playerid, Login[x][playerid]);
  3399.     HideDownPanel(playerid);
  3400.     return 1;
  3401. }
  3402. stock HideLogin(playerid)
  3403. {
  3404.     for(new x; x<13; x++) PlayerTextDrawHide(playerid, Login[x][playerid]);
  3405.     HideDownPanel(playerid);
  3406.     return 1;
  3407. }
  3408.  
  3409. stock ShowStart(playerid)
  3410. {
  3411.     for(new x; x<37; x++) PlayerTextDrawShow(playerid, Start[x][playerid]);
  3412.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3413.     PlayerTextDrawShow(playerid, RightPanel[playerid]);
  3414.     HideDownPanel(playerid);
  3415.     return 1;
  3416. }
  3417. stock HideStart(playerid)
  3418. {
  3419.     for(new x; x<37; x++) PlayerTextDrawHide(playerid, Start[x][playerid]);
  3420.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3421.     HideDownPanel(playerid);
  3422.     return 1;
  3423. }
  3424. stock ShowDesktop(playerid)
  3425. {
  3426.     for(new x; x<14; x++) PlayerTextDrawShow(playerid, Desktop[x][playerid]);
  3427.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3428.     PlayerTextDrawShow(playerid, RightPanel[playerid]);
  3429.     HideDownPanel(playerid);
  3430.     return 1;
  3431. }
  3432. stock HideDesktop(playerid)
  3433. {
  3434.     for(new x; x<14; x++) PlayerTextDrawHide(playerid, Desktop[x][playerid]);
  3435.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3436.     HideDownPanel(playerid);
  3437.     return 1;
  3438. }
  3439.  
  3440. stock ShowDesktopParams(playerid)
  3441. {
  3442.     for(new x; x<48; x++) PlayerTextDrawShow(playerid, DesktopParams[x][playerid]);
  3443.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3444.     PlayerTextDrawShow(playerid, RightPanel[playerid]);
  3445.     return 1;
  3446. }
  3447. stock HideDesktopParams(playerid)
  3448. {
  3449.     for(new x; x<48; x++) PlayerTextDrawHide(playerid, DesktopParams[x][playerid]);
  3450.     return 1;
  3451. }
  3452.  
  3453. stock ShowDesktopExplorer(playerid)
  3454. {
  3455.     for(new x; x<22; x++) PlayerTextDrawShow(playerid, DesktopExplorer[x][playerid]);
  3456.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3457.     PlayerTextDrawShow(playerid, RightPanel[playerid]);
  3458.     return 1;
  3459. }
  3460. stock HideDesktopExplorer(playerid)
  3461. {
  3462.     for(new x; x<22; x++) PlayerTextDrawHide(playerid, DesktopExplorer[x][playerid]);
  3463.     return 1;
  3464. }
  3465.  
  3466. stock ShowDesktopMusic(playerid)
  3467. {
  3468.     for(new x; x<21; x++) PlayerTextDrawShow(playerid, DesktopMusic[x][playerid]);
  3469.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3470.     PlayerTextDrawShow(playerid, RightPanel[playerid]);
  3471.     return 1;
  3472. }
  3473. stock HideDesktopMusic(playerid)
  3474. {
  3475.     for(new x; x<21; x++) PlayerTextDrawHide(playerid, DesktopMusic[x][playerid]);
  3476.     return 1;
  3477. }
  3478.  
  3479. stock ShowCommand(playerid)
  3480. {
  3481.     for(new x; x<7; x++) PlayerTextDrawShow(playerid, Command[x][playerid]);
  3482.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3483.     PlayerTextDrawShow(playerid, RightPanel[playerid]);
  3484.     return 1;
  3485. }
  3486. stock HideCommand(playerid)
  3487. {
  3488.     for(new x; x<7; x++) PlayerTextDrawHide(playerid, Command[x][playerid]);
  3489.     return 1;
  3490. }
  3491.  
  3492. stock ShowRightPanel(playerid)
  3493. {
  3494.     for(new x; x<24; x++) PlayerTextDrawShow(playerid, Right[x][playerid]);
  3495.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3496.     PlayerTextDrawShow(playerid, RightPanel[playerid]);
  3497.     return 1;
  3498. }
  3499. stock HideRightPanel(playerid)
  3500. {
  3501.     for(new x; x<24; x++) PlayerTextDrawHide(playerid, Right[x][playerid]);
  3502.     PlayerTextDrawHide(playerid, RightPanel[playerid]);
  3503.     PlayerTextDrawHide(playerid, ClosePanel[playerid]);
  3504.     PlayerTextDrawShow(playerid, RightPanel[playerid]);
  3505.     return 1;
  3506. }
  3507. stock ShowDownPanel(playerid) return PlayerTextDrawShow(playerid, DownPanel[playerid]);
  3508. stock HideDownPanel(playerid) return PlayerTextDrawHide(playerid, DownPanel[playerid]);
  3509.  
  3510. stock ShowClosePanel(playerid) return PlayerTextDrawShow(playerid, ClosePanel[playerid]);
  3511. stock HideClosePanel(playerid) return PlayerTextDrawHide(playerid, ClosePanel[playerid]);
  3512.  
  3513. stock ShowExplorer(playerid)
  3514. {
  3515.     for(new x; x<20; x++) TextDrawShowForPlayer(playerid, Explorer[x][playerid]);
  3516.     ShowDownPanel(playerid);
  3517.     return 1;
  3518. }
  3519. stock HideExplorer(playerid)
  3520. {
  3521.     for(new x; x<20; x++) TextDrawHideForPlayer(playerid, Explorer[x][playerid]);
  3522.     HideDownPanel(playerid);
  3523.     return 1;
  3524. }
  3525.  
  3526. stock ShowMail(playerid)
  3527. {
  3528.     for(new x; x<19; x++) PlayerTextDrawShow(playerid, Mail[x][playerid]);
  3529.     return 1;
  3530. }
  3531. stock HideMail(playerid)
  3532. {
  3533.     for(new x; x<19; x++) PlayerTextDrawHide(playerid, Mail[x][playerid]);
  3534.     return 1;
  3535. }
  3536.  
  3537. stock ShowMaps(playerid)
  3538. {
  3539.     for(new x; x<4; x++) PlayerTextDrawShow(playerid, Maps[x][playerid]);
  3540.     ShowDownPanel(playerid);
  3541.     return 1;
  3542. }
  3543. stock HideMaps(playerid)
  3544. {
  3545.     for(new x; x<4; x++) PlayerTextDrawHide(playerid, Maps[x][playerid]);
  3546.     HideDownPanel(playerid);
  3547.     return 1;
  3548. }
  3549.  
  3550. stock ShowRealMaps(playerid)
  3551. {
  3552.     for(new x; x<7; x++) PlayerTextDrawShow(playerid, RealMaps[x][playerid]);
  3553.     ShowDownPanel(playerid);
  3554.     return 1;
  3555. }
  3556. stock HideRealMaps(playerid)
  3557. {
  3558.     for(new x; x<7; x++) PlayerTextDrawHide(playerid, RealMaps[x][playerid]);
  3559.     HideDownPanel(playerid);
  3560.     return 1;
  3561. }
  3562.  
  3563. stock ShowMarket(playerid)
  3564. {
  3565.     for(new x; x<10; x++) TextDrawShowForPlayer(playerid, Market[x][playerid]);
  3566.     return 1;
  3567. }
  3568. stock HideMarket(playerid)
  3569. {
  3570.     for(new x; x<10; x++) TextDrawHideForPlayer(playerid, Market[x][playerid]);
  3571.     return 1;
  3572. }
  3573.  
  3574. stock ShowMusic(playerid)
  3575. {
  3576.     for(new x; x<11; x++) PlayerTextDrawShow(playerid, Music[x][playerid]);
  3577.     ShowDownPanel(playerid);
  3578.     return 1;
  3579. }
  3580. stock HideMusic(playerid)
  3581. {
  3582.     for(new x; x<11; x++) PlayerTextDrawHide(playerid, Music[x][playerid]);
  3583.     HideDownPanel(playerid);
  3584.     return 1;
  3585. }
  3586.  
  3587. stock ShowImages(playerid)
  3588. {
  3589.     for(new x; x<21; x++) TextDrawShowForPlayer(playerid, Images[x][playerid]);
  3590.     ShowDownPanel(playerid);
  3591.     return 1;
  3592. }
  3593. stock HideImages(playerid)
  3594. {
  3595.     for(new x; x<21; x++) TextDrawHideForPlayer(playerid, Images[x][playerid]);
  3596.     HideDownPanel(playerid);
  3597.     return 1;
  3598. }
  3599.  
  3600. stock ShowChange(playerid)
  3601. {
  3602.     for(new x; x<11; x++) PlayerTextDrawShow(playerid, Params[x][playerid]);
  3603.     ShowDownPanel(playerid);
  3604.     return 1;
  3605. }
  3606. stock HideChange(playerid)
  3607. {
  3608.     for(new x; x<11; x++) PlayerTextDrawHide(playerid, Params[x][playerid]);
  3609.     HideDownPanel(playerid);
  3610.     return 1;
  3611. }
  3612.  
  3613. stock ShowParams(playerid)
  3614. {
  3615.     for(new x; x<17; x++) PlayerTextDrawShow(playerid, Par[x][playerid]);
  3616.     ShowDownPanel(playerid);
  3617.     return 1;
  3618. }
  3619. stock HideParams(playerid)
  3620. {
  3621.     for(new x; x<17; x++) PlayerTextDrawHide(playerid, Par[x][playerid]);
  3622.     HideDownPanel(playerid);
  3623.     return 1;
  3624. }
  3625.  
  3626. stock ShowTime(playerid) for(new x; x<4; x++) TextDrawShowForPlayer(playerid, Time[x][playerid]);
  3627. stock HideTime(playerid) for(new x; x<4; x++) TextDrawHideForPlayer(playerid, Time[x][playerid]);
  3628.  
  3629.  
  3630. stock HideDesktopProgs(playerid)
  3631. {
  3632.     for(new x; x<48; x++)PlayerTextDrawHide(playerid, DesktopParams[x][playerid]);
  3633.     for(new x; x<22; x++)PlayerTextDrawHide(playerid, DesktopExplorer[x][playerid]);
  3634.     for(new x; x<21; x++)PlayerTextDrawHide(playerid, DesktopMusic[x][playerid]);
  3635.     for(new x; x<7; x++)PlayerTextDrawHide(playerid, Command[x][playerid]);
  3636.     return 1;
  3637. }
  3638.  
  3639. stock HideAllTextDraws(playerid)
  3640. {
  3641.     if(IsPlayerConnected(playerid))
  3642.     {
  3643.         for(new i; i < 2048; i++)
  3644.         {
  3645.             if(PlayerText:i == PlayerText:INVALID_TEXT_DRAW || Text:i == Text:INVALID_TEXT_DRAW) continue;
  3646.             PlayerTextDrawHide(playerid, PlayerText:i);
  3647.             TextDrawHideForPlayer(playerid, Text:i);
  3648.            
  3649.         }
  3650.     }
  3651.     return 1;
  3652. }
  3653.  
  3654. stock SetDesktopImage(playerid, textname[])
  3655. {
  3656.     PlayerTextDrawSetString(playerid, Desktop[0][playerid], textname);
  3657.     PlayerTextDrawSetString(playerid, Start[15][playerid], textname);
  3658.     GetPlayerName(playerid, pname, sizeof(pname));
  3659.     format(string1, 29, "%s.txt", pname);
  3660.     dini_Set(string1, "Desktop", textname);
  3661.     return 1;
  3662. }
  3663.  
  3664. stock SetMetroColor(playerid, color)
  3665. {
  3666.     PlayerTextDrawBoxColor(playerid, Start[0][playerid], color);
  3667.     PlayerTextDrawColor(playerid, DownPanel[playerid], color);
  3668.     GetPlayerName(playerid, pname, sizeof(pname));
  3669.     format(string1, 29, "%s.txt", pname);
  3670.     dini_IntSet(string1, "MenuColor", color);
  3671.     return 1;
  3672. }
  3673. stock SetImage(playerid, image[]) return TextDrawSetString(Images[1][playerid], image);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement