04.05.2016, 12:17
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 ;
Click here for the romanian version.
Click here for the english version.