[HELP]BlueG's MySQL Plugin R7
#1

Hi, I have a problem.
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))"
);
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!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)