What is good ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: What is good ? (
/showthread.php?tid=516112)
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 ? -
Alex Magaсa - 29.05.2014
- ZCMD (For CMDS)
- Login & System (I would say MYSQL Based or SQLite)
Re: What is good ? -
Need4samp - 29.05.2014
Quote:
Originally Posted by Alex Magaсa
- Login & System (I would say MYSQL Based or SQLite)
|
What about if i use login system with Y_INI , and change it to mysql when i learn about it ?
can I ?
Anyway , thanks !!
Re: What is good ? -
Dignity - 29.05.2014
Y_INI does the job, it's efficient and fast.
You don't need MySQL, but if you're persistant on using SQL, use SQLite instead - you don't need a seperate server for that and it's about as fast as MySQL itself.
Re: What is good ? -
Lacamora - 29.05.2014
mysql for Login & System
Re: What is good ? -
Potassium - 29.05.2014
If you post in the correct section you will get a better response, as people browsing the "Scripting Help" section are generally there to help people who need help with scripting, just like you. Good luck!
http://forum.sa-mp.com/forumdisplay.php?f=12
Re: What is good ? -
Matt - 31.05.2014
mysql - login/register
zcmd - commands
Re: What is good ? -
KayJ - 31.05.2014
Without website: better that use YSI
With website: better that use mysql
Command: Zcmd is fast command processor
Make other commands that zcmd can't (maybe): Use dcmd for other commands
Default: Use samp default command lines
Thanks
+ rep if this help
Re: What is good ? -
KingHual - 31.05.2014
sqlite master race