SA-MP Forums Archive
[FilterScript] Textdraw Editor By Gammix - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Textdraw Editor By Gammix (/showthread.php?tid=642981)

Pages: 1 2


Textdraw Editor By Gammix - Gammix - 10.10.2017

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.

Here are some of the Core Features: Screenshots
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)


Re: Textdraw Editor By Gammix - 0x88 - 16.10.2017

does this give a good textdrawtextsize?


Re: Textdraw Editor By Gammix - Zeth - 17.10.2017

Another Dope Release! Keep up the great work!


Re: Textdraw Editor By Gammix - Mr.Vince™ - 17.10.2017

Keep it up.. +rep


Re: Textdraw Editor By Gammix - HydraHumza - 19.10.2017

One of the release from my great friend. "Abhi na jao chor ka dil abhi bhara nai ha "


Re: Textdraw Editor By Gammix - Zeth - 20.10.2017

Quote:
Originally Posted by HydraHumza
View Post
One of the release from my great friend. "Abhi na jao chor ka dil abhi bhara nai ha "
Translate it bruh!


Re: Textdraw Editor By Gammix - GamezCEO - 20.10.2017

nice job dude, rep+


Re: Textdraw Editor By Gammix - StrikerZ - 20.10.2017

Quote:
Originally Posted by Debjit
View Post
Translate it bruh!
"Don't go now, the thief's heart is still not filled."


Re: Textdraw Editor By Gammix - FrezQ - 20.10.2017

Thanks, works like charm.


Re: Textdraw Editor By Gammix - Zeth - 20.10.2017

Quote:
Originally Posted by Sunehildeep
View Post
"Don't go now, the thief's heart is still not filled."
haha he doesn't mean thief by chor, it was for chhod(leaving).
TRANSLATED: "Don't go now, the heart is still not filled."


Re: Textdraw Editor By Gammix - HydraHumza - 21.10.2017

Quote:
Originally Posted by Debjit
View Post
haha he doesn't mean thief by chor, it was for chhod(leaving).
TRANSLATED: "Don't go now, the heart is still not filled."
Yea that's one proper translate but it ruin the sentence which I written sadly.


Re: Textdraw Editor By Gammix - Sayed3b - 24.01.2018

Nice Job


Re: Textdraw Editor By Gammix - Gammix - 24.01.2018

Quote:
Originally Posted by OstGot
Посмотреть сообщение
So, it would be nice if you provide the links to all the dependencies (like easyDialog, TimestampToDate, dini2 and even zcmd and sscanf2) in the first post.

Updated: And I also got some warnings in the server logs:
PHP код:
[16:26:31sscanf warningsscanf specifiers do not require '' before them
It seems that it begins to happen when I created a new project and I think this is the cause:
PHP код:
[line 1861] if (sscanf(inputtext"%s["#MAX_PROJECT_NAME"]", name)) { //We don't need to have % before the specifier, isn't it? 
Good work though!
Thanks for the links in your reply, now I'll just copy your text and paste lol.

And about the scanf warning, i thought i fixed it in recent updates but i guess i forgot, I'll fix it with upcoming bug fix


Re: Textdraw Editor By Gammix - Gammix - 25.01.2018

Update v1.3.3:
- Fixed the scanf warnings.
- Fixed custom color dialog mismatch (internal thing, its fixed just know that!)
- If a project is still open when a player leaves. And after a while someone joins back, the textdraws are auto shown to players.


Re: Textdraw Editor By Gammix - N0FeaR - 30.01.2018

Good job i really like this!


Re: Textdraw Editor By Gammix - OstGot - 01.02.2018

Today I decided to check if it's possible to edit projects to several people at the same time. And yes, it's just amazing!

(sorry for the resolution, forgot to make it smaller)



P.s. I used my translated version with sqlitei include (maybe there could be problems without it, I didn't check)


Re: Textdraw Editor By Gammix - Gammix - 01.02.2018

Quote:
Originally Posted by OstGot
Посмотреть сообщение
Today I decided to check if it's possible to edit projects to several people at the same time. And yes, it's just amazing!

(sorry for the resolution, forgot to make it smaller)



P.s. I used my translated version with sqlitei include (maybe there could be problems without it, I didn't check)
Yea the editing is per player, I'll put this on main topic, thanks


Re: Textdraw Editor By Gammix - solstice_ - 01.02.2018

This is dope, good job


Re: Textdraw Editor By Gammix - Gammix - 30.04.2018

Update v1.3.4

- Added PreviewModelDialog menu for searching objects and updated database file for object search.


You have to download scriptfiles package again which contains new ObjectModels.db file which you will need for searching objects.


Re: Textdraw Editor By Gammix - wallee - 05.09.2018

where do i find the includes so i can compile it?