Advertisement
Meowzors

Dialogs.hpp

Jul 12th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.91 KB | None | 0 0
  1. class WGT_INTERIOR1
  2. {
  3. idd = -1;
  4. movingenable = true;
  5. onLoad = "_this ExecVM 'interior\items.sqf'";
  6.  
  7. class Controls
  8. {
  9.  
  10. class dialogBox1: BOX
  11. {
  12. idc = -1;
  13. text = "";
  14. x = 0.401725 * safezoneW + safezoneX;
  15. y = 0.449425 * safezoneH + safezoneY;
  16. w = 0.186587 * safezoneW;
  17. h = 0.124143 * safezoneH;
  18. };
  19. class dialogFrame1: RscFrame1
  20. {
  21. idc = -1;
  22. text = "Interior Designer";
  23. x = 0.401725 * safezoneW + safezoneX;
  24. y = 0.449425 * safezoneH + safezoneY;
  25. w = 0.186587 * safezoneW;
  26. h = 0.124143 * safezoneH;
  27. };
  28. class dialogChoose1: RscShortcutButton1
  29. {
  30. idc = -1;
  31. text = "Spawn";
  32. x = 0.454806 * safezoneW + safezoneX;
  33. y = 0.512518 * safezoneH + safezoneY;
  34. w = 0.0594089 * safezoneW;
  35. h = 0.0500295 * safezoneH;
  36. action= "[] call fnc_Pos_fired1;_nil=[]ExecVM ""interior\spawn.sqf"";closeDialog 0;";
  37. };
  38. class dialogCancel1: RscShortcutButton1
  39. {
  40. idc = -1;
  41. text = "Cancel";
  42. x = 0.520496 * safezoneW + safezoneX;
  43. y = 0.512518 * safezoneH + safezoneY;
  44. w = 0.0594089 * safezoneW;
  45. h = 0.0500295 * safezoneH;
  46. action = "closeDialog 0;";
  47. };
  48. class dialogPic1: RscPicture1
  49. {
  50. idc = -1;
  51. text = "interior\emerald.paa";
  52. x = 0.412763 * safezoneW + safezoneX;
  53. y = 0.478468 * safezoneH + safezoneY;
  54. w = 0.0320813 * safezoneW;
  55. h = 0.0690587 * safezoneH;
  56. };
  57. class dialogCombo1: RscCombo
  58. {
  59. idc = 2667;
  60. text = "Choose your item";
  61. x = 0.45638 * safezoneW + safezoneX;
  62. y = 0.478467 * safezoneH + safezoneY;
  63. w = 0.120896 * safezoneW;
  64. h = 0.0229882 * safezoneH;
  65. };
  66. };
  67. };
  68.  
  69. class WGT_INTERIOR2
  70. {
  71. idd = -1;
  72. movingenable = true;
  73. onLoad = "_this ExecVM 'interior\items.sqf'";
  74.  
  75. class Controls
  76. {
  77.  
  78. class dialogBox2: BOX
  79. {
  80. idc = -1;
  81. text = "";
  82. x = 0.401725 * safezoneW + safezoneX;
  83. y = 0.449425 * safezoneH + safezoneY;
  84. w = 0.186587 * safezoneW;
  85. h = 0.124143 * safezoneH;
  86. };
  87. class dialogFrame2: RscFrame1
  88. {
  89. idc = -1;
  90. text = "Interior Designer";
  91. x = 0.401725 * safezoneW + safezoneX;
  92. y = 0.449425 * safezoneH + safezoneY;
  93. w = 0.186587 * safezoneW;
  94. h = 0.124143 * safezoneH;
  95. };
  96. class dialogChoose2: RscShortcutButton1
  97. {
  98. idc = -1;
  99. text = "Spawn";
  100. x = 0.454806 * safezoneW + safezoneX;
  101. y = 0.512518 * safezoneH + safezoneY;
  102. w = 0.0594089 * safezoneW;
  103. h = 0.0500295 * safezoneH;
  104. action= "[] call fnc_Pos_fired2;_nil=[]ExecVM ""interior\spawn.sqf"";closeDialog 0;";
  105. };
  106. class dialogCancel2: RscShortcutButton1
  107. {
  108. idc = -1;
  109. text = "Cancel";
  110. x = 0.520496 * safezoneW + safezoneX;
  111. y = 0.512518 * safezoneH + safezoneY;
  112. w = 0.0594089 * safezoneW;
  113. h = 0.0500295 * safezoneH;
  114. action = "closeDialog 0;";
  115. };
  116. class dialogPic2: RscPicture1
  117. {
  118. idc = -1;
  119. text = "interior\emerald.paa";
  120. x = 0.412763 * safezoneW + safezoneX;
  121. y = 0.478468 * safezoneH + safezoneY;
  122. w = 0.0320813 * safezoneW;
  123. h = 0.0690587 * safezoneH;
  124. };
  125. class dialogCombo2: RscCombo
  126. {
  127. idc = 2668;
  128. text = "Choose your item";
  129. x = 0.45638 * safezoneW + safezoneX;
  130. y = 0.478467 * safezoneH + safezoneY;
  131. w = 0.120896 * safezoneW;
  132. h = 0.0229882 * safezoneH;
  133. };
  134. };
  135. };
  136.  
  137. class WGT_INTERIOR3
  138. {
  139. idd = -1;
  140. movingenable = true;
  141. onLoad = "_this ExecVM 'interior\items.sqf'";
  142.  
  143. class Controls
  144. {
  145.  
  146. class dialogBox3: BOX
  147. {
  148. idc = -1;
  149. text = "";
  150. x = 0.401725 * safezoneW + safezoneX;
  151. y = 0.449425 * safezoneH + safezoneY;
  152. w = 0.186587 * safezoneW;
  153. h = 0.124143 * safezoneH;
  154. };
  155. class dialogFrame3: RscFrame1
  156. {
  157. idc = -1;
  158. text = "Interior Designer";
  159. x = 0.401725 * safezoneW + safezoneX;
  160. y = 0.449425 * safezoneH + safezoneY;
  161. w = 0.186587 * safezoneW;
  162. h = 0.124143 * safezoneH;
  163. };
  164. class dialogChoose3: RscShortcutButton1
  165. {
  166. idc = -1;
  167. text = "Spawn";
  168. x = 0.454806 * safezoneW + safezoneX;
  169. y = 0.512518 * safezoneH + safezoneY;
  170. w = 0.0594089 * safezoneW;
  171. h = 0.0500295 * safezoneH;
  172. action= "[] call fnc_Pos_fired3;_nil=[]ExecVM ""interior\spawn.sqf"";closeDialog 0;";
  173. };
  174. class dialogCancel3: RscShortcutButton1
  175. {
  176. idc = -1;
  177. text = "Cancel";
  178. x = 0.520496 * safezoneW + safezoneX;
  179. y = 0.512518 * safezoneH + safezoneY;
  180. w = 0.0594089 * safezoneW;
  181. h = 0.0500295 * safezoneH;
  182. action = "closeDialog 0;";
  183. };
  184. class dialogPic3: RscPicture1
  185. {
  186. idc = -1;
  187. text = "interior\emerald.paa";
  188. x = 0.412763 * safezoneW + safezoneX;
  189. y = 0.478468 * safezoneH + safezoneY;
  190. w = 0.0320813 * safezoneW;
  191. h = 0.0690587 * safezoneH;
  192. };
  193. class dialogCombo3: RscCombo
  194. {
  195. idc = 2669;
  196. text = "Choose your item";
  197. x = 0.45638 * safezoneW + safezoneX;
  198. y = 0.478467 * safezoneH + safezoneY;
  199. w = 0.120896 * safezoneW;
  200. h = 0.0229882 * safezoneH;
  201. };
  202. };
  203. };
  204.  
  205. class WGT_INTERIOR4
  206. {
  207. idd = -1;
  208. movingenable = true;
  209. onLoad = "_this ExecVM 'interior\items.sqf'";
  210.  
  211. class Controls
  212. {
  213.  
  214. class dialogBox4: BOX
  215. {
  216. idc = -1;
  217. text = "";
  218. x = 0.401725 * safezoneW + safezoneX;
  219. y = 0.449425 * safezoneH + safezoneY;
  220. w = 0.186587 * safezoneW;
  221. h = 0.124143 * safezoneH;
  222. };
  223. class dialogFrame4: RscFrame1
  224. {
  225. idc = -1;
  226. text = "Interior Designer";
  227. x = 0.401725 * safezoneW + safezoneX;
  228. y = 0.449425 * safezoneH + safezoneY;
  229. w = 0.186587 * safezoneW;
  230. h = 0.124143 * safezoneH;
  231. };
  232. class dialogChoose4: RscShortcutButton1
  233. {
  234. idc = -1;
  235. text = "Spawn";
  236. x = 0.454806 * safezoneW + safezoneX;
  237. y = 0.512518 * safezoneH + safezoneY;
  238. w = 0.0594089 * safezoneW;
  239. h = 0.0500295 * safezoneH;
  240. action= "[] call fnc_Pos_fired4;_nil=[]ExecVM ""interior\spawn.sqf"";closeDialog 0;";
  241. };
  242. class dialogCancel4: RscShortcutButton1
  243. {
  244. idc = -1;
  245. text = "Cancel";
  246. x = 0.520496 * safezoneW + safezoneX;
  247. y = 0.512518 * safezoneH + safezoneY;
  248. w = 0.0594089 * safezoneW;
  249. h = 0.0500295 * safezoneH;
  250. action = "closeDialog 0;";
  251. };
  252. class dialogPic4: RscPicture1
  253. {
  254. idc = -1;
  255. text = "interior\emerald.paa";
  256. x = 0.412763 * safezoneW + safezoneX;
  257. y = 0.478468 * safezoneH + safezoneY;
  258. w = 0.0320813 * safezoneW;
  259. h = 0.0690587 * safezoneH;
  260. };
  261. class dialogCombo4: RscCombo
  262. {
  263. idc = 2670;
  264. text = "Choose your item";
  265. x = 0.45638 * safezoneW + safezoneX;
  266. y = 0.478467 * safezoneH + safezoneY;
  267. w = 0.120896 * safezoneW;
  268. h = 0.0229882 * safezoneH;
  269. };
  270. };
  271. };
  272.  
  273. class WGT_INTERIOR5
  274. {
  275. idd = -1;
  276. movingenable = true;
  277. onLoad = "_this ExecVM 'interior\items.sqf'";
  278.  
  279. class Controls
  280. {
  281.  
  282. class dialogBox5: BOX
  283. {
  284. idc = -1;
  285. text = "";
  286. x = 0.401725 * safezoneW + safezoneX;
  287. y = 0.449425 * safezoneH + safezoneY;
  288. w = 0.186587 * safezoneW;
  289. h = 0.124143 * safezoneH;
  290. };
  291. class dialogFrame5: RscFrame1
  292. {
  293. idc = -1;
  294. text = "Interior Designer";
  295. x = 0.401725 * safezoneW + safezoneX;
  296. y = 0.449425 * safezoneH + safezoneY;
  297. w = 0.186587 * safezoneW;
  298. h = 0.124143 * safezoneH;
  299. };
  300. class dialogChoose5: RscShortcutButton1
  301. {
  302. idc = -1;
  303. text = "Spawn";
  304. x = 0.454806 * safezoneW + safezoneX;
  305. y = 0.512518 * safezoneH + safezoneY;
  306. w = 0.0594089 * safezoneW;
  307. h = 0.0500295 * safezoneH;
  308. action= "[] call fnc_Pos_fired5;_nil=[]ExecVM ""interior\spawn.sqf"";closeDialog 0;";
  309. };
  310. class dialogCancel5: RscShortcutButton1
  311. {
  312. idc = -1;
  313. text = "Cancel";
  314. x = 0.520496 * safezoneW + safezoneX;
  315. y = 0.512518 * safezoneH + safezoneY;
  316. w = 0.0594089 * safezoneW;
  317. h = 0.0500295 * safezoneH;
  318. action = "closeDialog 0;";
  319. };
  320. class dialogPic5: RscPicture1
  321. {
  322. idc = -1;
  323. text = "interior\emerald.paa";
  324. x = 0.412763 * safezoneW + safezoneX;
  325. y = 0.478468 * safezoneH + safezoneY;
  326. w = 0.0320813 * safezoneW;
  327. h = 0.0690587 * safezoneH;
  328. };
  329. class dialogCombo5: RscCombo
  330. {
  331. idc = 2671;
  332. text = "Choose your item";
  333. x = 0.45638 * safezoneW + safezoneX;
  334. y = 0.478467 * safezoneH + safezoneY;
  335. w = 0.120896 * safezoneW;
  336. h = 0.0229882 * safezoneH;
  337. };
  338. };
  339. };
  340.  
  341. class WGT_INTERIOR6
  342. {
  343. idd = -1;
  344. movingenable = true;
  345. onLoad = "_this ExecVM 'interior\items.sqf'";
  346.  
  347. class Controls
  348. {
  349.  
  350. class dialogBox6: BOX
  351. {
  352. idc = -1;
  353. text = "";
  354. x = 0.401725 * safezoneW + safezoneX;
  355. y = 0.449425 * safezoneH + safezoneY;
  356. w = 0.186587 * safezoneW;
  357. h = 0.124143 * safezoneH;
  358. };
  359. class dialogFrame6: RscFrame1
  360. {
  361. idc = -1;
  362. text = "Interior Designer";
  363. x = 0.401725 * safezoneW + safezoneX;
  364. y = 0.449425 * safezoneH + safezoneY;
  365. w = 0.186587 * safezoneW;
  366. h = 0.124143 * safezoneH;
  367. };
  368. class dialogChoose6: RscShortcutButton1
  369. {
  370. idc = -1;
  371. text = "Spawn";
  372. x = 0.454806 * safezoneW + safezoneX;
  373. y = 0.512518 * safezoneH + safezoneY;
  374. w = 0.0594089 * safezoneW;
  375. h = 0.0500295 * safezoneH;
  376. action= "[] call fnc_Pos_fired6;_nil=[]ExecVM ""interior\spawn.sqf"";closeDialog 0;";
  377. };
  378. class dialogCancel6: RscShortcutButton1
  379. {
  380. idc = -1;
  381. text = "Cancel";
  382. x = 0.520496 * safezoneW + safezoneX;
  383. y = 0.512518 * safezoneH + safezoneY;
  384. w = 0.0594089 * safezoneW;
  385. h = 0.0500295 * safezoneH;
  386. action = "closeDialog 0;";
  387. };
  388. class dialogPic6: RscPicture1
  389. {
  390. idc = -1;
  391. text = "interior\emerald.paa";
  392. x = 0.412763 * safezoneW + safezoneX;
  393. y = 0.478468 * safezoneH + safezoneY;
  394. w = 0.0320813 * safezoneW;
  395. h = 0.0690587 * safezoneH;
  396. };
  397. class dialogCombo6: RscCombo
  398. {
  399. idc = 2672;
  400. text = "Choose your item";
  401. x = 0.45638 * safezoneW + safezoneX;
  402. y = 0.478467 * safezoneH + safezoneY;
  403. w = 0.120896 * safezoneW;
  404. h = 0.0229882 * safezoneH;
  405. };
  406. };
  407. };
  408.  
  409. class WGT_INTERIOR7
  410. {
  411. idd = -1;
  412. movingenable = true;
  413. onLoad = "_this ExecVM 'interior\items.sqf'";
  414.  
  415. class Controls
  416. {
  417.  
  418. class dialogBox7: BOX
  419. {
  420. idc = -1;
  421. text = "";
  422. x = 0.401725 * safezoneW + safezoneX;
  423. y = 0.449425 * safezoneH + safezoneY;
  424. w = 0.186587 * safezoneW;
  425. h = 0.124143 * safezoneH;
  426. };
  427. class dialogFrame7: RscFrame1
  428. {
  429. idc = -1;
  430. text = "Interior Designer";
  431. x = 0.401725 * safezoneW + safezoneX;
  432. y = 0.449425 * safezoneH + safezoneY;
  433. w = 0.186587 * safezoneW;
  434. h = 0.124143 * safezoneH;
  435. };
  436. class dialogChoose7: RscShortcutButton1
  437. {
  438. idc = -1;
  439. text = "Spawn";
  440. x = 0.454806 * safezoneW + safezoneX;
  441. y = 0.512518 * safezoneH + safezoneY;
  442. w = 0.0594089 * safezoneW;
  443. h = 0.0500295 * safezoneH;
  444. action= "[] call fnc_Pos_fired7;_nil=[]ExecVM ""interior\spawn.sqf"";closeDialog 0;";
  445. };
  446. class dialogCancel7: RscShortcutButton1
  447. {
  448. idc = -1;
  449. text = "Cancel";
  450. x = 0.520496 * safezoneW + safezoneX;
  451. y = 0.512518 * safezoneH + safezoneY;
  452. w = 0.0594089 * safezoneW;
  453. h = 0.0500295 * safezoneH;
  454. action = "closeDialog 0;";
  455. };
  456. class dialogPic7: RscPicture1
  457. {
  458. idc = -1;
  459. text = "interior\emerald.paa";
  460. x = 0.412763 * safezoneW + safezoneX;
  461. y = 0.478468 * safezoneH + safezoneY;
  462. w = 0.0320813 * safezoneW;
  463. h = 0.0690587 * safezoneH;
  464. };
  465. class dialogCombo7: RscCombo
  466. {
  467. idc = 2673;
  468. text = "Choose your item";
  469. x = 0.45638 * safezoneW + safezoneX;
  470. y = 0.478467 * safezoneH + safezoneY;
  471. w = 0.120896 * safezoneW;
  472. h = 0.0229882 * safezoneH;
  473. };
  474. };
  475. };
  476.  
  477.  
  478. class WGT_INTERIOR8
  479. {
  480. idd = -1;
  481. movingenable = true;
  482. onLoad = "_this ExecVM 'interior\items.sqf'";
  483.  
  484. class Controls
  485. {
  486.  
  487. class dialogBox8: BOX
  488. {
  489. idc = -1;
  490. text = "";
  491. x = 0.401725 * safezoneW + safezoneX;
  492. y = 0.449425 * safezoneH + safezoneY;
  493. w = 0.186587 * safezoneW;
  494. h = 0.124143 * safezoneH;
  495. };
  496. class dialogFrame8: RscFrame1
  497. {
  498. idc = -1;
  499. text = "Interior Designer";
  500. x = 0.401725 * safezoneW + safezoneX;
  501. y = 0.449425 * safezoneH + safezoneY;
  502. w = 0.186587 * safezoneW;
  503. h = 0.124143 * safezoneH;
  504. };
  505. class dialogChoose8: RscShortcutButton1
  506. {
  507. idc = -1;
  508. text = "Spawn";
  509. x = 0.454806 * safezoneW + safezoneX;
  510. y = 0.512518 * safezoneH + safezoneY;
  511. w = 0.0594089 * safezoneW;
  512. h = 0.0500295 * safezoneH;
  513. action= "[] call fnc_Pos_fired8;_nil=[]ExecVM ""interior\spawn.sqf"";closeDialog 0;";
  514. };
  515. class dialogCancel8: RscShortcutButton1
  516. {
  517. idc = -1;
  518. text = "Cancel";
  519. x = 0.520496 * safezoneW + safezoneX;
  520. y = 0.512518 * safezoneH + safezoneY;
  521. w = 0.0594089 * safezoneW;
  522. h = 0.0500295 * safezoneH;
  523. action = "closeDialog 0;";
  524. };
  525. class dialogPic8: RscPicture1
  526. {
  527. idc = -1;
  528. text = "interior\emerald.paa";
  529. x = 0.412763 * safezoneW + safezoneX;
  530. y = 0.478468 * safezoneH + safezoneY;
  531. w = 0.0320813 * safezoneW;
  532. h = 0.0690587 * safezoneH;
  533. };
  534. class dialogCombo8: RscCombo
  535. {
  536. idc = 2674;
  537. text = "Choose your item";
  538. x = 0.45638 * safezoneW + safezoneX;
  539. y = 0.478467 * safezoneH + safezoneY;
  540. w = 0.120896 * safezoneW;
  541. h = 0.0229882 * safezoneH;
  542. };
  543. };
  544. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement