Posts: 1,779
Threads: 126
Joined: Oct 2010
Quote:
Originally Posted by Excel™
Very nicely done. Well I had a quick view of the video and found a bug(maybe), actually when you set the outline of the textdraw and then duplicate it, the outline won't appear, wont get dupliacted.
Video time: 6:0 onwards(I don't remember the exact interval)
|
Thank you, this bug is now fixed.
Thanks!
Posts: 912
Threads: 116
Joined: Jun 2012
Reputation:
0
Awesome, these features should have been in iPeolomax's script, but at-least someone has done it.
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
Why don't you put this on github it will make updating a lot easier and make it possible to go into settings with a project open it really sucks you can't do that I need to be able to test different resolutions.
Posts: 519
Threads: 59
Joined: May 2014
Reputation:
0
Copy From iPLEOMAX's Textdraw Editor !!
Posts: 540
Threads: 107
Joined: Sep 2014
Reputation:
0
Nice, but copied from iPleomax's . Anyway + rep for your effort.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Naruto_Emilio
You're a genius!
|
Exactly.
REP4U
Posts: 43
Threads: 6
Joined: May 2014
Reputation:
0
how to save log .txt file ?
Ex
TextDraw[1] = TextDrawCreate(0.000000, 0000, "");
TextDrawBackgroundColor(TextDraw[1], 255);
TextDrawFont(TextDraw[1], 1);
TextDrawLetterSize(TextDraw[1], .....);
TextDrawColor(TextDraw[1], 0x000000FF);
TextDrawSetOutline(TextDraw[1], 0);
TextDrawSetProportional(TextDraw[1], 1);
TextDrawSetShadow(TextDraw[1], 1);
TextDrawUseBox(TextDraw[1], 1);
TextDrawBoxColor(TextDraw[1], 0x000000FF);
TextDrawTextSize(TextDraw[1], ...);
Posts: 163
Threads: 1
Joined: Dec 2013
Reputation:
0
too bad i cant download this filterscript because its in solidfiles
but im pretty sure its amazing just b the looks of the comments
Posts: 183
Threads: 26
Joined: Apr 2013
Reputation:
0
Hello !
I have a loadin plugin problem , and when i launch the samp-server , he takes me error msvcr100.dll missing , but i have installed Visual C++ Redistributable 2012 Update 4 x64.I have Windows 8.1 x64
Posts: 1,779
Threads: 126
Joined: Oct 2010
Quote:
Originally Posted by StreetRP
Hello !
I have a loadin plugin problem , and when i launch the samp-server , he takes me error msvcr100.dll missing , but i have installed Visual C++ Redistributable 2012 Update 4 x64.I have Windows 8.1 x64
|
Copy 'msvcr100.dll' and 'msvcp110.dll' in your server folder.
Posts: 183
Threads: 26
Joined: Apr 2013
Reputation:
0
Good ! I have down , msvcr100d.dll , and copy in serve folder !
Posts: 50
Threads: 8
Joined: Mar 2014
Reputation:
0
This is really nice. But I'd like to see it roundup the size to the nearest pixel as Pottus said. This way when you change resolution the textdraws moves according to the resolution. Making it roundup would help avoid that. And it would be the best textdraw editor till date.
Posts: 213
Threads: 68
Joined: Sep 2014
Reputation:
0
Cool ! Make it for Linux too plz