Differences - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Differences (
/showthread.php?tid=375392)
Differences - Glint - 06.09.2012
Hello guys i have some questions actually they are not questions i am just wondering which is the best.
What is the difference between, zcmd, y_commands.
what is the difference between, MySQL, y_ini
what is the difference between, Pvars, and normal variables.
can someone please tell me the differences and which one is the best for a DM server.
Re: Differences -
Vince - 06.09.2012
1. Not much difference between ZCMD and YCMD. As far as I know they both use CallLocalFunction.
2. MySQL is a relational database system, Y_Ini is a flat file system. (******!)
3. PVars can be shared across scripts, but are much slower than regular variables.
Re: Differences - Glint - 06.09.2012
Quote:
Originally Posted by Vince
1. Not much difference between ZCMD and YCMD. As far as I know they both use CallLocalFunction.
2. MySQL is a relational database system, Y_Ini is a flat file system. (******!)
3. PVars can be shared across scripts, but are much slower than regular variables.
|
Thanks for the feedback but i think i will go with y_commands since i am using the YSI library why not take full advantage of it instead of using only 1 library, and again thanks.