[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
#2

good job bro!
Reply
#3

Good job!
Reply
#4

Nice, can be used as a kickstarter.
Reply
#5

its more like a fs
Reply
#6

It is a copy of BUGGED RPG?
Reply
#7

pastebin version please.
Reply
#8

Haha, a nice kick-starter for lazy scripters!
Reply
#9

Quote:
Originally Posted by biker122
Посмотреть сообщение
Haha, a nice kick-starter for lazy scripters!
yes
Reply
#10

Very good starter package for those wanting a script like this
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)