SA-MP Forums Archive
[FilterScript] TDEditor - New TextDraw creator with Preview models. - 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] TDEditor - New TextDraw creator with Preview models. (/showthread.php?tid=543002)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


Re: TDEditor 1.14 - New TextDraw creator with Preview models. - Oficer - 30.04.2016

Error: TDEditor: TDEditor only can be used from localhost (127.0.0.1) How to use?


Re: TDEditor 1.14 - New TextDraw creator with Preview models. - Crayder - 30.04.2016

Quote:
Originally Posted by Oficer
Посмотреть сообщение
Error: TDEditor: TDEditor only can be used from localhost (127.0.0.1) How to use?
You can't run it on a server. You have to run it on YOUR computer. It uses key and mouse detection that only work on your computer.


Re: TDEditor 1.14 - New TextDraw creator with Preview models. - Zues - 06.05.2016

For everyone that wanted to use sprites and models : Download here

It was not working for me either so instead of having to right click on new you can just use /new with this one.


Re: TDEditor 1.14 - New TextDraw creator with Preview models. - Lordzy - 08.05.2016

There should be a feature where users will be able to move the whole textdraw project\'s position just like how you worked on your map mover. This is a great filterscript that many others are using so rather than having a separate one, I guess the move feature should be implemented in this one.


Respuesta: Re: TDEditor 1.14 - New TextDraw creator with Preview models. - adri1 - 08.05.2016

Quote:
Originally Posted by Lordzy
View Post
There should be a feature where users will be able to move the whole textdraw project\'s position just like how you worked on your map mover. This is a great filterscript that many others are using so rather than having a separate one, I guess the move feature should be implemented in this one.
yep

______________

fixing bugs.....


Re: TDEditor 1.14 - New TextDraw creator with Preview models. - Pottus - 08.05.2016

Delta move mode is what that is called.


Respuesta: TDEditor 1.14 - New TextDraw creator with Preview models. - adri1 - 08.05.2016

Updated


Re: TDEditor 1.14 - New TextDraw creator with Preview models. - JeaSon - 08.05.2016

Great update adri1 thanks for that


Re: TDEditor - New TextDraw creator with Preview models. - BloodyRP - 10.05.2016

Hello guys. That's awesome plugin and FS, but from today I got some like bug? I dunno why, but I cant do anythink. Like when I create textdraw in this fs - I cant do anything with him: change position, change text and anything else just wont work. And right mouse click doesn't working also. Where is the problem?

For sure I put all dlls and .txd and plugins, all is loading good, but inside Game I have problem.
Sorry for poor english. I know, that I cant good explain, but maybe some1 understand and help me.

Fixed:
- Just ran server_samp by admin.


Re: TDEditor - New TextDraw creator with Preview models. - Zorono - 18.05.2016

i have one question
why when i do /tde ingame i get unknown command
please help


Re: TDEditor - New TextDraw creator with Preview models. - valerastar - 21.05.2016

Quote:
Originally Posted by Zorono
Посмотреть сообщение
i have one question
why when i do /tde ingame i get unknown command
please help
same problem :c


Re: TDEditor - New TextDraw creator with Preview models. - DusanInfinity - 21.05.2016

I updated my windows from 7 to 10, and now when i say /tde, it says Unknown command...

What is the problem?

In log, for filterscript just say this:
Код:
[16:09:47] 
[16:09:47] Filterscripts
[16:09:47] ---------------
[16:09:47]   Loading filterscript 'TDE.amx'...
[16:09:47]   Loaded 1 filterscripts.

[16:09:47] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[16:09:47]
But in filterscript is this:

Код:
public OnFilterScriptInit()
{
    print(" ");
    print(" ");
    print(" ");
	print(" ");
	print("___ __  __");
	print(" | |  \\|_  _|.|_ _  _		");
	print(" | |__/|__(_|||_(_)|			");
    print(" ");
    print("TDEditor V1.17 by adri1");
    print("TDEditor loaded");
    print(" ");



Re: TDEditor - New TextDraw creator with Preview models. - Zorono - 21.05.2016

Quote:
Originally Posted by DusanInfinity
Посмотреть сообщение
I updated my windows from 7 to 10, and now when i say /tde, it says Unknown command...

What is the problem?

In log, for filterscript just say this:
Код:
[16:09:47] 
[16:09:47] Filterscripts
[16:09:47] ---------------
[16:09:47]   Loading filterscript 'TDE.amx'...
[16:09:47]   Loaded 1 filterscripts.

[16:09:47] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[16:09:47]
But in filterscript is this:

Код:
public OnFilterScriptInit()
{
    print(" ");
    print(" ");
    print(" ");
	print(" ");
	print("___ __  __");
	print(" | |  \\|_  _|.|_ _  _		");
	print(" | |__/|__(_|||_(_)|			");
    print(" ");
    print("TDEditor V1.17 by adri1");
    print("TDEditor loaded");
    print(" ");
Exactly, I Have the same proplem and server.log But iam using Windows 7


Re: TDEditor - New TextDraw creator with Preview models. - Alpay0098 - 10.06.2016

Quote:
Originally Posted by Alpay0098
Посмотреть сообщение
I'm using the latest version of TDE (1.17) but I still get nothing when I /TDE.
All plugins and needed software are working fine.
It just freezes and shows nothing.
Well I fixed it, but there's still some problems like : 1. I can't move TDs 2. I can't change it's 'Text' and some other little things.

EDIT: Anybody?
Sec EDIT: It actually happens and works but after a while. Like I do everything like moving but I dont see its preview and after a long time it gets moved.


Re: TDEditor - New TextDraw creator with Preview models. - EaglesNovixous - 19.06.2016

Its weird. i can use it normally but when i created a long textdraw message. i closed it and loaded it again. most of the text were missing.


Re: TDEditor - New TextDraw creator with Preview models. - Vanter - 27.06.2016

This Local Host error is annoying, my local host doesnt start with 127, pretty stupid thing to add tbh.
other than that, good work!


Re: TDEditor - New TextDraw creator with Preview models. - Crayder - 27.06.2016

Quote:
Originally Posted by Vanter
Посмотреть сообщение
This Local Host error is annoying, my local host doesnt start with 127, pretty stupid thing to add tbh.
other than that, good work!
Lol... Your local host DOES start with 127, as does EVERYBODY else's.

"localhost" = 127.0.0.1

And "stupid thing to add"? It's a requirement because of limitations. It's not something that was "added". The keys and custom textures are client sided, thus this would work ONLY on YOUR computer, aka the localhost.


Re: TDEditor - New TextDraw creator with Preview models. - Chocopie - 30.06.2016

1.17 is perfect version with group move. Thanks you Adri1 !


Re: TDEditor - New TextDraw creator with Preview models. - Johhnyllll - 30.06.2016

It's is 1.17, help me pls
PHP код:

----------
Loaded log file"server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team

[23:03:39
[
23:03:39Server Plugins
[23:03:39] --------------
[
23:03:39]  Loading pluginsscanf
[23:03:39

[
23:03:39]  ===============================

[
23:03:39]       sscanf plugin loaded.     

[
23:03:39]    (c2009 Alex "******" Cole

[23:03:39]    0.3d-R2 500 Players "dnee"

[23:03:39]  ===============================

[
23:03:39]   Loaded.
[
23:03:39]  Loading pluginTDE
[23:03:39]   Failed.
[
23:03:39]  Loaded 1 plugins.

[
23:03:39
[
23:03:39Filterscripts
[23:03:39] ---------------
[
23:03:39]   Loading filterscript 'TDE.amx'...
[
23:03:39]   Loaded 1 filterscripts.

[
23:03:39AllowAdminTeleport() : function is deprecatedPlease see OnPlayerClickMap()
[
23:03:39
----------------------------------
[
23:03:39]   Bare Script

[23:03:39] ----------------------------------

[
23:03:39Number of vehicle models



Re: TDEditor - New TextDraw creator with Preview models. - VincenzoDrift - 01.07.2016

It works perfectly just can not locate mouse or keyboard. So i can create texdraw, but i can't move it o do anything. I have already re-installed Microsoft Visual C++ 2010 Redistributable Package (x86). Any solutions?