10.10.2017, 20:39
(
Last edited by Gammix; 30/04/2018 at 04:30 PM.
)
Textdraw Editor
v1.3.4 - Updated: 30 April, 2018
Long time ago i made this textdraw editor. I feel like sharing this! I used it for making dialogs, gamemode textdraws and all textdraw related things because its quiet easy with this little tool! Its somewhat similar design to Zamaroht TextDraw Editor.v1.3.4 - Updated: 30 April, 2018
Here are some of the Core Features:
- Make per-player or global textdraws (you can set each textdraw type in editor and export will be done accordingly)
- Textdraw Groups System: This is a feature i love the most and i am sure you will too. So basically i made this layer before creating textdraws, so you make textdraws under a group name. So all the textdraws made under that group are paired. So futher there are two features group related, one is you can hide specific group textdraws while editing and second is you can move all textdraws under a group once).
E.g. You create a group "Button", you make a simple button out of three textdraws. now you can move all those textdraws at once or even duplicate group so you don't need to place textdraws identical to your original button group! - Better Export: The export feature exports textdraws in form of arrays, so you don't need to take the hassle of changing the variables to array later on!
- SQLite based: Projects are made as a SQLite database file and all groups are saved as a table. And each table contains its textdraw data. Sharing the database file is quiet satisfying.
- Keyboard editor only, as i told ya its an old project so the editor available is Keyboard based only but i am sure this can be easily modified for mouse setup.
Imgur: https://imgur.com/a/sgqY9
Download
Source: https://github.com/Agneese-Saini/SA-...s/TDEditor.pwn
Scriptfiles Package: http://www.mediafire.com/file/f2vpvl...z/TDEditor.zip
(Extract these files/folders in a NewFolder called "TDEditor" in your scriptfiles)