SA-MP Forums Archive
mysql v7 help! - 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: mysql v7 help! (/showthread.php?tid=637769)



mysql v7 help! - ZukerCup - 21.07.2017

Is there any tutorial of how to make a register and login system with mysql v7
NOTE: I had search a lot for it on the forum and got nothing , sorry for my bad English.


Re: mysql v7 help! - Abagail - 21.07.2017

Why?


Re: mysql v7 help! - Graber - 21.07.2017

If you mean MySQL R7, that's a really outdated version, use this one instead:

https://github.com/pBlueG/SA-MP-MySQL/releases

Here's a login example:

https://github.com/pBlueG/SA-MP-MySQ...system-orm.pwn


Re: mysql v7 help! - ZukerCup - 21.07.2017

Quote:
Originally Posted by Abagail
Посмотреть сообщение
Why?
I'm making a script as a training for me because i'm a beginner scripter


Re: mysql v7 help! - ZukerCup - 21.07.2017

Quote:
Originally Posted by AdrianGraber
Посмотреть сообщение
If you mean MySQL R7, that's a really outdated version, use this one instead:

https://github.com/pBlueG/SA-MP-MySQL/releases

Here's a login example:

https://github.com/pBlueG/SA-MP-MySQ...system-orm.pwn
Thanks mate rep+ for you 😉


Re: mysql v7 help! - Barnwell - 21.07.2017

Quote:
Originally Posted by AdrianGraber
Посмотреть сообщение
If you mean MySQL R7, that's a really outdated version, use this one instead:

https://github.com/pBlueG/SA-MP-MySQL/releases

Here's a login example:

https://github.com/pBlueG/SA-MP-MySQ...system-orm.pwn
Yes Use the latest version


Re: mysql v7 help! - Abagail - 21.07.2017

Quote:
Originally Posted by ZukerCup
Посмотреть сообщение
I'm making a script as a training for me because i'm a beginner scripter
Don't use something as outdated as version 7 to learn from, that's a really old and obscure plugin. Most of the functions, syntax & usage have been changed since then (for good reason).

A good learning point is either around version 39 (although there's some syntax & usage changes in later versions) or 40.


Re: mysql v7 help! - ZukerCup - 21.07.2017

Quote:
Originally Posted by Abagail
Посмотреть сообщение
Don't use something as outdated as version 7 to learn from, that's a really old and obscure plugin. Most of the functions, syntax & usage has been changed since then (for good reason).

A good learning point is either around version 39 (although there's some syntax & usage changes in later versions) or 40.
Okay thanks for help bro.