Guest User

Untitled

a guest
Oct 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.04 KB | None | 0 0
  1. ProfileBase[0] =
  2. TextDrawCreate (320.000000, 279.000000, "-");
  3. TextDrawAlignment (ProfileBase[0], 2);
  4. TextDrawBackgroundColor (ProfileBase[0], 255);
  5. TextDrawFont (ProfileBase[0], 2);
  6. TextDrawLetterSize (ProfileBase[0], 32.689998, 10.000000);
  7. TextDrawColor (ProfileBase[0], 120);
  8. TextDrawSetOutline (ProfileBase[0], 0);
  9. TextDrawSetProportional (ProfileBase[0], 1);
  10. TextDrawSetShadow (ProfileBase[0], 0);
  11.  
  12. ProfileBase[1] =
  13. TextDrawCreate (320.000000, 92.000000, "-");
  14. TextDrawAlignment (ProfileBase[1], 2);
  15. TextDrawBackgroundColor (ProfileBase[1], 255);
  16. TextDrawFont (ProfileBase[1], 2);
  17. TextDrawLetterSize (ProfileBase[1], 32.689998, 10.000000);
  18. TextDrawColor (ProfileBase[1], 120);
  19. TextDrawSetOutline (ProfileBase[1], 0);
  20. TextDrawSetProportional (ProfileBase[1], 1);
  21. TextDrawSetShadow (ProfileBase[1], 0);
  22.  
  23. ProfileBase[2] =
  24. TextDrawCreateSafe (485.000000, 140.000000, "_");
  25. TextDrawBackgroundColor (ProfileBase[2], 255);
  26. TextDrawFont (ProfileBase[2], 1);
  27. TextDrawLetterSize (ProfileBase[2], 0.500000, 21.200000);
  28. TextDrawColor (ProfileBase[2], -1);
  29. TextDrawSetOutline (ProfileBase[2], 0);
  30. TextDrawSetProportional (ProfileBase[2], 1);
  31. TextDrawSetShadow (ProfileBase[2], 1);
  32. TextDrawUseBox (ProfileBase[2], 1);
  33. TextDrawBoxColor (ProfileBase[2], 255);
  34. TextDrawTextSize (ProfileBase[2], 160.000000, 0.000000);
  35.  
  36. new Profile_Int = 0;
  37. for ( new BTD = 1; BTD < sizeof Background_Images; BTD++ )
  38. {
  39. Backgrounds[BTD] =
  40. TextDrawCreateSafe (163.000, 140.500, Background_Images[BTD]);
  41. TextDrawFont (Backgrounds[BTD], 4);
  42. TextDrawTextSize (Backgrounds[BTD], 319.000, 190.000);
  43. TextDrawColor (Backgrounds[BTD], -140);
  44.  
  45. Profile_Int++;
  46. }
  47. printf("[Profile System] Created %i Background(s)", Profile_Int);
  48.  
  49. Awards[0][0] =
  50. TextDrawCreate (350.000000, 218.000000, "-");
  51. TextDrawBackgroundColor (Awards[0][0], 255);
  52. TextDrawFont (Awards[0][0], 3);
  53. TextDrawLetterSize (Awards[0][0], 3.169997, 8.799997);
  54. TextDrawColor (Awards[0][0], -176);
  55. TextDrawSetOutline (Awards[0][0], 0);
  56. TextDrawSetProportional (Awards[0][0], 1);
  57. TextDrawSetShadow (Awards[0][0], 0);
  58.  
  59. Awards[0][1] =
  60. TextDrawCreate (358.000000, 261.000000, "TRUSTED~n~MEMBER");
  61. TextDrawBackgroundColor (Awards[0][1], 255);
  62. TextDrawFont (Awards[0][1], 1);
  63. TextDrawLetterSize (Awards[0][1], 0.219999, 0.799998);
  64. TextDrawColor (Awards[0][1], 16747775);
  65. TextDrawSetOutline (Awards[0][1], 0);
  66. TextDrawSetProportional (Awards[0][1], 1);
  67. TextDrawSetShadow (Awards[0][1], 0);
  68.  
  69. Awards[1][0] =
  70. TextDrawCreate (394.000000, 218.000000, "-");
  71. TextDrawBackgroundColor (Awards[1][0], 255);
  72. TextDrawFont (Awards[1][0], 3);
  73. TextDrawLetterSize (Awards[1][0], 3.169997, 8.799997);
  74. TextDrawColor (Awards[1][0], -176);
  75. TextDrawSetOutline (Awards[1][0], 0);
  76. TextDrawSetProportional (Awards[1][0], 1);
  77. TextDrawSetShadow (Awards[1][0], 0);
  78.  
  79. Awards[1][1] =
  80. TextDrawCreate (416.000000, 261.000000, "FEATURED~n~MEMBER");
  81. TextDrawAlignment (Awards[1][1], 2);
  82. TextDrawBackgroundColor (Awards[1][1], 255);
  83. TextDrawFont (Awards[1][1], 1);
  84. TextDrawLetterSize (Awards[1][1], 0.200000, 0.799998);
  85. TextDrawColor (Awards[1][1], -3669761);
  86. TextDrawSetOutline (Awards[1][1], 0);
  87. TextDrawSetProportional (Awards[1][1], 1);
  88. TextDrawSetShadow (Awards[1][1], 0);
  89.  
  90. Awards[2][0] =
  91. TextDrawCreate (438.000000, 218.000000, "-");
  92. TextDrawBackgroundColor (Awards[2][0], 255);
  93. TextDrawFont (Awards[2][0], 3);
  94. TextDrawLetterSize (Awards[2][0], 3.169997, 8.799997);
  95. TextDrawColor (Awards[2][0], -176);
  96. TextDrawSetOutline (Awards[2][0], 0);
  97. TextDrawSetProportional (Awards[2][0], 1);
  98. TextDrawSetShadow (Awards[2][0], 0);
  99.  
  100. Awards[2][1] =
  101. TextDrawCreate (461.000000, 261.000000, "PRO");
  102. TextDrawAlignment (Awards[2][1], 2);
  103. TextDrawBackgroundColor (Awards[2][1], -16776961);
  104. TextDrawFont (Awards[2][1], 2);
  105. TextDrawLetterSize (Awards[2][1], 0.340000, 1.499999);
  106. TextDrawColor (Awards[2][1], 255);
  107. TextDrawSetOutline (Awards[2][1], 1);
  108. TextDrawSetProportional (Awards[2][1], 1);
  109.  
  110. printf("[Profile System] Created Award Icons.");
  111.  
  112. Status[0] =
  113. TextDrawCreateSafe (234.000000, 151.000000, "0");
  114. TextDrawAlignment (Status[0], 2);
  115. TextDrawBackgroundColor (Status[0], -1275068161);
  116. TextDrawFont (Status[0], 2);
  117. TextDrawLetterSize (Status[0], 2.679999, 10.599998);
  118. TextDrawColor (Status[0], -16776961);
  119. TextDrawSetOutline (Status[0], 1);
  120. TextDrawSetProportional (Status[0], 1);
  121.  
  122. Status[1] =
  123. TextDrawCreateSafe (234.000000, 151.000000, "0");
  124. TextDrawAlignment (Status[1], 2);
  125. TextDrawBackgroundColor (Status[1], 0x00AA00FF);
  126. TextDrawFont (Status[1], 2);
  127. TextDrawLetterSize (Status[1], 2.679999, 10.599998);
  128. TextDrawColor (Status[1], 0x00FF00FF);
  129. TextDrawSetOutline (Status[1], 1);
  130. TextDrawSetProportional (Status[1], 1);
  131.  
  132. CopyrightP =
  133. TextDrawCreateSafe (383.000000, 322.000000, "Profile system (c) iPLEOMAX");
  134. TextDrawBackgroundColor (CopyrightP, 255);
  135. TextDrawFont (CopyrightP, 1);
  136. TextDrawLetterSize (CopyrightP, 0.209999, 0.899999);
  137. TextDrawColor (CopyrightP, -226);
  138. TextDrawSetOutline (CopyrightP, 0);
  139. TextDrawSetProportional (CopyrightP, 1);
  140. TextDrawSetShadow (CopyrightP, 0);
  141.  
  142. Elements[0] =
  143. TextDrawCreateSafe (185.000000, 147.000000, "PROFILE PICTURE");
  144. TextDrawBackgroundColor (Elements[0], -1);
  145. TextDrawFont (Elements[0], 1);
  146. TextDrawLetterSize (Elements[0], 0.319999, 1.100000);
  147. TextDrawColor (Elements[0], -1);
  148. TextDrawSetOutline (Elements[0], 0);
  149. TextDrawSetProportional (Elements[0], 1);
  150. TextDrawSetShadow (Elements[0], 0);
  151.  
  152. Elements[1] =
  153. TextDrawCreateSafe (351.000000, 147.000000, "INFORMATION");
  154. TextDrawBackgroundColor (Elements[1], -1);
  155. TextDrawFont (Elements[1], 1);
  156. TextDrawLetterSize (Elements[1], 0.319999, 1.100000);
  157. TextDrawColor (Elements[1], -1);
  158. TextDrawSetOutline (Elements[1], 0);
  159. TextDrawSetProportional (Elements[1], 1);
  160. TextDrawSetShadow (Elements[1], 0);
  161.  
  162. Elements[2] =
  163. TextDrawCreateSafe (297.000000, 198.000000, "Personal text:");
  164. TextDrawBackgroundColor (Elements[2], 255);
  165. TextDrawFont (Elements[2], 2);
  166. TextDrawLetterSize (Elements[2], 0.200000, 1.000000);
  167. TextDrawColor (Elements[2], -1);
  168. TextDrawSetOutline (Elements[2], 0);
  169. TextDrawSetProportional (Elements[2], 1);
  170. TextDrawSetShadow (Elements[2], 0);
  171.  
  172. Elements[3] =
  173. TextDrawCreateSafe (297.000000, 285.000000, "Register date:");
  174. TextDrawBackgroundColor (Elements[3], 255);
  175. TextDrawFont (Elements[3], 2);
  176. TextDrawLetterSize (Elements[3], 0.200000, 1.000000);
  177. TextDrawColor (Elements[3], -1);
  178. TextDrawSetOutline (Elements[3], 0);
  179. TextDrawSetProportional (Elements[3], 1);
  180. TextDrawSetShadow (Elements[3], 0);
  181.  
  182. Elements[4] =
  183. TextDrawCreateSafe (297.000000, 171.000000, "Username:");
  184. TextDrawBackgroundColor (Elements[4], 255);
  185. TextDrawFont (Elements[4], 2);
  186. TextDrawLetterSize (Elements[4], 0.200000, 1.000000);
  187. TextDrawColor (Elements[4], -1);
  188. TextDrawSetOutline (Elements[4], 0);
  189. TextDrawSetProportional (Elements[4], 1);
  190. TextDrawSetShadow (Elements[4], 0);
  191.  
  192. Elements[5] =
  193. TextDrawCreateSafe (297.000000, 303.000000, "Last active:");
  194. TextDrawBackgroundColor (Elements[5], 255);
  195. TextDrawFont (Elements[5], 2);
  196. TextDrawLetterSize (Elements[5], 0.200000, 1.000000);
  197. TextDrawColor (Elements[5], -1);
  198. TextDrawSetOutline (Elements[5], 0);
  199. TextDrawSetProportional (Elements[5], 1);
  200. TextDrawSetShadow (Elements[5], 0);
  201.  
  202. Elements[6] =
  203. TextDrawCreateSafe (291.000000, 77.000000, "l");
  204. TextDrawBackgroundColor (Elements[6], -1);
  205. TextDrawFont (Elements[6], 1);
  206. TextDrawLetterSize (Elements[6], 0.140000, 32.600021);
  207. TextDrawColor (Elements[6], -1);
  208. TextDrawSetOutline (Elements[6], 0);
  209. TextDrawSetProportional (Elements[6], 1);
  210. TextDrawSetShadow (Elements[6], 0);
  211.  
  212. Elements[7] =
  213. TextDrawCreateSafe (484.000000, 143.000000, "BG~n~SHINE");
  214. TextDrawBackgroundColor (Elements[7], 255);
  215. TextDrawFont (Elements[7], 1);
  216. TextDrawLetterSize (Elements[7], 0.000000, 1.000000);
  217. TextDrawColor (Elements[7], -1);
  218. TextDrawSetOutline (Elements[7], 0);
  219. TextDrawSetProportional (Elements[7], 1);
  220. TextDrawSetShadow (Elements[7], 1);
  221. TextDrawUseBox (Elements[7], 1);
  222. TextDrawBoxColor (Elements[7], -230);
  223. TextDrawTextSize (Elements[7], 161.000000, -1.000000);
  224.  
  225. Elements[8] =
  226. TextDrawCreate (296.000000, 266.000000, "Awards:");
  227. TextDrawBackgroundColor (Elements[8], 255);
  228. TextDrawFont (Elements[8], 2);
  229. TextDrawLetterSize (Elements[8], 0.219999, 1.000000);
  230. TextDrawColor (Elements[8], -1);
  231. TextDrawSetOutline (Elements[8], 0);
  232. TextDrawSetProportional (Elements[8], 1);
  233. TextDrawSetShadow (Elements[8], 0);
  234.  
  235. printf("[Profile System] Created all the elements.");
  236.  
  237. Profile_Int = 0;
  238. for ( new ATD = 1; ATD < sizeof Avatar_Icons; ATD++ )
  239. {
  240. Avatars[ATD] =
  241. TextDrawCreateSafe (203.000, 182.500, Avatar_Icons[ATD]);
  242. TextDrawFont (Avatars[ATD], 4);
  243. TextDrawTextSize (Avatars[ATD], 50.000, 45.000);
  244. TextDrawColor (Avatars[ATD], -1);
  245.  
  246. Profile_Int++;
  247. }
  248. printf("[Profile System] Created %i Avatar(s)", Profile_Int);
  249.  
  250. Profile_Int = 192;
  251. for ( new RTD = 0; RTD < sizeof RepBars; RTD++ )
  252. {
  253. RepBars[RTD] =
  254. TextDrawCreateSafe (Profile_Int, 241.000000, "l");
  255. TextDrawBackgroundColor (RepBars[RTD], 255);
  256. TextDrawFont (RepBars[RTD], 1);
  257. TextDrawLetterSize (RepBars[RTD], 1.820000, 1.900000);
  258. TextDrawColor (RepBars[RTD], 0x00FF00FF);
  259. TextDrawSetOutline (RepBars[RTD], 0);
  260. TextDrawSetProportional (RepBars[RTD], 1);
  261. TextDrawSetShadow (RepBars[RTD], 0);
  262. Profile_Int += 14;
  263. }
  264.  
  265. Profile_Int = 192;
  266. for ( new VTD = 0; VTD < sizeof VipBars; VTD++ )
  267. {
  268. VipBars[VTD] =
  269. TextDrawCreateSafe (Profile_Int, 269.000000, "l");
  270. TextDrawBackgroundColor (VipBars[VTD], 255);
  271. TextDrawFont (VipBars[VTD], 1);
  272. TextDrawLetterSize (VipBars[VTD], 1.820000, 1.900000);
  273. TextDrawColor (VipBars[VTD], 0x00FFFBFF);
  274. TextDrawSetOutline (VipBars[VTD], 0);
  275. TextDrawSetProportional (VipBars[VTD], 1);
  276. TextDrawSetShadow (VipBars[VTD], 0);
  277. Profile_Int += 14;
  278. }
  279.  
  280. Profile_Int = 192;
  281. for ( new LTD = 0; LTD < sizeof LevelBars; LTD++ )
  282. {
  283. LevelBars[LTD] =
  284. TextDrawCreateSafe (Profile_Int, 296.000000, "l");
  285. TextDrawBackgroundColor (LevelBars[LTD], 255);
  286. TextDrawFont (LevelBars[LTD], 1);
  287. TextDrawLetterSize (LevelBars[LTD], 1.820000, 1.900000);
  288. TextDrawColor (LevelBars[LTD], -16711681);
  289. TextDrawSetOutline (LevelBars[LTD], 0);
  290. TextDrawSetProportional (LevelBars[LTD], 1);
  291. TextDrawSetShadow (LevelBars[LTD], 0);
  292. Profile_Int += 14;
  293. }
  294. printf("[Profile System] Created Reputation/Vip/Level bars.", Profile_Int);
  295.  
  296. EditArrows[0] =
  297. TextDrawCreate (171.000000, 195.000000, "ld_beat:left");
  298. TextDrawBackgroundColor (EditArrows[0], 255);
  299. TextDrawFont (EditArrows[0], 4);
  300. TextDrawLetterSize (EditArrows[0], 0.500000, 1.000000);
  301. TextDrawColor (EditArrows[0], -1);
  302. TextDrawSetOutline (EditArrows[0], 0);
  303. TextDrawSetProportional (EditArrows[0], 1);
  304. TextDrawSetShadow (EditArrows[0], 1);
  305. TextDrawUseBox (EditArrows[0], 1);
  306. TextDrawBoxColor (EditArrows[0], 255);
  307. TextDrawTextSize (EditArrows[0], 18.000000, 22.000000);
  308.  
  309. EditArrows[1] =
  310. TextDrawCreate (283.000000, 195.000000, "ld_beat:left");
  311. TextDrawBackgroundColor (EditArrows[1], 255);
  312. TextDrawFont (EditArrows[1], 4);
  313. TextDrawLetterSize (EditArrows[1], 0.500000, 1.000000);
  314. TextDrawColor (EditArrows[1], -1);
  315. TextDrawSetOutline (EditArrows[1], 0);
  316. TextDrawSetProportional (EditArrows[1], 1);
  317. TextDrawSetShadow (EditArrows[1], 1);
  318. TextDrawUseBox (EditArrows[1], 1);
  319. TextDrawBoxColor (EditArrows[1], 255);
  320. TextDrawTextSize (EditArrows[1], -19.000000, 22.000000);
  321.  
  322. EditArrows[2] =
  323. TextDrawCreate (138.000000, 224.000000, "ld_beat:left");
  324. TextDrawBackgroundColor (EditArrows[2], 255);
  325. TextDrawFont (EditArrows[2], 4);
  326. TextDrawLetterSize (EditArrows[2], 0.500000, 1.000000);
  327. TextDrawColor (EditArrows[2], -1);
  328. TextDrawSetOutline (EditArrows[2], 0);
  329. TextDrawSetProportional (EditArrows[2], 1);
  330. TextDrawSetShadow (EditArrows[2], 1);
  331. TextDrawUseBox (EditArrows[2], 1);
  332. TextDrawBoxColor (EditArrows[2], 255);
  333. TextDrawTextSize (EditArrows[2], 18.000000, 22.000000);
  334.  
  335. EditArrows[3] =
  336. TextDrawCreate (508.000000, 224.000000, "ld_beat:left");
  337. TextDrawBackgroundColor (EditArrows[3], 255);
  338. TextDrawFont (EditArrows[3], 4);
  339. TextDrawLetterSize (EditArrows[3], 0.500000, 1.000000);
  340. TextDrawColor (EditArrows[3], -1);
  341. TextDrawSetOutline (EditArrows[3], 0);
  342. TextDrawSetProportional (EditArrows[3], 1);
  343. TextDrawSetShadow (EditArrows[3], 1);
  344. TextDrawUseBox (EditArrows[3], 1);
  345. TextDrawBoxColor (EditArrows[3], 255);
  346. TextDrawTextSize (EditArrows[3], -19.000000, 22.000000);
Add Comment
Please, Sign In to add comment