[FilterScript] iPLEOMAX's TextDraw Editor (Stable Version)
#1

NOTE: This tool is only created for scripters who wants to create textdraws for his server.
If you want players to use this, you are in the wrong place.


WARNING: This editor is VERY VERY old and obsolete. Find a new one.

iPLEOMAX's TextDraw Editor
V1.16 (Stable)

Video:
[ame]http://www.youtube.com/watch?v=YA9aHYqFyzE[/ame]

Details:
  • /itd - Opens up the main textdraw editor menu.
  • /itd top - Will set the position of the toolbar to top of screen.
  • /itd bottom - Will set the position of the toolbar to bottom of screen. (Default)
  • Hotkey 'C': Copy (While you are editing a textdraw)
  • Hotkey 'Z': Undo (While you are editing a textdraw)
  • Hold 'Left Shift' while editing to move/resize textdraws slowly for precision.
  • Hold 'Spacebar' while editing to move/resize textdraws faster.
  • Hotkey 'F': Change Font
  • Hotkey 'P': Change Position
  • Hotkey 'S': Change Size (If you are resizing font, use 'lettersize mode', 'size mode' only works on texture/box size)
  • Hotkey 'Y': Change Text
  • Hotkey 'L': Change LetterSize
  • Hotkey 'Q': Change Color
  • Hotkey 'B': Change Background Color
  • Hotkey 'U': Toggle Box ON/OFF
  • Hotkey 'I': Change Box Color
  • Hotkey 'O': Change Outline Size
  • Hotkey 'W': Change Shadow Size
  • Hotkey 'G': Toggle Global/Player Textdraw
  • Hotkey 'A': Toggle Alignment Type
  • Hotkey 'K': Toggle Selectability
  • Hotkey 'R': Toggle Proportionality
  • Hotkey 'M': Textdraw List Dialog
  • Hotkey 'N': New Textdraw Dialog
  • Key 'Esc': Close current edition, return to menu.
Download Tool (Downloaded 13210 times)
iTD (Contains Server, iTD.amx, iTD.dll, msvcr100.dll, PLEO.txd)

FAQ(s)
Q. I get the "unknown command" error!
A. It might be one of the reasons below:
- You didn't load the filterscript.
- You didn't load or add plugin to your server/.cfg.
- You don't have the sscanf2 plugin loaded.

Q. I get "samp-server.exe is not running on this computer!" error!
A. Two possible solutions:
- Make sure "samp-server.exe" is running on the same computer where your mouse & keyboards are connected.

- If you use tunneling software like 'Hamachi", ..
1. Turn it off.
Or
2. Download sourcecode "iTD.pwn", open it up. Delete line number 262 and 263, compile and save it.
Now, you won't get that warning anymore.


Q. Where is the Linux Version?
A. Why would you even need it? The FilterScript is an editor/tool for scripters, not for players!

Q. I see some "iTD: (Error)" messages.
A. Report it on this thread.

Q. It shows the message "Welcome to iPLEOMAX's TextDraw Edtior.." message, but doesn't show up!
A. Have you copied "PLEO.txd" to Rockstar Games/GTA San Andreas/models/txd/?

Q. I still can't get it to work correctly.
A. Make sure of the following things:
- iTD.amx is located at /filterscripts
- iTD.dll is located at /plugins
- sscanf.dll is located at /plugins
- PLEO.txd is located at Rockstar Games/GTA San Andreas/models/txd/

Sourcecode
iTD (contains iTD.pwn and iTD.cpp)

Last Updated
14/10/2012

Changelog
Code:
V1.16
- Removed useless codes.
- Optimized again.

V1.11 to 1.15
- Added a feature to see location/size using gametext.
- Editor toolbar is now recreated every "ShowEditor".
- Floating values for position, size etc are now upto 5 decimal points instead of 3.
- Fixed some bugs related to Undo.

V1.1
- Fixed many major bugs. (Export crash, Out of bound errors, etc).

V1.03
- Added custom inputs for Position/Size, etc.

V1.02
- Modified the look of toolbar.
- Added Ability to change toolbar location on screen (top/bottom).
- Fixed minor bugs (new line, null textdraws, etc).

V1.01
- Added HEX input for color editor.
- Added RGBA input for color editor.
- Added Premade colors.

V1
- Completely started from scratch.
- Edited the plugin natives.
- Improved script efficiency.
License:
http://www.mozilla.org/MPL/2.0/
Reply
#2

OMG You actually did it OMG OMG OMG

"I present you the best text editor online"

You don't deserve a rep.

You deserve a Beta tester rank.

really good job man, your hard work worth's it.
Reply
#3

Quote:
Originally Posted by Lexi'
View Post
"I present you the best text editor online"

You don't deserve a rep.

You deserve a Beta tester rank.

really good job man, your hard work worth's it.
I would really like to quote the above lines.

Really, You're a mozart.

GREAT RELEASE!

EDIT: Suggestion, You can also add sprites. As this forums lacks editors for sprites (Better one maybe ).

WAITING FOR THE STABLE VERSION :P

EDIT2: Plugin doesn't load ?
Code:
[21:27:46]  Loading plugin: pleoinput.dll
[21:27:46]   Failed.
[21:27:46]  Loaded 4 plugins.
Reply
#4

OH MY GOD!!
FINALLYyyyyyyyy its released
Love ya man for this great release!
Reply
#5

Yay great man.Repped.
Reply
#6

Bug: Size doesn't work.... :/
Reply
#7

Quote:
Originally Posted by TheArcher
Посмотреть сообщение
Bug: Size doesn't work.... :/
Yeah i was about to post it, can you please fix it.
Reply
#8

holy moly!

EDIT: You just made history bro, rep+!
Reply
#9

Awesome !
Reply
#10

Quote:
Originally Posted by Ronaldo_raul™
View Post
EDIT2: Plugin doesn't load ?
Code:
[21:27:46]  Loading plugin: pleoinput.dll
[21:27:46]   Failed.
[21:27:46]  Loaded 4 plugins.
Weird.

Are you sure this is how it looks like in server.cfg?

Code:
plugins sscanf pleoinput
My log:
Code:
[20:02:24]   Loaded.
[20:02:24]  Loading plugin: pleoinput
[20:02:24] 
* iPLEOMAX's Device Input for SA-MP Plugin loaded!
> Intended for adding keyboard/mouse support for custom filterscript tools.
Quote:
Originally Posted by TheArcher
View Post
Bug: Size doesn't work.... :/
Are you trying to resize a text or a box/texture?
If it's a text, use LetterSize, not size.
Reply
#11

Quote:
Originally Posted by iPLEOMAX
View Post
Are you trying to resize a text or a box/texture?
If it's a text, use LetterSize, not size.
Oh right, I didn't notice that. Thanks it's working
Reply
#12

Quote:
Originally Posted by iPLEOMAX
View Post
Weird.

Are you sure this is how it looks like in server.cfg?

Code:
plugins sscanf pleoinput
My log:
Code:
[20:02:24]   Loaded.
[20:02:24]  Loading plugin: pleoinput
[20:02:24] 
* iPLEOMAX's Device Input for SA-MP Plugin loaded!
> Intended for adding keyboard/mouse support for custom filterscript tools.

Are you trying to resize a text or a box/texture?
If it's a text, use LetterSize, not size.
I did the same. Even tried loading the plugin without any other plugins.
Reply
#13

Quote:
Originally Posted by Ronaldo_raul™
View Post
I did the same. Even tried loading the plugin without any other plugins.
Some details about your OS & server version please?
Reply
#14

Quote:
Originally Posted by iPLEOMAX
View Post
Some details about your OS & server version please?
Server version - 3e
OS - Windows.
Reply
#15

I can't colorize my text and my boxes .. I think that's a bug ...

EDIT: my mistake sorry, colors work ... sry
Reply
#16

OMG, this is the best Filterscript Pleomax, You are awesome.. REP++
Reply
#17

LoL very nice Men 1000000/10.
Reply
#18

Awesome is all i have to say... rep++
Reply
#19

PLEO, i also get a bug.
It says, a file is missing (MSVCR100D.dll)

My server.cfg, plugin part:
pawn Code:
plugins mysql streamer sscanf pleoinput
:/
Reply
#20

Quote:
Originally Posted by 'Pawno.
View Post
PLEO, i also get a bug.
It says, a file is missing (MSVCR100D.dll)

My server.cfg, plugin part:
pawn Code:
plugins mysql streamer sscanf pleoinput
:/
Get this -

http://www.microsoft.com/download/en...s.aspx?id=5555
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)