Advertisement
Guest User

guieditor

a guest
Jan 21st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. addEventHandler("onClientResourceStart", resourceRoot,
  2. function teszt()
  3. gomb1 = guiCreateLabel(586, 229, 239, 33, "AK-47", false)
  4. guiSetFont(GUIEditor.label[9], "default-bold-small")
  5. guiLabelSetColor(GUIEditor.label[9], 0, 0, 0)
  6. guiLabelSetHorizontalAlign(GUIEditor.label[9], "center", false)
  7. guiLabelSetVerticalAlign(GUIEditor.label[9], "center")
  8.  
  9. gomb2 = guiCreateLabel(586, 271, 239, 33, "AK-47", false)
  10. guiSetFont(GUIEditor.label[10], "default-bold-small")
  11. guiLabelSetColor(GUIEditor.label[10], 0, 0, 0)
  12. guiLabelSetHorizontalAlign(GUIEditor.label[10], "center", false)
  13. guiLabelSetVerticalAlign(GUIEditor.label[10], "center")
  14.  
  15. gomb3 = guiCreateLabel(587, 313, 239, 33, "AK-47", false)
  16. guiSetFont(GUIEditor.label[11], "default-bold-small")
  17. guiLabelSetColor(GUIEditor.label[11], 0, 0, 0)
  18. guiLabelSetHorizontalAlign(GUIEditor.label[11], "center", false)
  19. guiLabelSetVerticalAlign(GUIEditor.label[11], "center")
  20.  
  21. gomb4 = guiCreateLabel(587, 355, 239, 33, "AK-47", false)
  22. guiSetFont(GUIEditor.label[12], "default-bold-small")
  23. guiLabelSetColor(GUIEditor.label[12], 0, 0, 0)
  24. guiLabelSetHorizontalAlign(GUIEditor.label[12], "center", false)
  25. guiLabelSetVerticalAlign(GUIEditor.label[12], "center")
  26.  
  27. gomb5 = guiCreateLabel(586, 397, 239, 33, "AK-47", false)
  28. guiSetFont(GUIEditor.label[13], "default-bold-small")
  29. guiLabelSetColor(GUIEditor.label[13], 0, 0, 0)
  30. guiLabelSetHorizontalAlign(GUIEditor.label[13], "center", false)
  31. guiLabelSetVerticalAlign(GUIEditor.label[13], "center")
  32.  
  33. gomb6 = guiCreateLabel(586, 439, 239, 33, "AK-47", false)
  34. guiSetFont(GUIEditor.label[14], "default-bold-small")
  35. guiLabelSetColor(GUIEditor.label[14], 0, 0, 0)
  36. guiLabelSetHorizontalAlign(GUIEditor.label[14], "center", false)
  37. guiLabelSetVerticalAlign(GUIEditor.label[14], "center")
  38.  
  39. gomb7 = guiCreateLabel(586, 481, 239, 33, "AK-47", false)
  40. guiSetFont(GUIEditor.label[15], "default-bold-small")
  41. guiLabelSetColor(GUIEditor.label[15], 0, 0, 0)
  42. guiLabelSetHorizontalAlign(GUIEditor.label[15], "center", false)
  43. guiLabelSetVerticalAlign(GUIEditor.label[15], "center")
  44. end
  45. )
  46. addEventHandler("onClientRender", root,
  47. function teszt1()
  48. dxDrawLine(577 - 1, 220 - 1, 577 - 1, 551, tocolor(255, 255, 255, 254), 1, false)
  49. dxDrawLine(835, 220 - 1, 577 - 1, 220 - 1, tocolor(255, 255, 255, 254), 1, false)
  50. dxDrawLine(577 - 1, 551, 835, 551, tocolor(255, 255, 255, 254), 1, false)
  51. dxDrawLine(835, 551, 835, 220 - 1, tocolor(255, 255, 255, 254), 1, false)
  52. dxDrawRectangle(577, 220, 258, 331, tocolor(0, 0, 0, 148), false)
  53. dxDrawRectangle(587, 230, 238, 32, tocolor(255, 255, 255, 255), false)
  54. dxDrawRectangle(587, 272, 238, 32, tocolor(255, 255, 255, 255), false)
  55. dxDrawRectangle(587, 314, 238, 32, tocolor(255, 255, 255, 255), false)
  56. dxDrawRectangle(587, 356, 238, 32, tocolor(255, 255, 255, 255), false)
  57. dxDrawRectangle(587, 398, 238, 32, tocolor(255, 255, 255, 255), false)
  58. dxDrawRectangle(587, 440, 238, 32, tocolor(255, 255, 255, 255), false)
  59. dxDrawRectangle(587, 482, 238, 32, tocolor(255, 255, 255, 255), false)
  60. end
  61. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement