Hello I am very new here...
I just wanted to ask can someone explain it to me...
I downloaded the SATDM gamemode and in there I got the guide for vehicles and houses etc to spawn in game
And in the guide it said that I need to change PASSWORD,DATABASE,NAME from default to my inf...
After that it said that I need to copy this
So I did that and this is what I got
I really don't know anything about this I just want to finish this and play on my server...
Can someone tell me what to do?
Thank you
I just wanted to ask can someone explain it to me...
I downloaded the SATDM gamemode and in there I got the guide for vehicles and houses etc to spawn in game
And in the guide it said that I need to change PASSWORD,DATABASE,NAME from default to my inf...
After that it said that I need to copy this
Quote:
// Vehicle Tabel Create it on mysql control panel SQL area CREATE TABLE IF NOT EXISTS vehicles(id INT(128), model INT(128), X VARCHAR(128), Y VARCHAR(128), Z VARCHAR(128) , A VARCHAR(128), col1 INT(128), col2 INT(128), owned INT(10), owner VARCHAR(128), mod1 INT(128) NOT NULL DEFAULT '-1', mod2 INT(128) NOT NULL DEFAULT '-1', mod3 INT(128) NOT NULL DEFAULT '-1', mod4 INT(128) NOT NULL DEFAULT '-1', mod5 INT(128) NOT NULL DEFAULT '-1', mod6 INT(128) NOT NULL DEFAULT '-1', mod7 INT(128) NOT NULL DEFAULT '-1', mod8 INT(128) NOT NULL DEFAULT '-1', mod9 INT(128) NOT NULL DEFAULT '-1', mod10 INT(128) NOT NULL DEFAULT '-1', mod11 INT(128) NOT NULL DEFAULT '-1' , mod12 INT(128) NOT NULL DEFAULT '-1', mod13 INT(128) NOT NULL DEFAULT '-1' , mod14 INT(128) NOT NULL DEFAULT '-1', mod15 INT(128) NOT NULL DEFAULT '-1' , mod16 INT(128) NOT NULL DEFAULT '-1', mod17 INT(128) NOT NULL DEFAULT '-1', paintjob INT(10), slot INT(10) NOT NULL DEFAULT '0', security INT(128), price INT(128), sprice INT(128), buyable INT(10), vName VARCHAR(128) , Engine INT(10) NOT NULL DEFAULT '1', Engines INT(10) NOT NULL DEFAULT '0') ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT = 1; // Houses Tabel Create it on Mysql Control panel SQL area CREATE TABLE IF NOT EXISTS houses(ID INT(128), HX VARCHAR(128), HY VARCHAR(128), HZ VARCHAR(128), IX VARCHAR(128) NOT NULL DEFAULT '0', IY VARCHAR(128) NOT NULL DEFAULT '0', IZ VARCHAR(128) NOT NULL DEFAULT '0', Price INT(128), SPrice INT(128), Interior INT(10), World INT(128), Locked INT(10), Owned INT(128), Owner VARCHAR(128), Make INT(10) ) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT = 1; |
Quote:
C:\Users\HP\Desktop\samp2\gamemodes\SATDMv12.pwn(1 784) : error 017: undefined symbol "CREATE" C:\Users\HP\Desktop\samp2\gamemodes\SATDMv12.pwn(1 784) : error 017: undefined symbol "TABLE" C:\Users\HP\Desktop\samp2\gamemodes\SATDMv12.pwn(1 784) : error 017: undefined symbol "IF" C:\Users\HP\Desktop\samp2\gamemodes\SATDMv12.pwn(1 784) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. |
Can someone tell me what to do?
Thank you