SA-MP Forums Archive
How to add Group slot - MYSQL (+REP) - 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: How to add Group slot - MYSQL (+REP) (/showthread.php?tid=569519)



How to add Group slot - MYSQL (+REP) - Trevor Gin - 31.03.2015

Hello, how i can add more faction slot on mysql??

http://prntscr.com/6nnszr


Re: How to add Group slot - MYSQL (+REP) - BroZeus - 31.03.2015

Use insert query.
Insert query format is as follows :
Код:
INSERT INTO table_name (column1, column2, column3,...)
VALUES (value1, value2, value3,...)
In your case it will be something line this
PHP код:
INSERT INTO `groups` (`Name`, `MOTD`,...) VALUES ('Example''Example MOTD', ....) 



Re: How to add Group slot - MYSQL (+REP) - BleverCastard - 31.03.2015

Go to the top of the page, press "Insert" and voila, fill in the fields.