SA-MP Forums Archive
[FilterScript] Advanced in game label creator + saver + loader +editing it - 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] Advanced in game label creator + saver + loader +editing it (/showthread.php?tid=259368)

Pages: 1 2


Advanced in game label creator + saver + loader +editing it - [KO]KillerThriller - 04.06.2011

What is it?

You can create, while in game labels.
You can aswell edit them, after the server restart because it saves and loads.
Why did i make it

Well i saw people fed up of going in game /save then copying the position the writing in gamemodeinit Create3dtextlabel...
Well NOW IT'S SIMPLE FOR EVERYONE!
Bugs

None. If you find one please post it.
Suggestions & Mirrors

If you have any suggestion feel free to post it.
All direct mirrors without surveys are welcome
Features

You can make it just for rcon admins or not.
Go in game, and type /label and a dialog will pop up saying "Create label \nEdit closest label"
You can change the text, the view distance (or default_view_distance in the fs), and the colors
All the labels are saved and loaded
Instalation

Create a folder in scriptfiles with the name "Labels" <- Capital L
If you want to change the file dir, open the labels.pwn and change
pawn Код:
#define File  "Labels/%i.ini"//File to store the labels
DON'T CHANGE THE %I.INI!
In server.cfg -> filterscripts add labels
http://www.mediafire.com/?s7if4wcg2qe8ij3
EDIT:
IF YOU ARE GOING TO SAY IT SUCKS BECAUSE OF BEING 1 LABEL = 1 FILE THEN DONT COMMENT!
[ame="http://www.youtube.com/watch?v=u_zlFWWLKM0"]http://www.youtube.com/watch?v=u_zlFWWLKM0[/ame]




Re: Advanced in game label creator + saver + loader +editing it - Michael@Belgium - 04.06.2011

Awesome work ! Im going to use this ..


Re: Advanced in game label creator + saver + loader +editing it - [KO]KillerThriller - 04.06.2011

Thanks man


Re: Advanced in game label creator + saver + loader +editing it - Phanto90 - 04.06.2011

So this create 1 file for each textlabel? Isn't a bit inefficient?
Bettere 1 file where you put on each line the information for each textlabel (maybe without common save system)

Example with basic info:
Quote:

text[],posx,posy,posz,range,color
text2[],posx2,posy2,posz2,range2,color

Not bad but you can improve it a lot


Re: Advanced in game label creator + saver + loader +editing it - Millionaire - 04.06.2011

Good job, i will use it


Re: Advanced in game label creator + saver + loader +editing it - [KO]KillerThriller - 04.06.2011

Quote:
Originally Posted by Phanto90
Посмотреть сообщение
So this create 1 file for each textlabel? Isn't a bit inefficient?
Bettere 1 file where you put on each line the information for each textlabel (maybe without common save system)

Example with basic info:


Not bad but you can improve it a lot
You make it then i had problems with that.
Because of the id, and finding the space between each label...


Re: Advanced in game label creator + saver + loader +editing it - [RsM]XpLoD - 04.06.2011

good job, awesome


Re: Advanced in game label creator + saver + loader +editing it - [KO]KillerThriller - 04.06.2011

Quote:
Originally Posted by [RsM]XpLoD
Посмотреть сообщение
good job, awesome
Thanks


Re: Advanced in game label creator + saver + loader +editing it - sherlock - 04.06.2011

nice! i will test this later. Ive been looking for one that loads them too


Re: Advanced in game label creator + saver + loader +editing it - gamer931215 - 04.06.2011

The music creeped me out, however nice scripting over there!


Il recommend this to a friend (we dont really want a housesystem, but we have teleports to "admin" houses and private vehicles, this is perfect to add labels to the houses so you can see who owns them!)


Re: Advanced in game label creator + saver + loader +editing it - Jason010 - 04.06.2011

Is it for Rcon admins only or for everyone?


Re: Advanced in game label creator + saver + loader +editing it - gamer931215 - 04.06.2011

Quote:
Originally Posted by Jason010
View Post
Is it for Rcon admins only or for everyone?
You can change it in the defines


Re: Advanced in game label creator + saver + loader +editing it - [KO]KillerThriller - 04.06.2011

Quote:
Originally Posted by gamer931215
View Post
You can change it in the defines
Lol thanks :b


Re: Advanced in game label creator + saver + loader +editing it - rambq - 04.06.2011

maybe an delete option is usefull too:P

nice fs


Re: Advanced in game label creator + saver + loader +editing it - -matt- - 04.06.2011

NICE


10/10


Re: Advanced in game label creator + saver + loader +editing it - [KO]KillerThriller - 04.06.2011

Quote:
Originally Posted by rambq
View Post
maybe an delete option is usefull too:P

nice fs
Nah, because it would create bugs, like if you have 5 labels created and delete the label 3, the it would screw up the label 4 and 5 loading + editing so...
Quote:
Originally Posted by -matt-
View Post
NICE


10/10
Thanks man


Re: Advanced in game label creator + saver + loader +editing it - [nL]W0rfleR - 04.06.2011

nice.... Saves me heaps of time


Re: Advanced in game label creator + saver + loader +editing it - Abinesh™ - 05.06.2011

awesome


Re: Advanced in game label creator + saver + loader +editing it - [KO]KillerThriller - 05.06.2011

Quote:
Originally Posted by DJKillz
View Post
nice.... Saves me heaps of time
That\'s what it\'s for
Quote:
Originally Posted by Abinesh™
View Post
awesome
Thanks


Re: Advanced in game label creator + saver + loader +editing it - [MWR]Blood - 11.06.2011

Nice work out there!