Create3DTextLabel Code Generator (V1.0.1 Updated) -
[DX]Aru12345 - 11.05.2013
Create3DTextLabel Code Generator
Introduction:
This is my first filterscript release. This filterscript generates Create3DTextLabel Code by creating one In-Game. This is still in BETA version and MAY contain bugs. So please, don't get mad if this sucks, cause I tried my level best to server you.
Use Of Filterscript:
This filterscript generates Create3DTextLabel Code by creating one In-Game. After you have done creating all the Lables goto scriptfiles/Lable codes.txt file to see the code.
Here is the command:
/lable <Hex Color Code> <Lable Text>
Use this command to create a Lable In-Game and then copy the code from "scriptfiles/Lable codes.txt" to paste the code in your server.
You are free to edit the .pwn file and make it more advanced but dont forget the credits
Changelog
Код:
V1.0.1
-Removed all the commands and just added the /lable command.
-The code is now saved into "scriptfiles/Lable codes.txt" rather than printing the code into the console.
Additional Credits:
Additional credits to [DOG]irinel1996 and ryanhawk31 for helping me with the code. Thanks both of you
DOWNLOAD:
-> V 1.0.1 (Updated) <-
-> V 1.0 (Outdated) <-
Re: Create3DTextLabel Code Generator(BETA)(First filterscript) -
Private200 - 11.05.2013
Are you simply,, kidding me?
https://sampforum.blast.hk/showthread.php?tid=436207
You're asking for help, and after getting answer with correct version you make it an filterscript?
It's good from you to put this, but you didn't make it 100%..
Re: Create3DTextLabel Code Generator(BETA)(First filterscript) -
[DX]Aru12345 - 11.05.2013
Quote:
Originally Posted by Private200
|
I agree on that, but I am still trying to learn. I though it would be useful for people to use this. I made the code 98% but the code I made was having errors. So I asked for help how to fix them. And I had already decided to make a filterscript regarding this issue. Is it wrong for me to seek help for my filterscript?
Re: Create3DTextLabel Code Generator(BETA)(First filterscript) -
Private200 - 11.05.2013
Well, it's not wrong, but you didn't even gave credits to those who helped it. That's wrong here.
Re: Create3DTextLabel Code Generator(BETA)(First filterscript) -
[DX]Aru12345 - 11.05.2013
Quote:
Originally Posted by Private200
Well, it's not wrong, but you didn't even gave credits to those who helped it. That's wrong here.
|
Oops. Very sorry on that. I will put them right here. Thanks
Re: Create3DTextLabel Code Generator(BETA)(First filterscript) -
mineralo - 11.05.2013
Код:
/whitelable <Lable Text>
/redlable <Lable Text>
/greenlable <Lable Text>
/yellowlable <Lable Text>
/orangelable <Lable Text>
/bluelable <Lable Text>
/blacklable <Lable Text>
are you kidding me?
you could make just /label <color_name/hax_id> <text>
its would more better, also its very simple and nobody can change like color or position etc
Re: Create3DTextLabel Code Generator(BETA)(First filterscript) -
Xport6050 - 11.05.2013
nice
Re: Create3DTextLabel Code Generator(BETA)(First filterscript) -
Rimmon - 11.05.2013
You shouldn't make a command for every colour.
Why you didn't make 1 command and then make a dialog for colours?
Anyway , nice script..
Re : Create3DTextLabel Code Generator(BETA)(First filterscript) -
Rayan_black - 11.05.2013
Guys, don't be rude to him.. he just made his first filterscript we all been in that stage before, the first filterscript is never perfect you should encourage him and thank him for dedicating his time to make a filterscript for us to use, well done it could be better but well done, you can do better
Re: Re : Create3DTextLabel Code Generator(BETA)(First filterscript) -
[DX]Aru12345 - 11.05.2013
Quote:
Originally Posted by Rayan_black
Guys, don't be rude to him.. he just made his first filterscript we all been in that stage before, the first filterscript is never perfect you should encourage him and thank him for dedicating his time to make a filterscript for us to use, well done it could be better but well done, you can do better
|
Thanks for your encouraging reply.
The reason I made different commands for different colors because if I would have made 1 command you would have to type The whole hex code to make that color.
Quote:
Originally Posted by Rimmon
You shouldn't make a command for every colour.
Why you didn't make 1 command and then make a dialog for colours?
Anyway , nice script..
|
Well that's a good idea. I will make it.