[GameMode] MySQL Clean - Register & Login Only!
#1

Hello SA-MP today i'm gonna release a MySQL Clean Script for those who want to create their own gamemode, for now this gamemode has a register and login system oh and zcmd commands.
If you find any mistakes in my code you can post it here anytime!

Plugins needed:
  • Whirpool
  • MySQL R39-2



SQL
Код:

CREATE TABLE IF NOT EXISTS `accounts` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `Username` text NOT NULL,
  `Password` text NOT NULL,
  `Level` int(11) NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=0 ;
Now please choose a script language:

Click here for the romanian version.
Click here for the english version.
Reply


Messages In This Thread
MySQL Clean - Register & Login Only! - by Metharon - 04.05.2016, 12:17
Re: MySQL Clean - Register & Login Only! - by peerawat09 - 04.05.2016, 12:23
Re: MySQL Clean - Register & Login Only! - by N0FeaR - 04.05.2016, 12:34
Re: MySQL Clean - Register & Login Only! - by Ritzy2K - 04.05.2016, 12:47
Re: MySQL Clean - Register & Login Only! - by SyS - 04.05.2016, 13:34
Re: MySQL Clean - Register & Login Only! - by TheMallard - 04.05.2016, 13:41
Re: MySQL Clean - Register & Login Only! - by Logic_ - 04.05.2016, 13:49
Re: MySQL Clean - Register & Login Only! - by biker122 - 04.05.2016, 18:25
Re: MySQL Clean - Register & Login Only! - by Slawiii - 07.05.2016, 10:05
Re: MySQL Clean - Register & Login Only! - by alexkeward - 07.05.2016, 12:32

Forum Jump:


Users browsing this thread: 1 Guest(s)