05.07.2014, 11:49
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))
Please help me out if you know how to fix it. 
Regards, Sturra.
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,...)

Regards, Sturra.