MySQL to Samp server
#1

Hey,

Can anyone told me is it possible to put newest MySQL to larp GM. I want to update my gamemode, but i have no clue how to put MySQL to my gamemode. I tried this tutorial, but i don't understand this part. (( https://sampforum.blast.hk/showthread.php?tid=159785))

Код:
 CREATE TABLE IF NOT EXISTS TABLENAME(STRUCTURE)
Код:
ALTER TABLE table_name
ADD column_name datatype
Код:
INSERT INTO table_name (column1, column2, column3,...) VALUES (value1, value2, value3,...)
Please help me out if you know how to fix it.
Regards, Sturra.
Reply


Messages In This Thread
MySQL to Samp server - by Sturra - 05.07.2014, 11:49
Re: MySQL to Samp server - by Sturra - 05.07.2014, 13:19
Re: MySQL to Samp server - by Dignity - 05.07.2014, 15:11
Re: MySQL to Samp server - by Sturra - 05.07.2014, 15:57
Re: MySQL to Samp server - by Dignity - 05.07.2014, 19:56
Re: MySQL to Samp server - by Sturra - 05.07.2014, 20:24
Re: MySQL to Samp server - by Vince - 05.07.2014, 20:44

Forum Jump:


Users browsing this thread: 1 Guest(s)