SA-MP Forums Archive
[FilterScript] [FS] TextDraw editor 0.6 - Multiple textdraw support, for proffesional textdraws - 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] [FS] TextDraw editor 0.6 - Multiple textdraw support, for proffesional textdraws (/showthread.php?tid=12018)

Pages: 1 2 3


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - Zamaroht - 15.09.2007

Is a client or server crash?
Also be sure that you have the last server release, and you arent using ilegal characters.


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - mikster1 - 16.09.2007

its a client crash and i have the latest server things.




Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - kc - 16.09.2007

Quote:

i type /text and click on "write text",
i write in the text i want click enter and then my game crashes.

I have the same problem. I double checked to see if I was entering illegal characters by writing \'lol\' it still crashed my client

EDIT: I have 0.2.2 server package as well


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - Zamaroht - 17.09.2007

Try it using a blank gamemode (open pawn, select new, compile). Just run the blank gamemode + this filterscript, nothing more, and tell me how did it went, I use it that way and never crashed...


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - Ruby159 - 17.09.2007

really good

but....
at text size and then "look behind" does not work so the text cant smaller if it is big :P

Ruby


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - mikster1 - 17.09.2007

Still Not Working




Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - kaisersouse - 04.10.2007

Remove your other filterscripts from server.cfg. Only way I could make it work for me.


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - killer57 - 05.10.2007

PLEASE


i have 4 errors :

error 029: invalid expression, assumed zero
error 029: invalid expression, assumed zero
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line

when i compile


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - Hax - 05.10.2007

Very nice script!!
You could add more Letter sizes, the smallest one is too big




Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minutes! - dafel2 - 06.10.2007

why i crash all the time when i type text and press enter and i crash


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - killer57 - 06.10.2007

and for my errors?


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - Zamaroht - 20.10.2007

Try using the compiled script if you cant compile it by yourself, make sure you are using the last compiler


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - K-Fish - 20.10.2007

Great filterscript right here! VERY useful, it makes something that\'s a pain-in-the-ass very easy. Awesome release, THANKS!


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - sKy - 21.10.2007

thx man !
ill use it for sure!


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - Alejandro - 21.10.2007

Quote:
Originally Posted by Andre9977
Seems cool!

Is there any way to make the textdraw only be there when in skin selection?
you destroy the textdraw when the player spawns.


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minut - Zamaroht - 21.10.2007

Quote:
Originally Posted by Alejandro
Quote:
Originally Posted by Andre9977
Seems cool!

Is there any way to make the textdraw only be there when in skin selection?
you destroy the textdraw when the player spawns.
As Alejandro said, use TextDrawShowForPlayer in OnPlayerRequestClass, and use TextDrawHideForPlayer in OnPlayerSpawn


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minutes! - fiordas - 25.10.2007

Not working for me , it compiles fine but when i run server i get this message in console: Run time error 20: "Invalid index parameter <bad entry point>" . Server runs but when i go to server it crash. And the Mode is showing as Unknow. Please help !


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minutes! - mabako - 25.10.2007

"bad entry point" says your gamemode does not contain the following code

Quote:

main( )
{
}

that has infact nothing to do with your server crashes.


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minutes! - fiordas - 25.10.2007

Quote:
Originally Posted by [NB
mabako ]
"bad entry point" says your gamemode does not contain the following code

Quote:

main( )
{
}

that has infact nothing to do with your server crashes.
So you say that i forgot to put { or } somewhere ?


Re: [FS]In-Game TextDraw editor 0.2** Yes!, Make the perfect TextDraw in 2 minutes! - Zamaroht - 25.10.2007

Quote:
Originally Posted by fiordas
Not working for me , it compiles fine but when i run server i get this message in console: Run time error 20: "Invalid index parameter <bad entry point>" . Server runs but when i go to server it crash. And the Mode is showing as Unknow. Please help !
Thats an error with the gamemode, try to use a blank one, just clicking new and compile