Quote:
Originally Posted by RealCop228
@Red_Dragon:
pawn Code:
mysql_function_query(connectionHandle, "UPDATE `accounts` SET `AdminLevel` = 0 WHERE `disabled` = 1", false, "", "");
The first thing you're asking for would require me to know your variable/enum structure.
|
I can't fully understand you as I am not a professional in MySQL, but what variable/enum structure do you need ?
Can't it be done within the table "accounts" (that stores the players' accounts). Thank you for the other one !