multitheftauto / mtasa-resources

This project maintains a list of up-to-date resources that come with Multi Theft Auto.
https://multitheftauto.com
MIT License
150 stars 146 forks source link

admin2: Replacing checkboxes with a gridlist for glitches and special world properties #468

Closed FileEX closed 3 months ago

FileEX commented 5 months ago

Recently, new special world properties have appeared, which means that there is no space for new properties (next checkboxes) in the admin panel. I believe that replacing checkboxes with a gridlist is the best solution.

Old list (without enough space for two new properties) image

New solution: image

To enable or disable a glitch or a special world property, just double-click on a row in the gridlist.

I added two new properties burnedflippedcars and fireballdestruct

jlillis commented 5 months ago

Looks great. Do you think this could be easily back-ported to admin?

FileEX commented 5 months ago

I think we can also back-ported it to admin. Especially since it is not known yet when admin will be replaced by admin2. But admin does not have a tab with glitches and special world properties.