Advertisement
Guest User

Untitled

a guest
May 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.81 KB | None | 0 0
  1.  
  2. class life_handy_main {
  3. idd = 30000;
  4. name= "life_handy_main";
  5. movingEnable = true;
  6. enableSimulation = true;
  7. onLoad = "[0] spawn life_fnc_handyControl";
  8.  
  9. class controls {
  10. class handy_AllRahmenPic: life_RscPicture {
  11. moving = 1;
  12. idc = 30001;
  13. text = "BoG_Textures\Handy\handy.paa";
  14. x = 0.25;
  15. y = -0.25;
  16. w = 0.5;
  17. h = 0.5 * (4 / 3) * 2;
  18. };
  19. class handy_AllCloseBut: Life_RscActiveText {
  20. idc = 30002;
  21. style = 48;
  22. text = "BoG_Textures\Handy\handy_power.paa";
  23. x = 0.46;
  24. y = 0.89;
  25. w = 0.07;
  26. h = 0.07 * (4 / 3);
  27. action = "closeDialog 0;";
  28. };
  29. class handy_AllAkkuBar : Life_RscProgress {
  30. colorBar[] = {0.2, 0.6, 1, 1};
  31. colorFrame[] = {0.518,0.518,0.518,1};
  32. idc = 30003;
  33. x = 0.66;
  34. y = -0.105;
  35. w = 0.04;
  36. h = 0.023;
  37. };
  38. class handy_AllTimeText : Life_RscStructuredText {
  39. idc = 30004;
  40. colorBackground[] = {0, 0, 0, 1};
  41. text = "";
  42. x = 0.46;
  43. y = -0.11;
  44. w = 0.08;
  45. h = 0.03;
  46. };
  47. class handy_AllBackBut: Life_RscActiveText {
  48. idc = 30005;
  49. style = 48;
  50. text = "BoG_Textures\Handy\handy_back.paa";
  51. x = 0.34;
  52. y = 0.91;
  53. w = 0.04;
  54. h = 0.04 * (4 / 3);
  55. action = "[0] spawn life_fnc_handyControl;";
  56. };
  57.  
  58. class handy_SubBlendePic: life_RscPicture {
  59. idc = 30006;
  60. text = "#(argb,8,8,3)color(0,0,0,0.7)";
  61. x = 0.2875;
  62. y = -0.05;
  63. w = 0.425;
  64. h = 0.92;
  65. };
  66. class handy_SubHeadText : Life_RscStructuredText {
  67. idc = 30007;
  68. colorBackground[] = {0, 0, 0, 0};
  69. text = "";
  70. x = 0.2885;
  71. y = -0.05;
  72. w = 0.424;
  73. h = 0.04;
  74. };
  75.  
  76. class handy_MainLicensBut: Life_RscActiveText {
  77. idc = 30008;
  78. style = 48;
  79. text = "BoG_Textures\Handy\app_lizenzen.paa";
  80. x = 0.289;
  81. y = 0;
  82. w = 0.08;
  83. h = 0.08 * (4 / 3);
  84. action = "[1] spawn life_fnc_handyControl";
  85. };
  86.  
  87. class handy_MainBankBut: Life_RscActiveText {
  88. idc = 30009;
  89. style = 48;
  90. text = "BoG_Textures\Handy\app_bank.paa";
  91. x = 0.403;
  92. y = 0;
  93. w = 0.08;
  94. h = 0.08 * (4 / 3);
  95. action = "[2] spawn life_fnc_handyControl";
  96. };
  97.  
  98. class handy_MainInventarBut: Life_RscActiveText {
  99. idc = 30010;
  100. style = 48;
  101. text = "BoG_Textures\Handy\app_inventar.paa";
  102. x = 0.517;
  103. y = 0;
  104. w = 0.08;
  105. h = 0.08 * (4 / 3);
  106. action = "[3] spawn life_fnc_handyControl";
  107. };
  108.  
  109. class handy_MainSettingsBut: Life_RscActiveText {
  110. idc = 30011;
  111. style = 48;
  112. text = "BoG_Textures\Handy\app_einstellungen.paa";
  113. x = 0.631;
  114. y = 0;
  115. w = 0.08;
  116. h = 0.08 * (4 / 3);
  117. action = "[4] spawn life_fnc_handyControl";
  118. };
  119.  
  120. class handy_MainGangBut: Life_RscActiveText {
  121. idc = 30012;
  122. style = 48;
  123. text = "BoG_Textures\Handy\app_gang.paa";
  124. x = 0.289;
  125. y = 0.4;
  126. w = 0.08;
  127. h = 0.08 * (4 / 3);
  128. action = "[5] spawn life_fnc_handyControl";
  129. };
  130.  
  131. class handy_MainKeyBut: Life_RscActiveText {
  132. idc = 30013;
  133. style = 48;
  134. text = "BoG_Textures\Handy\app_schluessel.paa";
  135. x = 0.403;
  136. y = 0.2;
  137. w = 0.08;
  138. h = 0.08 * (4 / 3);
  139. action = "[6] spawn life_fnc_handyControl";
  140. };
  141.  
  142. class handy_MainSMSBut: Life_RscActiveText {
  143. idc = 30014;
  144. style = 48;
  145. text = "BoG_Textures\Handy\app_sms.paa";
  146. x = 0.517;
  147. y = 0.2;
  148. w = 0.08;
  149. h = 0.08 * (4 / 3);
  150. action = "[7] spawn life_fnc_handyControl";
  151. };
  152.  
  153. class handy_MainMarktBut: Life_RscActiveText {
  154. idc = 30015;
  155. style = 48;
  156. text = "BoG_Textures\Handy\app_markt.paa";
  157. x = 0.631;
  158. y = 0.2;
  159. w = 0.08;
  160. h = 0.08 * (4 / 3);
  161. action = "[8] spawn life_fnc_handyControl";
  162. };
  163.  
  164. class handy_MainSaveBut: Life_RscActiveText {
  165. idc = 30016;
  166. style = 48;
  167. text = "BoG_Textures\Handy\app_speichern.paa";
  168. x = 0.289;
  169. y = 0.2;
  170. w = 0.08;
  171. h = 0.08 * (4 / 3);
  172. action = "[] call SOCK_fnc_syncData;";
  173. };
  174.  
  175. class handy_MainWantedBut: Life_RscActiveText {
  176. idc = 30017;
  177. style = 48;
  178. text = "BoG_Textures\Handy\app_wanted.paa";
  179. x = 0.403;
  180. y = 0.4;
  181. w = 0.08;
  182. h = 0.08 * (4 / 3);
  183. action = "[] call life_fnc_wantedMenu;";
  184. };
  185.  
  186. class handy_MainSkillBut: Life_RscActiveText {
  187. idc = 30079;
  188. style = 48;
  189. text = "BoG_Textures\Handy\app_skills.paa";
  190. x = 0.403;
  191. y = 0.4;
  192. w = 0.08;
  193. h = 0.08 * (4 / 3);
  194. action = "[9] spawn life_fnc_handyControl";
  195. };
  196.  
  197. class handy_MainHouseBut: Life_RscActiveText {
  198. idc = 30095;
  199. style = 48;
  200. text = "\a3\ui_f\data\map\MapControl\tourism_ca.paa";
  201. x = 0.517;
  202. y = 0.6;
  203. w = 0.08;
  204. h = 0.08 * (4 / 3);
  205. action = "[10] spawn life_fnc_handyControl";
  206. };
  207.  
  208. class handy_MainMapsBut: Life_RscActiveText {
  209. idc = 30110;
  210. style = 48;
  211. text = "BoG_Textures\Handy\app_maps.paa";
  212. x = 0.631;
  213. y = 0.4;
  214. w = 0.08;
  215. h = 0.08 * (4 / 3);
  216. action = "[11] spawn life_fnc_handyControl";
  217. };
  218.  
  219. class handy_MainNetBut: Life_RscActiveText {
  220. idc = 30125;
  221. style = 48;
  222. text = "BoG_Textures\Handy\app_internet.paa";
  223. x = 0.289;
  224. y = 0.6;
  225. w = 0.08;
  226. h = 0.08 * (4 / 3);
  227. action = "[15] spawn life_fnc_handyControl";
  228. };
  229.  
  230. class handy_MainButText1 : Life_RscStructuredText {
  231. idc = 30019;
  232. size = 0.035;
  233. colorBackground[] = {0, 0, 0, 0};
  234. text = "<t align='center'>Spielerinfo</t>";
  235. x = 0.269;
  236. y = 0.08 * (4 / 3);
  237. w = 0.12;
  238. h = 0.035;
  239. };
  240.  
  241. class handy_MainButText2 : Life_RscStructuredText {
  242. idc = 30020;
  243. size = 0.035;
  244. colorBackground[] = {0, 0, 0, 0};
  245. text = "<t align='center'>Banking</t>";
  246. x = 0.383;
  247. y = 0.08 * (4 / 3);
  248. w = 0.12;
  249. h = 0.035;
  250. };
  251.  
  252. class handy_MainButText3 : Life_RscStructuredText {
  253. idc = 30021;
  254. size = 0.035;
  255. colorBackground[] = {0, 0, 0, 0};
  256. text = "<t align='center'>Inventar</t>";
  257. x = 0.494;
  258. y = 0.08 * (4 / 3);
  259. w = 0.12;
  260. h = 0.035;
  261. };
  262. class handy_MainButText4 : Life_RscStructuredText {
  263. idc = 30022;
  264. size = 0.035;
  265. colorBackground[] = {0, 0, 0, 0};
  266. text = "<t align='center'>Optionen</t>";
  267. x = 0.611;
  268. y = 0.08 * (4 / 3);
  269. w = 0.12;
  270. h = 0.035;
  271. };
  272. class handy_MainButText5 : Life_RscStructuredText {
  273. idc = 30023;
  274. size = 0.035;
  275. colorBackground[] = {0, 0, 0, 0};
  276. text = "<t align='center'>Speichern</t>";
  277. x = 0.269;
  278. y = 0.2 + (0.08 * (4 / 3));
  279. w = 0.12;
  280. h = 0.035;
  281. };
  282. class handy_MainButText6 : Life_RscStructuredText {
  283. idc = 30024;
  284. size = 0.035;
  285. colorBackground[] = {0, 0, 0, 0};
  286. text = "<t align='center'>Schlüssel</t>";
  287. x = 0.383;
  288. y = 0.2 + (0.08 * (4 / 3));
  289. w = 0.12;
  290. h = 0.035;
  291. };
  292. class handy_MainButText7 : Life_RscStructuredText {
  293. idc = 30025;
  294. size = 0.035;
  295. colorBackground[] = {0, 0, 0, 0};
  296. text = "<t align='center'>SMS</t>";
  297. x = 0.497;
  298. y = 0.2 + (0.08 * (4 / 3));
  299. w = 0.12;
  300. h = 0.035;
  301. };
  302. class handy_MainButText8 : Life_RscStructuredText {
  303. idc = 30026;
  304. size = 0.035;
  305. colorBackground[] = {0, 0, 0, 0};
  306. text = "<t align='center'>Markt</t>";
  307. x = 0.611;
  308. y = 0.2 + (0.08 * (4 / 3));
  309. w = 0.12;
  310. h = 0.035;
  311. };
  312. class handy_MainButText9 : Life_RscStructuredText {
  313. idc = 30027;
  314. size = 0.035;
  315. colorBackground[] = {0, 0, 0, 0};
  316. text = "<t align='center'>Gruppe</t>";
  317. x = 0.269;
  318. y = 0.4 + (0.08 * (4 / 3));
  319. w = 0.12;
  320. h = 0.035;
  321. };
  322. class handy_MainButText10 : Life_RscStructuredText {
  323. idc = 30028;
  324. size = 0.035;
  325. colorBackground[] = {0, 0, 0, 0};
  326. text = "<t align='center'>Fahndung</t>";
  327. x = 0.383;
  328. y = 0.4 + (0.08 * (4 / 3));
  329. w = 0.12;
  330. h = 0.035;
  331. };
  332. class handy_MainButText12 : Life_RscStructuredText {
  333. idc = 30080;
  334. size = 0.035;
  335. colorBackground[] = {0, 0, 0, 0};
  336. text = "<t align='center'>Skill</t>";
  337. x = 0.383;
  338. y = 0.4 + (0.08 * (4 / 3));
  339. w = 0.12;
  340. h = 0.035;
  341. };
  342. class handy_MainButText14 : Life_RscStructuredText {
  343. idc = 30124;
  344. size = 0.035;
  345. colorBackground[] = {0, 0, 0, 0};
  346. text = "<t align='center'>Internet</t>";
  347. x = 0.269;
  348. y = 0.6 + (0.08 * (4 / 3));
  349. w = 0.12;
  350. h = 0.035;
  351. };
  352. class handy_MainStatusBar : Life_RscStructuredText {
  353. idc = 30029;
  354. colorBackground[] = {0,0,0,1};
  355. text = "";
  356. x = 0.278;
  357. y = 0.85;
  358. w = 0.446;
  359. h = 0.04;
  360. };
  361.  
  362. class handy_LicensListText : Life_RscStructuredText {
  363. idc = 30030;
  364. colorBackground[] = {0, 0, 0, 0};
  365. sizeEx = 0.04;
  366. text = "";
  367. x = 0.29;
  368. y = 0;
  369. w = 0.27;
  370. h = 0.9;
  371. };
  372.  
  373. class handy_PlayInfListText : Life_RscStructuredText {
  374. idc = 30113;
  375. colorBackground[] = {0, 0, 0, 0};
  376. sizeEx = 0.04;
  377. text = "";
  378. x = 0.29;
  379. y = 0.32;
  380. w = 0.40;
  381. h = 0.04;
  382. };
  383.  
  384. class handy_PlayInf2ListText : Life_RscStructuredText {
  385. idc = 30114;
  386. colorBackground[] = {0, 0, 0, 0};
  387. sizeEx = 0.04;
  388. text = "";
  389. x = 0.29;
  390. y = 0.37;
  391. w = 0.40;
  392. h = 0.04;
  393. };
  394.  
  395. class handy_PlayInf3ListText : Life_RscStructuredText {
  396. idc = 30115;
  397. colorBackground[] = {0, 0, 0, 0};
  398. sizeEx = 0.04;
  399. text = "";
  400. x = 0.29;
  401. y = 0.42;
  402. w = 0.40;
  403. h = 0.04;
  404. };
  405.  
  406. class handy_PlayInf4ListText : Life_RscStructuredText {
  407. idc = 30123;
  408. colorBackground[] = {0, 0, 0, 0};
  409. sizeEx = 0.04;
  410. text = "";
  411. x = 0.29;
  412. y = 0.51;
  413. w = 0.40;
  414. h = 0.04;
  415. };
  416.  
  417. class handy_PlayInf5ListText : Life_RscStructuredText {
  418. idc = 30126;
  419. colorBackground[] = {0, 0, 0, 0};
  420. sizeEx = 0.04;
  421. text = "";
  422. x = 0.29;
  423. y = 0.60;
  424. w = 0.40;
  425. h = 0.04;
  426. };
  427.  
  428. class handy_MoneyGiveEdit : Life_RscEdit {
  429. idc = 30031;
  430. text = "0";
  431. sizeEx = 0.04;
  432. x = 0.35;
  433. y = 0.61;
  434. w = 0.35;
  435. h = 0.04;
  436. };
  437.  
  438. class handy_MoneyGivePlayerCombo : Life_RscCombo {
  439. idc = 30032;
  440. x = 0.35;
  441. y = 0.66;
  442. w = 0.35;
  443. h = 0.04;
  444. };
  445.  
  446. class handy_MoneyGiveBut : Life_RscButtonMenu {
  447. idc = 30033;
  448. text = "Weitergeben";
  449. colorBackground[] = {0.2, 0.6, 1, 1};
  450. onButtonClick = "[] call life_fnc_giveMoney";
  451. x = 0.29;
  452. y = 0.71;
  453. w = 0.2;
  454. h = 0.04;
  455. };
  456.  
  457. class handy_MoneyDeposit : Life_RscButtonMenu {
  458. idc = 30108;
  459. text = "Einzahlen";
  460. colorBackground[] = {0.2, 0.6, 1, 1};
  461. onButtonClick = "[parseNumber(ctrlText 30031)] spawn life_fnc_bankDeposit";
  462. x = 0.5;
  463. y = 0.71;
  464. w = 0.2;
  465. h = 0.04;
  466. };
  467.  
  468. class handy_MoneyWithdraw : Life_RscButtonMenu {
  469. idc = 30107;
  470. text = "Auszahlen";
  471. colorBackground[] = {0.2, 0.6, 1, 1};
  472. onButtonClick = "[parseNumber(ctrlText 30031)] spawn life_fnc_bankWithdraw";
  473. x = 0.29;
  474. y = 0.76;
  475. w = 0.2;
  476. h = 0.04;
  477. };
  478.  
  479. class handy_MoneyStatusInfoText : Life_RscStructuredText{
  480. idc = 30034;
  481. sizeEx = 0.04;
  482. text = "";
  483. x = 0.2885;
  484. y = 0;
  485. w = 0.4;
  486. h = 0.45;
  487. };
  488.  
  489. class handy_InventarItemListBox : life_RscListBox {
  490. idc = 30035;
  491. colorBackground[] = {0, 0, 0, 0};
  492. sizeEx = 0.04;
  493. x = 0.29;
  494. y = 0;
  495. w = 0.423;
  496. h = 0.39;
  497. };
  498. class handy_InventarItemEdit : Life_RscEdit {
  499. idc = 30036;
  500. colorBackground[] = {0, 0, 0, 0.8};
  501. text = "1";
  502. sizeEx = 0.04;
  503. x = 0.5;
  504. y = 0.41;
  505. w = 0.2;
  506. h = 0.04;
  507. };
  508. class handy_InventarItemNearPlayersCombo : Life_RscCombo{
  509. idc = 30037;
  510. x = 0.5;
  511. y = 0.46;
  512. w = 0.2;
  513. h = 0.04;
  514. };
  515. class handy_InventarItemGiveBut : life_RscButtonMenu {
  516. idc = 30038;
  517. text = "Item Geben";
  518. colorBackground[] = {0.2, 0.6, 1, 1};
  519. onButtonClick = "[] call life_fnc_giveItem;";
  520. x = 0.29;
  521. y = 0.46;
  522. w = 0.2;
  523. h = 0.04;
  524. };
  525. class handy_InventarItemUseBut : life_RscButtonMenu {
  526. idc = 30039;
  527. text = "Item Benutzen";
  528. colorBackground[] = {0.2, 0.6, 1, 1};
  529. onButtonClick = "[] call life_fnc_useItem;";
  530. x = 0.29;
  531. y = 0.41;
  532. w = 0.2;
  533. h = 0.04;
  534. };
  535. class handy_InventarItemRemoveBut : life_RscButtonMenu {
  536. idc = 30040;
  537. text = "Item Entfernen";
  538. colorBackground[] = {0.2, 0.6, 1, 1};
  539. onButtonClick = "[] call life_fnc_removeItem;";
  540. x = 0.29;
  541. y = 0.51;
  542. w = 0.2;
  543. h = 0.04;
  544. };
  545.  
  546. class handy_SettingOnFootText : life_RscText {
  547. idc = 30041;
  548. text = "Zu Fuß:";
  549. x = 0.29;
  550. y = 0.02;
  551. w = 0.424;
  552. h = 0.04;
  553. };
  554. class handy_SettingOnFootSlider : life_RscXSliderH {
  555. idc = 30042;
  556. text = "";
  557. colorActive[] = {1,0.5,0,1};
  558. onSliderPosChanged = "life_vdFoot = round(_this select 1);ctrlSetText[30043,format[""%1"",round(_this select 1)]];setViewDistance life_vdFoot;";
  559. tooltip = "Sichtweite zu Fuß";
  560. x = 0.29;
  561. y = 0.07;
  562. w = 0.34;
  563. h = 0.04;
  564. };
  565. class handy_SettingOnFootValue : life_RscText {
  566. idc = 30043;
  567. text = "";
  568. x = 0.64;
  569. y = 0.07;
  570. w = 0.08;
  571. h = 0.04;
  572. };
  573. class handy_SettingOnCarText : life_RscText {
  574. idc = 30044;
  575. text = "Im Auto:";
  576. x = 0.29;
  577. y = 0.12;
  578. w = 0.424;
  579. h = 0.04;
  580. };
  581. class handy_SettingOnCarSlider : life_RscXSliderH {
  582. idc = 30045;
  583. text = "";
  584. colorActive[] = {1,0.5,0,1};
  585. onSliderPosChanged = "life_vdCar = round(_this select 1);ctrlSetText[30046,format[""%1"",round(_this select 1)]];setViewDistance life_vdCar;";
  586. tooltip = "Sichtweite im Auto";
  587. x = 0.29;
  588. y = 0.17;
  589. w = 0.34;
  590. h = 0.04;
  591. };
  592. class handy_SettingOnCarValue : life_RscText {
  593. idc = 30046;
  594. text = "";
  595. x = 0.64;
  596. y = 0.17;
  597. w = 0.08;
  598. h = 0.04;
  599. };
  600. class handy_SettingOnAirText : life_RscText {
  601. idc = 30047;
  602. text = "Im Heli:";
  603. x = 0.29;
  604. y = 0.22;
  605. w = 0.424;
  606. h = 0.04;
  607. };
  608. class handy_SettingOnAirSlider : life_RscXSliderH {
  609. idc = 30048;
  610. text = "";
  611. colorActive[] = {1,0.5,0,1};
  612. onSliderPosChanged = "life_vdAir = round(_this select 1);ctrlSetText[30049,format[""%1"",round(_this select 1)]];setViewDistance life_vdAir;";
  613. tooltip = "Sichtweite im Helli";
  614. x = 0.29;
  615. y = 0.27;
  616. w = 0.34;
  617. h = 0.04;
  618. };
  619.  
  620. class handy_SettingOnAirValue : life_RscText {
  621. idc = 30049;
  622. text = "";
  623. x = 0.64;
  624. y = 0.27;
  625. w = 0.08;
  626. h = 0.04;
  627. };
  628.  
  629. class handy_GroupCreateBut : Life_RscButtonMenu {
  630. idc = 30056;
  631. text = "Erstellen (Temp)";
  632. colorBackground[] = {0.2, 0.6, 1, 1};
  633. onButtonClick = "[] spawn life_fnc_createGroupTemp";
  634. x = 0.29;
  635. y = 0.71;
  636. w = 0.2;
  637. h = 0.04;
  638. };
  639.  
  640. class handy_GroupCreateName : Life_RscEdit {
  641. idc = 30057;
  642. text = "";
  643. x = 0.35;
  644. y = 0.61;
  645. w = 0.35;
  646. h = 0.04;
  647. };
  648.  
  649. class handy_GroupsList : Life_RscListBox {
  650. idc = 30058;
  651. text = "";
  652. sizeEx = 0.04;
  653. x = 0.29;
  654. y = 0;
  655. w = 0.42;
  656. h = 0.6;
  657. };
  658.  
  659. class handy_GroupLeaveBut : Life_RscButtonMenu {
  660. idc = 30059;
  661. text = "Verlassen";
  662. colorBackground[] = {0.2, 0.6, 1, 1};
  663. onButtonClick = "[] spawn life_fnc_leaveGroup";
  664. x = 0.5;
  665. y = 0.76;
  666. w = 0.2;
  667. h = 0.04;
  668. };
  669.  
  670. class handy_GroupKickBut : Life_RscButtonMenu {
  671. idc = 30060;
  672. text = "Kicken";
  673. colorBackground[] = {0.2, 0.6, 1, 1};
  674. onButtonClick = "";
  675. x = 0.5;
  676. y = 0.81;
  677. w = 0.2;
  678. h = 0.04;
  679. };
  680.  
  681. class handy_GroupPasswordBut : Life_RscButtonMenu {
  682. idc = 30061;
  683. text = "PW ändern";
  684. colorBackground[] = {0.2, 0.6, 1, 1};
  685. onButtonClick = "[] spawn life_fnc_changePW";
  686. x = 0.29;
  687. y = 0.81;
  688. w = 0.2;
  689. h = 0.04;
  690. };
  691.  
  692. class handy_GroupJoinBut : Life_RscButtonMenu {
  693. idc = 30062;
  694. text = "Beitreten";
  695. colorBackground[] = {0.2, 0.6, 1, 1};
  696. onButtonClick = "[] spawn life_fnc_joinGroup";
  697. x = 0.5;
  698. y = 0.71;
  699. w = 0.2;
  700. h = 0.04;
  701. };
  702.  
  703. class handy_GroupDeleteBut : Life_RscButtonMenu {
  704. idc = 30063;
  705. text = "Löschen";
  706. colorBackground[] = {0.2, 0.6, 1, 1};
  707. onButtonClick = "";
  708. x = 0.29;
  709. y = 0.76;
  710. w = 0.2;
  711. h = 0.04;
  712. };
  713.  
  714. class handy_GroupCreatePW : Life_RscEdit {
  715. idc = 30064;
  716. text = "";
  717. x = 0.35;
  718. y = 0.66;
  719. w = 0.35;
  720. h = 0.04;
  721. };
  722.  
  723. class handy_KeyChainList : Life_RscListBox {
  724. colorBackground[] = {0, 0, 0, 0};
  725. idc = 30065;
  726. text = "";
  727. sizeEx = 0.04;
  728. x = 0.29;
  729. y = 0.0;
  730. w = 0.423;
  731. h = 0.3;
  732. };
  733.  
  734. class handy_KeyNearPlayersCombo : Life_RscCombo {
  735. idc = 30066;
  736. x = 0.5;
  737. y = 0.32;
  738. w = 0.2;
  739. h = 0.04;
  740. };
  741.  
  742. class handy_KeyDropBut : life_RscButtonMenu {
  743. idc = 30067;
  744. text = "Entfernen";
  745. colorBackground[] = {0.2, 0.6, 1, 1};
  746. onButtonClick = "[] call life_fnc_keyDrop";
  747. x = 0.29;
  748. y = 0.37;
  749. w = 0.2;
  750. h = 0.04;
  751. };
  752.  
  753. class handy_KeyGiveBut : Life_RscButtonMenu {
  754. idc = 30068;
  755. text = "Geben";
  756. colorBackground[] = {0.2, 0.6, 1, 1};
  757. onButtonClick = "[] call life_fnc_keyGive";
  758. x = 0.29;
  759. y = 0.32;
  760. w = 0.2;
  761. h = 0.04;
  762. };
  763.  
  764. class handy_MarketCtrl : Life_RscControlsGroup {
  765. idc = 30093;
  766. x = 0.29;
  767. y = -0.01;
  768. w = 0.423;
  769. h = 0.85;
  770. class Controls
  771. {
  772. class handy_MarktListeText : Life_RscStructuredText {
  773. idc = 30078;
  774. sizeEx = 0.04;
  775. text = "";
  776. x = 0;
  777. y = 0;
  778. w = 0.41;
  779. h = 1.2;
  780. };
  781. };
  782. };
  783.  
  784. class handy_SmsTextEdit : Life_RscEdit {
  785. idc = 30069;
  786. style = 16;
  787. lineSpacing = 0.41;
  788. text = "";
  789. sizeEx = 0.04;
  790. x = 0.292;
  791. y = 0;
  792. w = 0.418;
  793. h = 0.12;
  794. };
  795.  
  796. class handy_SmsFromListCombo : Life_RscCombo {
  797. idc = 30070;
  798. x = 0.42;
  799. y = 0.14;
  800. w = 0.28;
  801. h = 0.04;
  802. };
  803.  
  804. class handy_SmsToListCombo : Life_RscCombo {
  805. idc = 30071;
  806. x = 0.42;
  807. y = 0.19;
  808. w = 0.28;
  809. h = 0.04;
  810. };
  811.  
  812. class handy_SmsFromText : life_RscText {
  813. idc = 30072;
  814. text = "Von:";
  815. x = 0.29;
  816. y = 0.14;
  817. w = 0.1;
  818. h = 0.04;
  819. };
  820.  
  821. class handy_SmsToText : life_RscText {
  822. idc = 30073;
  823. text = "An:";
  824. x = 0.29;
  825. y = 0.19;
  826. w = 0.1;
  827. h = 0.04;
  828. };
  829.  
  830. class handy_SmsOpenChatBut : life_RscButtonMenu {
  831. idc = 30074;
  832. text = "Öffnen";
  833. colorBackground[] = {0.2, 0.6, 1, 1};
  834. onButtonClick = "[13,parseNumber(lbData[30018,(lbCurSel 30018)])] spawn life_fnc_handyControl";
  835. x = 0.29;
  836. y = 0.82;
  837. w = 0.2;
  838. h = 0.04;
  839. };
  840.  
  841. class handy_SmsSendBut : life_RscButtonMenu {
  842. idc = 30075;
  843. text = "Senden";
  844. colorBackground[] = {0.2, 0.6, 1, 1};
  845. onButtonClick = "[] call life_fnc_cellTextMsg; closeDialog 0;";
  846. x = 0.29;
  847. y = 0.24;
  848. w = 0.2;
  849. h = 0.04;
  850. };
  851.  
  852. class handy_SmsNewMsgBut : life_RscButtonMenu {
  853. idc = 30076;
  854. text = "+ Nachricht";
  855. colorBackground[] = {0.2, 0.6, 1, 1};
  856. onButtonClick = "[12] spawn life_fnc_handyControl";
  857. x = 0.5;
  858. y = 0.82;
  859. w = 0.2;
  860. h = 0.04;
  861. };
  862.  
  863. class handy_SmsAANHeadEdit : Life_RscEdit {
  864. idc = 30087;
  865. style = 16;
  866. lineSpacing = 0.41;
  867. text = "Überschrift";
  868. sizeEx = 0.04;
  869. x = 0.292;
  870. y = 0.38;
  871. w = 0.418;
  872. h = 0.04;
  873. };
  874.  
  875. class handy_SmsAANHead2Edit : Life_RscEdit {
  876. idc = 30088;
  877. style = 16;
  878. lineSpacing = 0.41;
  879. text = "Überschrift 2";
  880. sizeEx = 0.04;
  881. x = 0.292;
  882. y = 0.43;
  883. w = 0.418;
  884. h = 0.04;
  885. };
  886.  
  887. class handy_SmsAANSubEdit : Life_RscEdit {
  888. idc = 30089;
  889. style = 16;
  890. lineSpacing = 0.41;
  891. text = "Laufschrift";
  892. sizeEx = 0.04;
  893. x = 0.292;
  894. y = 0.48;
  895. w = 0.418;
  896. h = 0.12;
  897. };
  898.  
  899. class handy_SMSAANButton : life_RscButtonMenu {
  900. idc = 30090;
  901. text = "Via AAN";
  902. colorBackground[] = {0.2, 0.6, 1, 1};
  903. //onButtonClick = "[[ctrlText 30087,ctrlText 30088,ctrlText 30089],""life_fnc_aanmsg"",true,false] spawn BIS_fnc_MP; closeDialog 0;";
  904. onButtonClick = "[ctrlText 30087,ctrlText 30088,ctrlText 30089] remoteExec [""life_fnc_aanmsg"",0]; closeDialog 0;";
  905. x = 0.292;
  906. y = 0.61;
  907. w = 0.2;
  908. h = 0.04;
  909. };
  910.  
  911. class handy_SMSCtrl : Life_RscControlsGroup {
  912. idc = 30092;
  913. x = 0.29;
  914. y = -0.01;
  915. w = 0.423;
  916. h = 0.85;
  917. class Controls
  918. {
  919. class handy_SMSmsgText : Life_RscStructuredText {
  920. idc = 30091;
  921. lineSpacing = 0.4;
  922. sizeEx = 0.04;
  923. text = "";
  924. x = 0;
  925. y = 0;
  926. w = 0.41;
  927. h = 4;
  928. };
  929. };
  930. };
  931.  
  932. class handy_SmsChatList : Life_RscListBox {
  933. idc = 30018;
  934. onMouseButtonDblClick = "[13,parseNumber(lbData[30018,(lbCurSel 30018)])] spawn life_fnc_handyControl";
  935. sizeEx = 0.04;
  936. x = 0.292;
  937. y = 0;
  938. w = 0.418;
  939. h = 0.81;
  940. };
  941.  
  942. class handy_SMSChatBackBut : life_RscButtonMenu {
  943. idc = 30094;
  944. text = "Zurück";
  945. colorBackground[] = {0.2, 0.6, 1, 1};
  946. onButtonClick = "[7] spawn life_fnc_handyControl";
  947. x = 0.5;
  948. y = 0.82;
  949. w = 0.2;
  950. h = 0.04;
  951. };
  952.  
  953. class handy_SkilListBox : life_RscListBox {
  954. idc = 30081;
  955. colorBackground[] = {0, 0, 0, 0};
  956. sizeEx = 0.04;
  957. x = 0.29;
  958. y = 0;
  959. w = 0.423;
  960. h = 0.45;
  961. };
  962.  
  963. class handy_SkillKaufenButton : life_RscButtonMenu {
  964. idc = 30082;
  965. text = "Skill Kaufen";
  966. colorBackground[] = {0.2, 0.6, 1, 1};
  967. onButtonClick = "[] spawn life_fnc_addSkill";
  968. x = 0.29;
  969. y = 0.82;
  970. w = 0.2;
  971. h = 0.04;
  972. };
  973. class handy_SkillPreisText : Life_RscStructuredText {
  974. idc = 30083;
  975. text = "";
  976. colorBackground[] = {0,0,0,0};
  977. x = 0.29;
  978. y = 0.52;
  979. w = 0.28;
  980. h = 0.04;
  981. };
  982. class handy_SkillZuMeinenButton : life_RscButtonMenu {
  983. idc = 30084;
  984. text = "Meine Skills";
  985. colorBackground[] = {0.2, 0.6, 1, 1};
  986. onButtonClick = "[10] spawn life_fnc_handyControl";
  987. x = 0.5;
  988. y = 0.82;
  989. w = 0.2;
  990. h = 0.04;
  991. };
  992. class handy_SkillKaufenMenuButton : life_RscButtonMenu {
  993. idc = 30085;
  994. text = "Skillen";
  995. colorBackground[] = {0.2, 0.6, 1, 1};
  996. onButtonClick = "[9] spawn life_fnc_handyControl";
  997. x = 0.5;
  998. y = 0.82;
  999. w = 0.2;
  1000. h = 0.04;
  1001. };
  1002. class handy_SkillBeschreibungText : Life_RscStructuredText {
  1003. idc = 30086;
  1004. text = "";
  1005. lineSpacing = 0.41;
  1006. colorBackground[] = {0,0,0,0};
  1007. x = 0.29;
  1008. y = 0.57;
  1009. w = 0.418;
  1010. h = 0.12;
  1011. };
  1012.  
  1013. class handy_MainButText13 : Life_RscStructuredText {
  1014. idc = 30096;
  1015. size = 0.035;
  1016. colorBackground[] = {0, 0, 0, 0};
  1017. text = "<t align='center'>Häuser</t>";
  1018. x = 0.497;
  1019. y = 0.6 + (0.08 * (4 / 3));
  1020. w = 0.12;
  1021. h = 0.035;
  1022. };
  1023.  
  1024. class handy_MainButTextKarten : Life_RscStructuredText {
  1025. idc = 30111;
  1026. size = 0.035;
  1027. colorBackground[] = {0, 0, 0, 0};
  1028. text = "<t align='center'>Karten</t>";
  1029. x = 0.611;
  1030. y = 0.4 + (0.08 * (4 / 3));
  1031. w = 0.12;
  1032. h = 0.035;
  1033. };
  1034.  
  1035. class handy_groupNameText : Life_RscStructuredText {
  1036. idc = 30097;
  1037. size = 0.035;
  1038. colorBackground[] = {0, 0, 0, 0};
  1039. text = "Name:";
  1040. x = 0.288;
  1041. y = 0.61;
  1042. w = 0.08;
  1043. h = 0.035;
  1044. };
  1045.  
  1046. class handy_groupPWText : Life_RscStructuredText {
  1047. idc = 30098;
  1048. size = 0.035;
  1049. colorBackground[] = {0, 0, 0, 0};
  1050. text = "PW:";
  1051. x = 0.29;
  1052. y = 0.66;
  1053. w = 0.1;
  1054. h = 0.035;
  1055. };
  1056.  
  1057. class handy_SkillCtrl : Life_RscControlsGroup {
  1058. idc = 30116;
  1059. x = 0.29;
  1060. y = -0.01;
  1061. w = 0.42;
  1062. h = 0.85;
  1063. class Controls
  1064. {
  1065. class handy_SkillList : Life_RscStructuredText {
  1066. idc = 30099;
  1067. lineSpacing = 0.4;
  1068. sizeEx = 0.04;
  1069. text = "";
  1070. x = 0;
  1071. y = 0;
  1072. w = 0.41;
  1073. h = 1.8;
  1074. };
  1075. };
  1076. };
  1077.  
  1078. class handy_houseGroundCombo : Life_RscCombo {
  1079. idc = 30100;
  1080. x = 0.2895;
  1081. y = 0;
  1082. w = 0.2;
  1083. h = 0.04;
  1084. };
  1085.  
  1086. class handy_houseSizeCombo : Life_RscCombo {
  1087. idc = 30106;
  1088. x = 0.4995;
  1089. y = 0;
  1090. w = 0.2;
  1091. h = 0.04;
  1092. };
  1093.  
  1094. class handy_housesTpButton : life_RscButtonMenu {
  1095. idc = 30101;
  1096. text = "Teleport";
  1097. colorBackground[] = {0.2, 0.6, 1, 1};
  1098. onButtonClick = "player setPosATL ((life_ask_ground select (lbValue[30100,(lbCurSel 30100)])) select 1);";
  1099. x = 0.2895;
  1100. y = 0.05;
  1101. w = 0.2;
  1102. h = 0.04;
  1103. };
  1104.  
  1105. class handy_housesfreeButton : life_RscButtonMenu {
  1106. idc = 30102;
  1107. text = "Freigeben";
  1108. colorBackground[] = {0.2, 0.6, 1, 1};
  1109. //onButtonClick = "[[(lbValue[30100,(lbCurSel 30100)]),(lbValue[30106,(lbCurSel 30106)]),round(getDir player)],""TON_fnc_setGroundFreeDB"",false,false] spawn BIS_fnc_MP; closeDialog 0;";
  1110. onButtonClick = "[(lbValue[30100,(lbCurSel 30100)]),(lbValue[30106,(lbCurSel 30106)]),round(getDir player)] remoteExec [""TON_fnc_setGroundFreeDB"",2]; closeDialog 0;";
  1111. x = 0.2895;
  1112. y = 0.15;
  1113. w = 0.2;
  1114. h = 0.04;
  1115. };
  1116.  
  1117. class handy_housesdeniButton : life_RscButtonMenu {
  1118. idc = 30103;
  1119. text = "Ablehnen";
  1120. colorBackground[] = {0.2, 0.6, 1, 1};
  1121. //onButtonClick = "[[(lbValue[30100,(lbCurSel 30100)])],""TON_fnc_setGroundDelDB"",false,false] spawn BIS_fnc_MP; closeDialog 0;";
  1122. onButtonClick = "[(lbValue[30100,(lbCurSel 30100)])] remoteExec [""TON_fnc_setGroundDelDB"",2]; closeDialog 0;";
  1123. x = 0.2895;
  1124. y = 0.1;
  1125. w = 0.2;
  1126. h = 0.04;
  1127. };
  1128.  
  1129. class handy_housesaddButton : life_RscButtonMenu {
  1130. idc = 30104;
  1131. text = "Hier freigeben";
  1132. colorBackground[] = {0.2, 0.6, 1, 1};
  1133. onButtonClick = "[(lbValue[30106,(lbCurSel 30106)])] spawn life_fnc_addGround; closeDialog 0;";
  1134. x = 0.4995;
  1135. y = 0.1;
  1136. w = 0.2;
  1137. h = 0.04;
  1138. };
  1139.  
  1140. class handy_housestestButton : life_RscButtonMenu {
  1141. idc = 30105;
  1142. text = "Hier testen";
  1143. colorBackground[] = {0.2, 0.6, 1, 1};
  1144. onButtonClick = "[] spawn life_fnc_testGround;";
  1145. x = 0.4995;
  1146. y = 0.05;
  1147. w = 0.2;
  1148. h = 0.04;
  1149. };
  1150.  
  1151. class handy_Maps : life_RscMapControl {
  1152. idc = 30112;
  1153. x = 0.29;
  1154. y = 0;
  1155. w = 0.42;
  1156. h = 0.8;
  1157. maxSatelliteAlpha = 0.75;
  1158. alphaFadeStartScale = 0.75;
  1159. alphaFadeEndScale = 1.5;
  1160. };
  1161.  
  1162. class handy_MainTaxiBut: Life_RscActiveText {
  1163. idc = 30117;
  1164. style = 48;
  1165. text = "BoG_Textures\Handy\handy_taxi.paa";
  1166. x = 0.517;
  1167. y = 0.4;
  1168. w = 0.08;
  1169. h = 0.08 * (4 / 3);
  1170. action = "[14] spawn life_fnc_handyControl";
  1171. };
  1172.  
  1173. class handy_MainTaxiText : Life_RscStructuredText {
  1174. idc = 30118;
  1175. size = 0.035;
  1176. colorBackground[] = {0, 0, 0, 0};
  1177. text = "<t align='center'>Taxi</t>";
  1178. x = 0.497;
  1179. y = 0.4 + (0.08 * (4 / 3));
  1180. w = 0.12;
  1181. h = 0.035;
  1182. };
  1183.  
  1184. class handy_ButCallTaxi : Life_RscButtonMenu {
  1185. idc = 30119;
  1186. text = "Taxi rufen";
  1187. colorBackground[] = {0.2, 0.6, 1, 1};
  1188. onButtonClick = "[] call life_fnc_taxi_call;";
  1189. sizeEx = 0.05;
  1190. x = 0.32;
  1191. y = 0.20;
  1192. w = 0.35;
  1193. h = 0.1;
  1194. };
  1195.  
  1196. class handy_ButTaxiMenu : Life_RscButtonMenu {
  1197. idc = 30120;
  1198. text = "Taxi Menü";
  1199. colorBackground[] = {0.2, 0.6, 1, 1};
  1200. onButtonClick = "[] spawn life_fnc_openTaxiMenu;";
  1201. sizeEx = 0.05;
  1202. x = 0.32;
  1203. y = 0.35;
  1204. w = 0.35;
  1205. h = 0.1;
  1206. };
  1207.  
  1208. class handy_ButOnDuty : Life_RscButtonMenu {
  1209. idc = 30121;
  1210. text = "Taxidienst an";
  1211. colorBackground[] = {0.2, 0.6, 1, 1};
  1212. //onButtonClick = "life_isOnDutyTaxi = true;[[player],""TON_fnc_goOnDuty"",false,false] spawn BIS_fnc_MP; [14] spawn life_fnc_handyControl;";
  1213. onButtonClick = "life_isOnDutyTaxi = true;[player] remoteExec [""TON_fnc_goOnDuty"",2]; [14] spawn life_fnc_handyControl;";
  1214. sizeEx = 0.05;
  1215. x = 0.32;
  1216. y = 0.50;
  1217. w = 0.35;
  1218. h = 0.1;
  1219. };
  1220.  
  1221. class handy_ButOffDuty : Life_RscButtonMenu {
  1222. idc = 30122;
  1223. text = "Taxidienst aus";
  1224. colorBackground[] = {0.2, 0.6, 1, 1};
  1225. //onButtonClick = "life_isOnDutyTaxi = false;[[player],""TON_fnc_goOffDuty"",false,false] spawn BIS_fnc_MP; [14] spawn life_fnc_handyControl;";
  1226. onButtonClick = "life_isOnDutyTaxi = false;[player] remoteExec [""TON_fnc_goOffDuty"",2]; [14] spawn life_fnc_handyControl;";
  1227. sizeEx = 0.05;
  1228. x = 0.32;
  1229. y = 0.65;
  1230. w = 0.35;
  1231. h = 0.1;
  1232. };
  1233.  
  1234. class handy_GroupInviteBut : Life_RscButtonMenu {
  1235. idc = 30127;
  1236. text = "Einladen";
  1237. colorBackground[] = {0.2, 0.6, 1, 1};
  1238. onButtonClick = "[] spawn life_fnc_inviteTempAction";
  1239. x = 0.29;
  1240. y = 0.81;
  1241. w = 0.2;
  1242. h = 0.04;
  1243. };
  1244.  
  1245. class handy_GroupInvitePlayers : Life_RscCombo {
  1246. idc = 30128;
  1247. x = 0.35;
  1248. y = 0.66;
  1249. w = 0.35;
  1250. h = 0.04;
  1251. };
  1252.  
  1253. //30.000 - 30.128
  1254. };
  1255. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement