Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {$CLEO}
  2.  
  3. 0000: NOP
  4.  
  5. wait 5000
  6.  
  7. while true
  8. wait 0
  9.  
  10. if and
  11. 0ab0: 90
  12. 0ab0: 88
  13. then
  14. 0AC6: 0@ label @text offset
  15. 0B3B: samp show_dialog id 1 caption "Titlu" text 0@ button_1 "Ok" button_2 "Inchide" style 2
  16. wait 1000
  17. end
  18. SAMP.CmdRet()
  19.  
  20. if
  21. 0B3C: samp is_dialog_responded id 1 button 2@ list_item 3@ input_text 0
  22. then
  23. if and
  24. 2@ == 1
  25. 3@ == 0
  26. then
  27. 0AC6: 0@ label @text1 offset
  28. 0B3B: samp show_dialog id 2 caption "Titlu 1" text 0@ button_1 "Close" "" style 0
  29. end
  30. SAMP.CmdRet()
  31.  
  32.  
  33. if and
  34. 2@ == 1
  35. 3@ == 1
  36. then
  37. 0AC6: 0@ label @text2 offset
  38. 0B3B: samp show_dialog id 3 caption "Titlu 2" text 0@ button_1 "Close" "" style 0
  39. end
  40. SAMP.CmdRet()
  41. end
  42.  
  43. :text
  44. HEX
  45. "LISTA" 0A
  46. "CHESTIE" 00
  47. END
  48.  
  49. :text1
  50. HEX
  51. "LISTA1" 0A
  52. "CHESTIE1" 00
  53. END
  54.  
  55. :text2
  56. HEX
  57. "LISTA2" 0A
  58. "CHESTIE2" 00
  59. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement