Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. {$CLEO .cs}
  2. //-------------MAIN---------------
  3. 03A4: name_thread "LUKE"
  4.  
  5. :luke_wejdz
  6. 0001: wait 0 ms
  7. 00D6: if and
  8. 0AFA: is_samp_available
  9. 0256: player $PLAYER_CHAR defined
  10. 0AB0: key_pressed 32
  11. 0AB0: key_pressed 17
  12. 004D: jump_if_false @luke_wejdz
  13. jump @luke_1
  14.  
  15. :luke_wyjdz
  16. 0001: wait 0 ms
  17. 00D6: if and
  18. 0256: player $PLAYER_CHAR defined
  19. 0AB0: key_pressed 32
  20. 0AB0: key_pressed 17
  21. 004D: jump_if_false @luke_wyjdz
  22. jump @luke_2
  23.  
  24. :luke_1
  25. 0001: wait 0 ms
  26. 00D6: if
  27. 0256: player $PLAYER_CHAR defined
  28. 004D: jump_if_false @luke_wejdz
  29. 0001: wait 500 ms
  30. 0AD1: show_formatted_text_highpriority "~Y~WCHODZISZ DO INTKA" time 1000
  31. 0AF9: samp say_msg "/wejdz"
  32. 0001: wait 500 ms
  33. 0002: jump @luke_wyjdz
  34.  
  35. :luke_2
  36. 0001: wait 0 ms
  37. 00D6: if
  38. 0256: player $PLAYER_CHAR defined
  39. 004D: jump_if_false @luke_wyjdz
  40. 0001: wait 500 ms
  41. 0AD1: show_formatted_text_highpriority "~Y~WYCHODZISZ Z INTKA" time 1000
  42. 0AF9: samp say_msg "/wyjdz"
  43. 0001: wait 500 ms
  44. 0002: jump @luke_wejdz
  45.  
  46. 0A93: end_custom_thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement