[FilterScript] Jensen - Dynamic Label System (v1)
#1



Jensen - Dynamic Label System (v1)

(sorry my english :d)

Hello guys, please specify the errors you found in the system.

It registers with the file path (binary file).

Commands;

/createlabel

/editlabel

/deletelabel

/gotolabel

/nearlabel

Installation;

Put Filterscripts and Scriptfiles in to mode.

Video;


Download;
GitHub
Reply
#2

Sounds awesome man, great job.
Reply
#3

Looks nice.
Reply
#4

Simple and not quite original.
Also are you aware that you are not allowed (as far as i know) to include things in your zip like:
streamer.dll
scanff.dll

Further your saving system is glitchy, inefficient and really slow. I really suggest using sql.
Anyways, keep it up!
Reply
#5

Quote:
Originally Posted by jasperschellekens
View Post
Simple and not quite original.

Also are you aware that you are not allowed (as far as i know) to include things in your zip like:

streamer.dll

scanff.dll


Further your saving system is glitchy, inefficient and really slow. I really suggest using sql.

Anyways, keep it up!
Im just releasing for newbie users, and my system original.

- Thanks guys.
Reply
#6

Simply and nice.
Reply
#7

Quote:
Originally Posted by Jensenn
View Post
Im just releasing for newbie users, and my system original.

- Thanks guys.
Original? Have you typed samp label system on search lol..
Reply
#8

Quote:
Originally Posted by jasperschellekens
View Post
Original? Have you typed samp label system on search lol..
Show a system that is exactly the same.
Reply
#9

https://sampforum.blast.hk/showthread.php?tid=259368
There are more
Reply
#10

Quote:
Originally Posted by jasperschellekens
View Post
Oh god;

- My system covers all colors. (not limited: blue - red blabla..)

- You can change the position (like object).

- My system saving with binary file. (not .ini or whatever)

And glasses use, pls. Thank you.
Reply
#11

Still not original
Reply
#12

Quote:
Originally Posted by jasperschellekens
View Post
Still not original
Okay, thanks.
Reply
#13

Why use stock in a filterscript?
Reply
#14

Quote:
Originally Posted by Lokii
View Post
Why use stock in a filterscript?
It\'s my fault, i uninstall it in the new version.
Reply
#15

Was looking for this for ages, and it\'s finally here!


Nice work!
Reply
#16

Sir nice work you did there, I might give it a try.
Reply
#17

Thanks guys.
Reply
#18

Quote:
Originally Posted by coderkid
View Post
Nice work, thanks dude.
Thanks.
Reply
#19

Where are the credits to the people whom you\'re using their releases in this?


Furthermore, lmfao, you leaving unused functions along with this:
Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	return 1;
}
I\'ve said this a million times, use return 0; and what\'s funny is you\'re not even putting the callback to use.


I\'m gonna assume that this:
Code:
stock BosLabelID()
{
	for(new labelid = 0; labelid < MAX_LABEL; labelid++)
	{
		if(!fexist(LabelDosya(labelid)))
		{
		    return labelid;
		}
	}
	return -1;
}
Is giong to return an array out of bounds at some point.


Also:
PHP Code:
#define    YollaJensenMesaj(%0,%1) SendClientMessage(%0, jensen_RENK, %1)
#define    YollaJensenMesaj2(%0,%1) SendClientMessage(%0, jensen_RENK, "[LABEL] {FFFFFF}"%1) 
What the hell even is this and why isn\'t the script in English this is after all the English section.


I also have no idea what good this has done
PHP Code:
#define strcpy(%0,%1,%2) strcat((%0[0] = \'\0\', %0), %1, %2) // strcpy(hedef, kaynak, uzunluk) 
I agree with jasper on the use of \'stock\' and the file reading/saving those are also inferior usages, you also forgot to define FILTERSCRIPT on top in case if any of the includes check for that.


Surely this could\'ve been done better but good job on the effort maybe you\'ll improve it later on.
Reply
#20

Quote:
Originally Posted by RogueDrifter
View Post
I\'m gonna assume that this:
Code:
stock BosLabelID()
{
	for(new labelid = 0; labelid < MAX_LABEL; labelid++)
	{
		if(!fexist(LabelDosya(labelid)))
		{
		    return labelid;
		}
	}
	return -1;
}
Is giong to return an array out of bounds at some point.
He\'s already doing a check for that in call end.

Quote:
Originally Posted by RogueDrifter
View Post


I also have no idea what good this has done
PHP Code:
#define strcpy(%0,%1,%2) strcat((%0[0] = \'\0\', %0), %1, %2) // strcpy(hedef, kaynak, uzunluk) 
what\'s the problem in that?
Quote:
Originally Posted by Lokii
View Post
Why use stock in a filterscript?
Quote:
Originally Posted by RogueDrifter
View Post
I agree with jasper on the use of \'stock\'
Let\'s put an end to this crap.Using stock or not using stock in a script doesn\'t matter.stock is just a keyword for letting compiler to know if this corresponding function is not been used , then don\'t compile it into the pcode.I know people are obsessed with it and will redirect me to Vince\' thread.But that thread is just bunch of crap expressing one\' personal opinion.
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)