Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- This is a very simple but effective small code for the people who wish to hide the /report if they have made a bind to show /report.
- for i, v in ipairs(getElementsByType("window")) do
- if guiGetText(v) == "Contact Admin" and guiGetVisible(v) then
- guiSetVisible(v, false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment