Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local paint = function()
- if ui.get(inverter) then
- if ui.get(flipSide1) then
- client.draw_indicator(ctx, 255, 255, 255, 255, "LEFT")
- elseif
- client.draw_indicator(ctx, 255, 255, 255, 255, "RIGHT") then
- end
- end
- end
- client.set_event_callback("paint", paint)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement