Posts: 900
Threads: 83
Joined: Aug 2010
Reputation:
0
Basic,but useful. Good basic commands and you said you will add to them so yeah i like it. 8/10
Posts: 475
Threads: 42
Joined: Dec 2009
Reputation:
0
And should finish creating simple administration systems are all the same
and no one takes into account
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
I will make it bigger, and more funcs and all, but this is it (FOR NOW)
& Ty for the good comments
Posts: 20
Threads: 0
Joined: Aug 2010
Reputation:
0
looks good i will test it.
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
You shouldn't release something, especially if you KNOW the efficiency of the script is outdated.
I advise no one download this script until it is updated to more efficient coding methods.
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
21.01.2011, 20:52
(
Последний раз редактировалось Grim_; 22.01.2011 в 01:47.
)
Both files and databases (SQLite/MySQL) have relatively the same speed, assuming you use the default functions. If you choose to use files, use the default functions - fopen, fclose, fwrite, fread, etc.
As far as databases, I would use SQLite just because it doesn't require the use of an external plugin. It also may be faster, though I never compared the speeds. (And doubt so anyway)
For commands, go with ZCMD - the fastest command processor created so far. Don't trust other commands processors until you have full speed results posted for them (like the fcmd just released).
Posts: 3,793
Threads: 196
Joined: Jan 2010
Reputation:
0
I so agree sqlite is developed by sa-mp which means ye you don't really need to use plugins, although i'm using y_ini and i recommend that aswell.
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
Ok, so then I am gonna use Y_Ini instead of Dini.
Thanks for comments.
EDIT: What do you think about DJSON?
I updated it to ZCMD, just will re-upload when I put better saving system
EDIT 2: Updated the commands to isnull, will reupload when I put better file saving system
Posts: 3,793
Threads: 196
Joined: Jan 2010
Reputation:
0
you relise you have to rewrite your code, you cant just load and inc and compile
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
Yes, that's why it gives me INI_Exist error, not dini_Exist, as much as I know, Y_Ini has INI_Exist option + I saw zh3r0 (or something like that) using INI_Exist in one of his scripts
Posts: 3,793
Threads: 196
Joined: Jan 2010
Reputation:
0
that is a custom function made by a player
Just use fexist instead of INI_Exists... It's faster as it's a native SA:MP function and not a custom one.
Also, y_ini is faster than DJSON. So stick with either y_ini or (my)SQL.