Advertisement
Mister_Stefan

gs aa inverter indicators

Jul 25th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1.  local paint = function()
  2.  
  3. if ui.get(inverter) then
  4.  
  5. if ui.get(flipSide1) then
  6. client.draw_indicator(ctx, 255, 255, 255, 255, "LEFT")
  7. elseif
  8. client.draw_indicator(ctx, 255, 255, 255, 255, "RIGHT") then
  9. end
  10. end
  11. end
  12.  
  13. client.set_event_callback("paint", paint)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement