Skip to content

Commit e81f834

Browse files
committed
Initial source code upload
1 parent 9eca496 commit e81f834

32 files changed

+3405
-2
lines changed

.github/editor.png

208 KB
Loading

.github/element-tree.png

117 KB
Loading

.github/selector.png

4.03 KB
Loading

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# mtasa-propertyeditor
2-
(CE)GUI property editor resource for the Multi Theft Auto: San Andreas multiplayer
1+
# Property Editor
2+
(CE)GUI property editor resource for the Multi Theft Auto: San Andreas multiplayer.
3+
4+
**Note:** Don't use this tool on a production server, because for example any button, which is disabled if you shouldn't have access to a certain feature, can be re-enabled by this tool.
5+
6+
## How to use
7+
1. Add the resource to your server
8+
2. Give the developers the ACL permission to use `command.propertyeditor`
9+
3. Refresh the server and start `propertyeditor`
10+
4. Type `/propertyeditor` to show the selection
11+
5. Select a GUI element on your screen with 'right click'
12+
6. Edit the properties of the selected element
13+
14+
## Requirements
15+
- Players require the ACL permission for `command.propertyeditor`
16+
17+
## Screenshots
18+
### Selector
19+
![The selector shows the resource, type and text of the currently cursor-hovered element](.github/selector.png)
20+
21+
### Editor
22+
![This is the main property editor window, where you can edit every supported property](.github/editor.png)
23+
24+
### Element tree
25+
![If you can't select a certain GUI element, then you can always fall back to this little helper window to select the element from a list of all elements](.github/element-tree.png)

assets/alpha.png

2.6 KB
Loading

assets/blank.png

95 Bytes
Loading

assets/dot.png

119 Bytes
Loading

assets/hue.png

1.16 KB
Loading

assets/saturation.png

1.31 KB
Loading

assets/slider.png

116 Bytes
Loading

0 commit comments

Comments
 (0)