What is good ? - 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: What is good ? (
/showthread.php?tid=516178)
What is good ? -
Need4samp - 29.05.2014
Hi guys i want to ask you for some things
What " include " is good for register and login ?
What " include " is good for CMD'S ( ZCMD / normal or ... ) ?
What is MySql and why we use it ?
Thanks guys <3
Re: What is good ? -
Eth - 29.05.2014
ZCMD, is the best include for the commands, and mysql is the best include for register and login.
and mysql is kind of saving system, we use it because it saves the data on the internet.
Re: What is good ? -
youssefehab500 - 29.05.2014
Quote:
Originally Posted by Need4samp
Hi guys i want to ask you for some things
What " include " is good for register and login ?
What " include " is good for CMD'S ( ZCMD / normal or ... ) ?
What is MySql and why we use it ?
Thanks guys <3
|
hey bro
![Cheesy](images/smilies/biggrin.png)
best include for register and login is mysql
best include for commands is zcmd and dcmd but some people prefer zcmd and im from them xD
third mysql is used in creating databases for saving and loading in samp
and also in iam wrong correct me
Re: What is good ? -
Threshold - 29.05.2014
MySQL is used for large playerbases and massive 'file handling' (I dunno if that's the correct term, but it makes loading/saving easier for large databases).
If you don't have knowledge with MySQL (like myself), then y_ini will do just fine.
Currently, ZCMD is the best known command processor, and is recommended because it is very easy to use.
Re: What is good ? -
Need4samp - 30.05.2014
Thank you guys
Re: What is good ? -
Konstantinos - 30.05.2014
Quote:
Originally Posted by Need4samp
What is MySql and why we use it ?
|
If you don't know what is MySQL, then it's recommended not to use it at the moment. I'd go with SQL for sure but if you're not familiar with, y_ini is also a good choise.
Quote:
Originally Posted by BenzoAMG
Currently, ZCMD is the best known command processor
|
y_commands is the fastest command processor. But still, ZCMD is very fast and simple.
Both are great!