[FilterScript] #1 SA-MP's Administration Filterscript
#21

The images and such look nice. But I\'ve got a few things:

Version
Quote:

Download the ZIP file: SAMP Admin (Recommended) (v2.0.3z | Quick update - fixed some bugs and added some minor features).

Download the ZIP file: SAMP Admin (v1.0.3z).

There are some standards in version numbers (though some developers do it different - As do you it seem). I learned that if a version has 3 numbers (number1.number2.number3) it means this:

{Major version}.{Minor version}.{Build version}({Version tag}).

So by this standard, you never could\'ve changed the Major version. However, you seem to using \'0.3z\' because of the SAMP version you created it on, and now comes the part I actually care about: Is this script ONLY compatible with 0.3z? If it\'s compatible with more versions, this version would be misleading people.

Your grammar
Quote:

Buy a ~g~VIP ~w~Account ~b~Today! For access lot of new ~y~features!

"For access lot of new features".. uhm?
Quote:

You not visited we ~g~site?~w~ Visit now: ~p~www.Here.com
"You not visited we site?" - Perhaps I\'ve never learned proper English, but otherwise I\'d say this sentence is reaaally wrong.
Quote:

Advance *** command

You also posted that a couple of times, and I think you meant "Advanced command...


I could go on like that for a while but I won\'t. I\'m not trying to be mean, but it\'s just that I get less interested in using it.

Copied?

What I also noticed is that you\'re using quite alot variables/directories I\'ve seen in another (quite good/famous) admin filterscript, and that one is also using dudb (because it\'s quite an old one already, and y_ini didn\'t exist back than). Are you sure you\'re not copying alot of stuff? (If I\'m wrong, you have my apologies. I\'ll go find that other admin filterscript tomorrow and check it out. Just to be sure, I freakin\' hate it when someone is having some credits for something they didn\'t create. And it\'s extra suspicious because you only got a few posts).



p.s.

In your credits, it\'s not DarcoBlue but DracoBlue


p.p.s.

Talking about DracoBlue - If you don\'t like y_ini or if you don\'t get it to work, you should consider using "DJson" by DracoBlue. It\'s as easy to use as diny (and with using CTRL+H in pawno, you can easily edit the functions in the script, eg. "dini_IntGet" would become "djInt", "Dini_IntSet" would become "djSetInt" etc...)
Reply
#22

Quote:
Originally Posted by Kwarde
View Post
The images and such look nice. But I\'ve got a few things:

Version


There are some standards in version numbers (though some developers do it different - As do you it seem). I learned that if a version has 3 numbers (number1.number2.number3) it means this:

{Major version}.{Minor version}.{Build version}({Version tag}).

So by this standard, you never could\'ve changed the Major version. However, you seem to using \'0.3z\' because of the SAMP version you created it on, and now comes the part I actually care about: Is this script ONLY compatible with 0.3z? If it\'s compatible with more versions, this version would be misleading people.
Well, I didn\'t had that much knowledge about version schemes. I just accordingly set the version format as: {build version}.{samp version in which this is compiled}. Currently, its compatible with all 0.3 client versions.

Quote:
Your grammar

"For access lot of new features".. uhm?

"You not visited we site?" - Perhaps I\'ve never learned proper English, but otherwise I\'d say this sentence is reaaally wrong.

You also posted that a couple of times, and I think you meant "Advanced command...


I could go on like that for a while but I won\'t. I\'m not trying to be mean, but it\'s just that I get less interested in using it.

That grammar, you can\'t blame me, I took it from lux admin random message array. I will fix that soon.


Quote:
Copied?

What I also noticed is that you\'re using quite alot variables/directories I\'ve seen in another (quite good/famous) admin filterscript, and that one is also using dudb (because it\'s quite an old one already, and y_ini didn\'t exist back than). Are you sure you\'re not copying alot of stuff? (If I\'m wrong, you have my apologies. I\'ll go find that other admin filterscript tomorrow and check it out. Just to be sure, I freakin\' hate it when someone is having some credits for something they didn\'t create. And it\'s extra suspicious because you only got a few posts).

NOT actually, only some variablew and arrays. It\'s like I have saved my time through coping them instead of rewriting. If you think this must be credited, I\'ll happily add.

Thats not at all copied, you can checkout how I have very cleverly optimised them in a very easy way, in minimum implementation of lines (using loops, arrays...).


Quote:

p.s.

In your credits, it\'s not DarcoBlue but DracoBlue
Ops, I just missed out that, let me replace that.

Quote:

p.p.s.

Talking about DracoBlue - If you don\'t like y_ini or if you don\'t get it to work, you should consider using "DJson" by DracoBlue. It\'s as easy to use as diny (and with using CTRL+H in pawno, you can easily edit the functions in the script, eg. "dini_IntGet" would become "djInt", "Dini_IntSet" would become "djSetInt" etc...)

I had thoughts about DJSON but now i am making my custom INI include with base code as SII. Its almost done (currently in stable BETA condition).

Also, If you read the main topic, or replies, I have stated "Will be converting it to yini or my custom" asap.



Thanks for the feedback.
Reply
#23

Just awesome. Nice images as well the features.

REP+
Reply
#24

REP+ for this awesome script.
Reply
#25

Quote:
Originally Posted by Neufox
View Post
Well, I didn\'t had that much knowledge about version schemes. I just accordingly set the version format as: {build version}.{samp version in which this is compiled}. Currently, its compatible with all 0.3 client versions.
http://en.wikipedia.org/wiki/Software_versioning - I think you might find this rather interresting then

Quote:

That grammar, you can\'t blame me, I took it from lux admin random message array. I will fix that soon.

-

NOT actually, only some variablew and arrays. It\'s like I have saved my time through coping them instead of rewriting.

AH! That explains alot indeed why it looked so familiar. And I indeed already took a few closer looks to your script and it looks clean.

Quote:

If you think this must be credited, I\'ll happily add.

Nah.

Quote:

I had thoughts about DJSON but now i am making my custom INI include with base code as SII. Its almost done (currently in stable BETA condition).

Also, If you read the main topic, or replies, I have stated "Will be converting it to yini or my custom" asap.

I read that yes, but I still don\'t recommend that.
Reply
#26

Very nicely, neatly coded. Amazing features, REP +.
Reply
#27

I love to use those TEAM commands. This is one of the best feature which makes this unique. REP++
Reply
#28

Seems good, but can you convert it to previous version like 3x, it\'s not hard, just for the ones who dunno it
Reply
#29

Quote:
Originally Posted by Arastair
View Post
Seems good, but can you convert it to previous version like 3x, it\'s not hard, just for the ones who dunno it
Well thats simple, just recompile the script in samp 0.3x compiler. Make sure you have 0.3x compatible plugins and includes.
Reply
#30

Looks great, Good Job.
Reply
#31

Nice one!
Reply
#32

sampgdk3.dll error why?
Reply
#33

Quote:
Originally Posted by Iklesos
View Post
sampgdk3.dll error why?
Because the admin system uses some plugins which need sampgdk plugin to run.
Reply
#34

It can never be "#1 SA-MP\'s Admin system" if you\'re using dini.
Reply
#35

awesome work
Reply
#36

It is a very complete ladmin thanks men
Reply
#37

Not bad good job
Reply
#38

Nice release. 8/10
Reply
#39

Nice script.
Reply
#40

Actually the stats saving really amazed me, Do I have permission to edit it and add it to my server?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)