Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local ui_get, ui_set = ui.get, ui.set
  2. local ui_new_checkbox = ui.new_checkbox
  3.  
  4. local custom_chrome_chams = ui.new_checkbox("aa", "other", "Custom Chrome Chams")
  5.  
  6. if userid == nil then
  7. return end
  8. if not ui_get(custom_chrome_chams) then
  9. client.exec(r_showenvcubemap 1)
  10. return
  11. end
  12.  
  13. end
  14. client.set_event_callback("round_start", on_round_start)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement