09.04.2012, 19:55
Hi, I have a problem.
I used to do this in OnGameModeInit to create my table in my MySQL database:
But now, in R7 I can't do that, anyone can help me please? I think I have to use OnQueryFinish too, but I don't know how.
Thank you all, and best regards!
I used to do this in OnGameModeInit to create my table in my MySQL database:
pawn Code:
mysql_query("CREATE TABLE IF NOT EXISTS accounts(username VARCHAR(24),\
password VARCHAR(40),admin INT(10), score INT(20),money INT(20),kills INT(20),deaths INT(20),\
coins INT(20),IP VARCHAR(16))");
Thank you all, and best regards!